Home
last modified time | relevance | path

Searched defs:aligned_height (Results 1 – 13 of 13) sorted by relevance

/external/libxcam/xcore/
Dxcam_buffer.cpp28 uint32_t aligned_width, uint32_t aligned_height, uint32_t size) in xcam_video_buffer_info_reset()
Dvideo_buffer.cpp51 uint32_t aligned_width, uint32_t aligned_height, in init()
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c51 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/
Dvp9_alloccommon.c22 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_set_mb_mi() local
/external/libxcam/modules/ocl/
Dcl_image_bo_buffer.cpp174 uint32_t aligned_height = info.aligned_height; in fixate_video_info() local
/external/drm_gralloc/
Dgralloc_drm_rockchip.c43 int ret, cpp, pitch, aligned_width, aligned_height; in drm_gem_rockchip_alloc() local
Dgralloc_drm_radeon.c189 int aligned_width, aligned_height; in radeon_alloc() local
Dgralloc_drm_intel.c248 int aligned_width, aligned_height, bpp; in alloc_ibo() local
/external/libxcam/xcore/base/
Dxcam_3a_stats.h32 uint32_t aligned_height; member
Dxcam_buffer.h84 uint32_t aligned_height; member
/external/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_validate.c154 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/
Disl_surf_get_image_offset_test.c107 uint32_t aligned_height, in t_assert_gen4_3d_layer()
/external/libxcam/tests/
Dtest-image-blend.cpp109 uint32_t aligned_width = 0, uint32_t aligned_height = 0) in dma_buf_to_xcam_buf()