Searched defs:aligned_height (Results 1 – 13 of 13) sorted by relevance
/external/libxcam/xcore/ |
D | xcam_buffer.cpp | 28 uint32_t aligned_width, uint32_t aligned_height, uint32_t size) in xcam_video_buffer_info_reset()
|
D | video_buffer.cpp | 51 uint32_t aligned_width, uint32_t aligned_height, in init()
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12config.c | 51 int aligned_height = (height + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local 148 const int aligned_height = (height + 7) & ~7; in vpx_realloc_frame_buffer() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 22 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi() local
|
/external/libxcam/modules/ocl/ |
D | cl_image_bo_buffer.cpp | 174 uint32_t aligned_height = info.aligned_height; in fixate_video_info() local
|
/external/drm_gralloc/ |
D | gralloc_drm_rockchip.c | 43 int ret, cpp, pitch, aligned_width, aligned_height; in drm_gem_rockchip_alloc() local
|
D | gralloc_drm_radeon.c | 189 int aligned_width, aligned_height; in radeon_alloc() local
|
D | gralloc_drm_intel.c | 248 int aligned_width, aligned_height, bpp; in alloc_ibo() local
|
/external/libxcam/xcore/base/ |
D | xcam_3a_stats.h | 32 uint32_t aligned_height; member
|
D | xcam_buffer.h | 84 uint32_t aligned_height; member
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate.c | 154 uint32_t aligned_width, aligned_height, stride, size; in vc4_check_tex_size() local 682 uint32_t aligned_width, aligned_height; in reloc_tex() local
|
/external/mesa3d/src/intel/isl/tests/ |
D | isl_surf_get_image_offset_test.c | 107 uint32_t aligned_height, in t_assert_gen4_3d_layer()
|
/external/libxcam/tests/ |
D | test-image-blend.cpp | 109 uint32_t aligned_width = 0, uint32_t aligned_height = 0) in dma_buf_to_xcam_buf()
|