Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1697 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1709 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1730 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1731 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1743 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview()
1744 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1936 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view()
1937 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view()
1949 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_post_view()
1950 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view()
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1697 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1698 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1708 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview()
1709 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
2103 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_raw()
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1690 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1691 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1701 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview()
1702 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_types.h220 CAM_PAD_TO_32 = 32, enumerator
/device/lge/hammerhead/camera/QCamera2/stack/common/
Dcam_types.h224 CAM_PAD_TO_32 = 32, enumerator
/device/moto/shamu/camera/QCamera2/stack/common/
Dcam_types.h289 CAM_PAD_TO_32 = 32, enumerator