Searched refs:XCAM_ALIGN_UP (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_buffer.cpp | 39 aligned_width = XCAM_ALIGN_UP (width, 4); in xcam_video_buffer_info_reset() 41 aligned_height = XCAM_ALIGN_UP (height, 2); in xcam_video_buffer_info_reset() 126 info->strides [0] = XCAM_ALIGN_UP(aligned_width, 256); in xcam_video_buffer_info_reset() 140 info->strides [0] = XCAM_ALIGN_UP((aligned_width * info->color_bits) / 8, 256); in xcam_video_buffer_info_reset() 154 info->strides [0] = XCAM_ALIGN_UP((aligned_width * info->color_bits) / 8, 256); in xcam_video_buffer_info_reset() 166 info->strides [0] = XCAM_ALIGN_UP((aligned_width * 2), 256); in xcam_video_buffer_info_reset() 236 planar_info->pixel_bytes = XCAM_ALIGN_UP (buf_info->color_bits, 8) / 8; in xcam_video_buffer_get_planar_info()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | thumbnails.cpp | 413 info.width = XCAM_ALIGN_UP(info.width, 2); in InitializeBufferPools() 414 info.height = XCAM_ALIGN_UP(info.height, 2); in InitializeBufferPools() 415 info.aligned_width = XCAM_ALIGN_UP(info.width, 16); in InitializeBufferPools() 416 info.aligned_height = XCAM_ALIGN_UP(info.height, 4); in InitializeBufferPools() 534 … RK_PIX_FMT_NV12, 16, 2688, 1520, 2688, 1520, XCAM_ALIGN_UP(int(2688*1520*3/2), 8), 2, {0}, {0}}; in Start()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | SPStreamProcUnit.cpp | 78 XCAM_ALIGN_UP(_ds_width_align, 4), _ds_height_align, 0); in new_video_buffer() 175 int _stride = XCAM_ALIGN_UP(_ds_width_align, 64); in prepare()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/xcore/base/ |
| H A D | xcam_defs.h | 95 #define XCAM_ALIGN_UP(value, align) (((value)+((align)-1))&(~((align)-1))) macro
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/amd/ |
| H A D | rk_aiq_algo_amd_itf.cpp | 255 int imgStride = XCAM_ALIGN_UP(ctx->amdCtx.imgAlignedW, 32); in processing()
|