/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
D | yv12config.c | 53 int aligned_height = (height + 15) & ~15; in vp8_yv12_realloc_frame_buffer() local 55 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp8_yv12_realloc_frame_buffer() 57 int uv_height = aligned_height >> 1; in vp8_yv12_realloc_frame_buffer() 83 ybf->y_height = aligned_height; in vp8_yv12_realloc_frame_buffer() 146 int aligned_height = (height + 31) & ~31; in vp9_realloc_frame_buffer() local 148 int yplane_size = (aligned_height + 2 * border) * y_stride; in vp9_realloc_frame_buffer() 151 int uv_height = aligned_height >> ss_y; in vp9_realloc_frame_buffer() 158 int alpha_height = aligned_height; in vp9_realloc_frame_buffer() 192 if ((fb->fb_stride >= y_stride) && (fb->fb_height_stride >= aligned_height)) { in vp9_realloc_frame_buffer() 196 aligned_height = (aligned_height + 31) & ~31; in vp9_realloc_frame_buffer() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_alloccommon.c | 31 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) { in set_mb_mi() argument 33 cm->mi_rows = aligned_height >> MI_SIZE_LOG2; in set_mb_mi() 118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_resize_frame_buffers() local 126 set_mb_mi(cm, aligned_width, aligned_height); in vp9_resize_frame_buffers() 164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); in vp9_alloc_frame_buffers() local 190 set_mb_mi(cm, aligned_width, aligned_height); in vp9_alloc_frame_buffers() 229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); in vp9_update_frame_size() local 231 set_mb_mi(cm, aligned_width, aligned_height); in vp9_update_frame_size()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_buffer_allocator.cpp | 86 int aligned_width = 0, aligned_height = 0; in AllocateBuffer() local 88 aligned_width, aligned_height); in AllocateBuffer() 180 int aligned_height = 0; in GetBufferSize() local 182 aligned_width, aligned_height); in GetBufferSize()
|
D | hwc_display.cpp | 440 int aligned_height; in PrepareLayerParams() local 454 usage, aligned_width, aligned_height); in PrepareLayerParams() 456 layer_buffer->height = UINT32(aligned_height); in PrepareLayerParams()
|
/hardware/ti/omap4-aah/test/CameraHal/ |
D | camera_test_surfacetexture.cpp | 749 int aligned_width, aligned_height; in setInput() local 760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top; in setInput() 761 printf("aligned width: %d height: %d \n", aligned_width, aligned_height); in setInput() 774 aligned_width, aligned_height, bufinfo.format); in setInput() 780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) || in setInput() 785 Rect bounds(aligned_width, aligned_height); in setInput()
|
/hardware/qcom/display/msm8996/sdm/libs/utils/ |
D | rect.cpp | 176 float aligned_height = FLOAT(CeilToMultipleOf(split_height, align_y)); in SplitTopBottom() local 179 float aligned_bottom = rect_temp.top + aligned_height; in SplitTopBottom()
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
D | C2DColorConverter.h | 69 … int padding_threshold, int *aligned_width, int * aligned_height);
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 445 int aligned_height = 0; in calculate_yuv_offset_and_stride() local 453 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride() 455 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 462 int aligned_height = 0; in calculate_yuv_offset_and_stride() local 470 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride() 472 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 455 int aligned_height = 0; in calculate_yuv_offset_and_stride() local 463 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride() 465 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 461 int aligned_height = 0; in calculate_yuv_offset_and_stride() local 469 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride() 471 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 460 int aligned_height = 0; in calculate_yuv_offset_and_stride() local 468 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride() 470 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 464 int aligned_height = 0; in calculate_yuv_offset_and_stride() local 472 aligned_height = ALIGN(height, 32); in calculate_yuv_offset_and_stride() 474 size = aligned_width * aligned_height; in calculate_yuv_offset_and_stride()
|