Home
last modified time | relevance | path

Searched refs:PAD_TO_SIZE (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()
1698 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_2); in mm_stream_calc_offset_preview()
1709 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
1710 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_2); in mm_stream_calc_offset_preview()
1722 PAD_TO_SIZE(buf_planes->plane_info.mp[0].len + 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()
1734 PAD_TO_SIZE(stride * scanline, 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()
[all …]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1662 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
1663 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_2); in mm_stream_calc_offset_preview()
1671 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
1672 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_2); in mm_stream_calc_offset_preview()
1682 PAD_TO_SIZE(buf_planes->plane_info.mp[0].len + in mm_stream_calc_offset_preview()
1690 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()
1694 PAD_TO_SIZE(stride * scanline, 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()
[all …]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1669 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
1670 scanline = PAD_TO_SIZE(dim->height, CAM_PAD_TO_2); in mm_stream_calc_offset_preview()
1678 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_16); in mm_stream_calc_offset_preview()
1679 scanline = PAD_TO_SIZE(dim->height / 2, CAM_PAD_TO_2); in mm_stream_calc_offset_preview()
1689 PAD_TO_SIZE(buf_planes->plane_info.mp[0].len + in mm_stream_calc_offset_preview()
1697 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()
1701 PAD_TO_SIZE(stride * scanline, 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()
[all …]
/device/asus/flo/camera/QCamera2/stack/common/
Dmm_camera_interface.h43 #define PAD_TO_SIZE(size, padding) ((size + padding - 1) & ~(padding - 1)) macro
/device/lge/hammerhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h43 #define PAD_TO_SIZE(size, padding) ((size + padding - 1) & ~(padding - 1)) macro
/device/moto/shamu/camera/QCamera2/stack/common/
Dmm_camera_interface.h43 #define PAD_TO_SIZE(size, padding) ((size + padding - 1) & ~(padding - 1)) macro