Searched refs:CAM_PAD_TO_16 (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2425 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 2440 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 2474 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 2746 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view() 2757 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view() 2790 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view() 2969 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 3039 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 3306 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() 3326 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() [all …]
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | cam_types.h | 383 CAM_PAD_TO_16 = 16, enumerator
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 3241 padding_info.height_padding = CAM_PAD_TO_16; in getJpegPaddingReq()
|