Home
last modified time | relevance | path

Searched refs:vSampFactor (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.md23 | unsigned int [vSampFactor](#vsampfactor) | 垂直采样因子 |
114 ### vSampFactor subsection
117 unsigned int CodecJpegCompInfo::vSampFactor
H A D_codec_jpeg_comp_info_v20.md23 | unsigned int [vSampFactor](#vsampfactor) | 垂直采样因子 |
114 ### vSampFactor subsection
117 unsigned int CodecJpegCompInfo::vSampFactor
/ohos5.0/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h62 uint32_t vSampFactor; member
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp326 …actor = ((decInfo.compInfo[i].hSampFactor & 0xFF) << 4) | (decInfo.compInfo[i].vSampFactor & 0xFF); in JpegSofAssemble()
436 comInfo.vSampFactor = sampFactor & 0x0F; 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.txt94 unsigned int vSampFactor;
/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.txt119 uint32_t vSampFactor;
/ohos5.0/drivers/interface/codec/image/v1_0/
H A DCodecImageType.idl133 unsigned int vSampFactor; /**< vertical sample factor. */
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_image_v1_0/foo/codec/image/v1_0/
H A DCodecImageType.idl133 unsigned int vSampFactor; /**< vertical sample factor. */
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp214 .vSampFactor = jpegCompressInfo->comp_info[i].v_samp_factor, in AssembleComponentInfo()
/ohos5.0/drivers/interface/codec/image/v2_0/
H A DCodecImageType.idl157 unsigned int vSampFactor; /**< vertical sample factor. */