Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_huff_table_v10.md21 | unsigned char[] [huffVal](#huffval) | Huffman表值 |
38 ### huffVal subsection
41 unsigned char [] CodecJpegHuffTable::huffVal
H A D_codec_jpeg_huff_table_v20.md21 | unsigned char[] [huffVal](#huffval) | Huffman表值 |
38 ### huffVal subsection
41 unsigned char [] CodecJpegHuffTable::huffVal
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp261 …ret = memcpy_s(buffer + curPos, table[i].huffVal.size(), table[i].huffVal.data(), table[i].huffVal in JpegDhtAssemble()
266 curPos += table[i].huffVal.size(); in JpegDhtAssemble()
560 table.huffVal.push_back(*buffer++); in DessambleDht()
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h55 std::vector<uint8_t> huffVal; 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.txt373 if (!WritePodArray(data, dataBlock.huffVal)) {
374 HDF_LOGE("%{public}s: failed to write dataBlock.huffVal", __func__);
392 if (!ReadPodArray(data, dataBlock.huffVal)) {
393 HDF_LOGE("%{public}s: failed to read dataBlock.huffVal", __func__);
H A Dcodec_image_type.h.txt111 std::vector<uint8_t> huffVal;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/dump_ast_target/
H A Ddump.txt86 unsigned char[] huffVal;
/ohos5.0/drivers/interface/codec/image/v1_0/
H A DCodecImageType.idl122 unsigned char[] huffVal; /**< Huff table value. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/
H A DCodecImageType.idl122 unsigned char[] huffVal; /**< Huff table value. */
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp246 tbl.huffVal = std::vector<uint8_t>(huffTbl->huffval, &huffTbl->huffval[actualHuffValLen]); in HuffmanTblTransform()
/ohos5.0/drivers/interface/codec/image/v2_0/
H A DCodecImageType.idl143 unsigned char[] huffVal; /**< Huff table value. */