Searched refs:img_fmt_thumb (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp613 cam_format_t img_fmt_thumb = CAM_FORMAT_YUV_420_NV12; local
614 thumb_stream->getFormat(img_fmt_thumb);
615 encode_parm.thumb_color_format = getColorfmtFromImgFmt(img_fmt_thumb);
633 (img_fmt_thumb != CAM_FORMAT_YUV_420_NV12_UBWC) &&
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraPostProc.cpp613 cam_format_t img_fmt_thumb = CAM_FORMAT_YUV_420_NV12; local
614 thumb_stream->getFormat(img_fmt_thumb);
615 encode_parm.thumb_color_format = getColorfmtFromImgFmt(img_fmt_thumb);
633 (img_fmt_thumb != CAM_FORMAT_YUV_420_NV12_UBWC) &&

Completed in 49 milliseconds