Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1698 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1699 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1709 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview()
1710 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
2104 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_raw()
/hardware/qcom/camera/QCamera2/stack/common/
Dcam_types.h220 CAM_PAD_TO_32 = 32, enumerator