Searched refs:CAM_PAD_TO_16 (Results 1 – 9 of 9) sorted by relevance
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1662 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1671 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1721 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1730 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1759 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1818 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 1879 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 1978 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() 2012 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() 2076 PAD_TO_SIZE(dim->width, CAM_PAD_TO_4)*5/4, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() [all …]
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1765 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1776 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1809 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1971 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view() 1982 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view() 2015 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_post_view() 2111 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 2178 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 2284 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() 2300 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() [all …]
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1669 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1678 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1728 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1737 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1766 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview() 1825 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 1886 stride = PAD_TO_SIZE(stride / 2, CAM_PAD_TO_16); in mm_stream_calc_offset_snapshot() 1985 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw() 2019 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_raw()
|
/device/asus/flo/camera/QCamera2/stack/common/ |
D | cam_types.h | 220 CAM_PAD_TO_16 = 16, enumerator
|
/device/lge/hammerhead/camera/QCamera2/stack/common/ |
D | cam_types.h | 224 CAM_PAD_TO_16 = 16, enumerator
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_types.h | 293 CAM_PAD_TO_16 = 16, enumerator
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 1433 padding_info.height_padding = CAM_PAD_TO_16; in getJpegPaddingReq()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 1433 padding_info.height_padding = CAM_PAD_TO_16; in getJpegPaddingReq()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraPostProc.cpp | 2330 padding_info.height_padding = CAM_PAD_TO_16; in getJpegPaddingReq()
|