Searched refs:CAM_PAD_TO_64 (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1904 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 1905 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 1915 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 1916 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_types.h | 295 CAM_PAD_TO_64 = 64, enumerator
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2253 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 2254 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 2264 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 2265 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2253 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 2254 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 2264 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view() 2265 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_64); in mm_stream_calc_offset_post_view()
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
D | cam_types.h | 348 CAM_PAD_TO_64 = 64, enumerator
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
D | cam_types.h | 348 CAM_PAD_TO_64 = 64, enumerator
|