Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2739 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
2740 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
2755 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview()
2756 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
3095 width_padding = CAM_PAD_TO_32; in mm_stream_calc_offset_post_view()
3096 height_padding = CAM_PAD_TO_32; in mm_stream_calc_offset_post_view()
3952 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_raw()
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dcam_types.h471 CAM_PAD_TO_32 = 32, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp1739 mSurfaceStridePadding = CAM_PAD_TO_32; in QCamera2HardwareInterface()