Searched refs:CAM_PAD_TO_32 (Results 1 – 6 of 6) sorted by relevance
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1697 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/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2048 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2060 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2081 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2082 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2093 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview() 2094 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2285 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view() 2286 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view() 2297 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_post_view() 2298 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view() [all …]
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 2048 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2060 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2081 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2082 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2093 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview() 2094 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview() 2285 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view() 2286 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view() 2297 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_post_view() 2298 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_post_view() [all …]
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_types.h | 294 CAM_PAD_TO_32 = 32, enumerator
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
D | cam_types.h | 347 CAM_PAD_TO_32 = 32, enumerator
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
D | cam_types.h | 347 CAM_PAD_TO_32 = 32, enumerator
|