Home
last modified time | relevance | path

Searched refs:dcHuffTbl (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_dec_info_v10.md28 | struct [CodecJpegHuffTable](_codec_jpeg_huff_table_v10.md)[] [dcHuffTbl](#dchufftbl) | Dc huffman…
89 ### dcHuffTbl subsection
92 struct CodecJpegHuffTable [] CodecJpegDecInfo::dcHuffTbl
H A D_codec_jpeg_dec_info_v20.md28 | struct [CodecJpegHuffTable](_codec_jpeg_huff_table_v20.md)[] [dcHuffTbl](#dchufftbl) | Dc huffman…
89 ### dcHuffTbl subsection
92 struct CodecJpegHuffTable [] CodecJpegDecInfo::dcHuffTbl
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h78 std::vector<CodecJpegHuffTable> dcHuffTbl; member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/cpp_target/codec/image/v1_0/
H A Dcodec_image_type.cpp.txt467 if (!data.WriteUint32(dataBlock.dcHuffTbl.size())) {
468 HDF_LOGE("%{public}s: failed write dataBlock.dcHuffTbl.size", __func__);
471 for (const auto& it0 : dataBlock.dcHuffTbl) {
566 dataBlock.dcHuffTbl.clear();
567 dataBlock.dcHuffTbl.reserve(dcHuffTblSize);
574 dataBlock.dcHuffTbl.push_back(value0);
H A Dcodec_image_type.h.txt135 std::vector<OHOS::HDI::Codec::Image::V1_0::CodecJpegHuffTable> dcHuffTbl;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/dump_ast_target/
H A Ddump.txt110 ohos.hdi.codec.image.v1_0.CodecJpegHuffTable[] dcHuffTbl;
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp212 curPos = JpegDhtAssemble(decInfo.dcHuffTbl, buffer, curPos); in JpegDhtAssemble()
565 decInfo.dcHuffTbl.push_back(std::move(table)); in DessambleDht()
/ohos5.0/drivers/interface/codec/image/v1_0/
H A DCodecImageType.idl153 struct CodecJpegHuffTable[] dcHuffTbl; /**< Dc huffman table information. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/
H A DCodecImageType.idl153 struct CodecJpegHuffTable[] dcHuffTbl; /**< Dc huffman table information. */
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp256 decodeInfo_.dcHuffTbl.emplace_back(dcTbl); in AssembleHuffmanTable()
/ohos5.0/drivers/interface/codec/image/v2_0/
H A DCodecImageType.idl180 struct CodecJpegHuffTable[] dcHuffTbl; /**< Dc huffman table information. */