Home
last modified time | relevance | path

Searched refs:hSampFactor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_jpeg_comp_info_v10.md22 | unsigned int [hSampFactor](#hsampfactor) | 水平采样因子 |
81 ### hSampFactor subsection
84 unsigned int CodecJpegCompInfo::hSampFactor
H A D_codec_jpeg_comp_info_v20.md22 | unsigned int [hSampFactor](#hsampfactor) | 水平采样因子 |
81 ### hSampFactor subsection
84 unsigned int CodecJpegCompInfo::hSampFactor
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h61 uint32_t hSampFactor; member
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp326 …int8_t sampFactor = ((decInfo.compInfo[i].hSampFactor & 0xFF) << 4) | (decInfo.compInfo[i].vSampFa… in JpegSofAssemble()
435 comInfo.hSampFactor = (sampFactor >> 4) & 0xFF; // 4: hsampfactor offset in DessambleSof()
442 comInfo.componentId, comInfo.hSampFactor, comInfo.vSampFactor, comInfo.quantTableNo); in DessambleSof()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/dump_ast_target/
H A Ddump.txt93 unsigned int hSampFactor;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/cpp_target/codec/image/v1_0/
H A Dcodec_image_type.h.txt118 uint32_t hSampFactor;
/ohos5.0/drivers/interface/codec/image/v1_0/
H A DCodecImageType.idl132 unsigned int hSampFactor; /**< Horizontal sample factor. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/
H A DCodecImageType.idl132 unsigned int hSampFactor; /**< Horizontal sample factor. */
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp213 .hSampFactor = jpegCompressInfo->comp_info[i].h_samp_factor, in AssembleComponentInfo()
/ohos5.0/drivers/interface/codec/image/v2_0/
H A DCodecImageType.idl156 unsigned int hSampFactor; /**< Horizontal sample factor. */