Home
last modified time | relevance | path

Searched refs:CAM_PAD_TO_64 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2681 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
2682 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
2692 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
2693 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
3528 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_raw()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h385 CAM_PAD_TO_64 = 64, enumerator