Home
last modified time | relevance | path

Searched refs:PAD_TO_SIZE (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2705 stride = PAD_TO_SIZE(dim->width, width_padding); in mm_stream_calc_offset_preview()
2706 scanline = PAD_TO_SIZE(dim->height, height_padding); in mm_stream_calc_offset_preview()
2717 stride = PAD_TO_SIZE(dim->width, width_padding); in mm_stream_calc_offset_preview()
2718 scanline = PAD_TO_SIZE(dim->height / 2, height_padding); in mm_stream_calc_offset_preview()
2730 PAD_TO_SIZE(buf_planes->plane_info.mp[0].len + in mm_stream_calc_offset_preview()
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()
2742 stride = PAD_TO_SIZE(dim->width, padding->width_padding); in mm_stream_calc_offset_preview()
2743 scanline = PAD_TO_SIZE(dim->height, padding->height_padding); in mm_stream_calc_offset_preview()
2747 PAD_TO_SIZE((uint32_t)(stride * scanline), CAM_PAD_TO_4K); in mm_stream_calc_offset_preview()
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h47 #define PAD_TO_SIZE(size, padding) \ macro
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp1911 metadataAllocArgs.size = PAD_TO_SIZE(sizeof(metadata_buffer_t), in openCamera()
3620 size = PAD_TO_SIZE((streamInfo->num_bufs * streamInfo->user_buf_info.size), in allocateStreamUserBuf()