Searched refs:CAM_PAD_TO_32 (Results 1 – 3 of 3) sorted by relevance
2739 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()2740 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()2755 stride = PAD_TO_SIZE(dim->width / 2, CAM_PAD_TO_32) * 2; in mm_stream_calc_offset_preview()2756 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()3095 width_padding = CAM_PAD_TO_32; in mm_stream_calc_offset_post_view()3096 height_padding = CAM_PAD_TO_32; in mm_stream_calc_offset_post_view()3952 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_raw()
471 CAM_PAD_TO_32 = 32, enumerator
1739 mSurfaceStridePadding = CAM_PAD_TO_32; in QCamera2HardwareInterface()