Home
last modified time | relevance | path

Searched refs:CAM_PAD_TO_16 (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2777 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
2792 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
2826 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
3136 width_padding = CAM_PAD_TO_16; in mm_stream_calc_offset_post_view()
3188 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view()
3397 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot()
3471 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot()
3759 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw()
3779 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw()
3821 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h470 CAM_PAD_TO_16 = 16, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraPostProc.cpp3614 padding_info.height_padding = CAM_PAD_TO_16; in getJpegPaddingReq()