Searched refs:imageWidth (Results 1 – 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | hi_gv_image.h | 62 HI_U32 imageWidth, const HI_RECT *srcRect, const HI_RECT *dstRect, const HIGO_BLTOPT_S *blitOpt,
|
/device/soc/rockchip/rk3568/hardware/omx_il/component/common/ |
D | omx_video_global.h | 121 OMX_U32 imageWidth; member
|
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/ |
D | codec_jpeg_helper.cpp | 306 int16_t height = decInfo.imageWidth & 0xFFFF; in JpegSofAssemble() 412 decInfo.imageWidth = GetInt16(buffer); in DessambleSof() 419 …CODEC_LOGD("image width[%{public}d],height[%{public}d],components[%{public}d]", decInfo.imageWidth, in DessambleSof()
|
D | codec_jpeg_decoder.cpp | 105 width_ = decInfo.imageWidth; in DeCode()
|
/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/ |
D | codec_jpeg_helper.cpp | 306 int16_t height = decInfo.imageWidth & 0xFFFF; in JpegSofAssemble() 412 decInfo.imageWidth = GetInt16(buffer); in DessambleSof() 419 …CODEC_LOGD("image width[%{public}d],height[%{public}d],components[%{public}d]", decInfo.imageWidth, in DessambleSof()
|
D | codec_jpeg_decoder.cpp | 105 width_ = decInfo.imageWidth; in DeCode()
|
/device/board/osware/imx8mm/drivers/camera/driver_adapter/test/main_test/ |
D | v4l2_main.cpp | 229 constexpr uint32_t imageWidth = 640; in ProcessImage() local 233 int width = imageWidth; in ProcessImage()
|
/device/board/unionman/unionpi_tiger/hardware/camera/driver_adapter/test/v4l2_test/ |
D | v4l2_main.cpp | 223 constexpr uint32_t imageWidth = 640; in ProcessImage() local 227 int width = imageWidth; in ProcessImage()
|