HomeSort by relevance Sort by last modified time
    Searched refs:aligned_height (Results 1 - 18 of 18) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c 53 int aligned_height = (height + 15) & ~15; local
55 int yplane_size = (aligned_height + 2 * border) * y_stride;
57 int uv_height = aligned_height >> 1;
83 ybf->y_height = aligned_height;
145 //int aligned_height = (height + 7) & ~7;
146 int aligned_height = (height + 31) & ~31; local
148 int yplane_size = (aligned_height + 2 * border) * y_stride;
151 int uv_height = aligned_height >> ss_y;
158 int alpha_height = aligned_height;
192 if ((fb->fb_stride >= y_stride) && (fb->fb_height_stride >= aligned_height)) {
    [all...]
  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 51 int aligned_height = (height + 15) & ~15; local
53 int yplane_size = (aligned_height + 2 * border) * y_stride;
55 int uv_height = aligned_height >> 1;
81 ybf->y_height = aligned_height;
151 const int aligned_height = (height + 7) & ~7; local
153 const uint64_t yplane_size = (aligned_height + 2 * border) *
156 const int uv_height = aligned_height >> ss_y;
165 const int alpha_height = aligned_height;
237 ybf->y_height = aligned_height;
  /external/drm_gralloc/
gralloc_drm_rockchip.c 43 int ret, cpp, pitch, aligned_width, aligned_height; local
59 aligned_height = handle->height;
61 &aligned_width, &aligned_height);
65 size = aligned_height * pitch;
gralloc_drm_intel.c 247 int aligned_width, aligned_height, bpp; local
258 aligned_height = handle->height;
260 &aligned_width, &aligned_height);
286 aligned_width, aligned_height,
321 aligned_height = ALIGN(aligned_height, 2);
331 aligned_width, aligned_height,
gralloc_drm_radeon.c 189 int aligned_width, aligned_height; local
204 aligned_height = handle->height;
206 &aligned_width, &aligned_height);
211 aligned_height = ALIGN(aligned_height,
221 size = ALIGN(aligned_height * pitch, RADEON_GPU_PAGE_SIZE);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c 31 static void set_mb_mi(VP9_COMMON *cm, int aligned_width, int aligned_height) {
33 cm->mi_rows = aligned_height >> MI_SIZE_LOG2;
118 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
126 set_mb_mi(cm, aligned_width, aligned_height);
164 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
190 set_mb_mi(cm, aligned_width, aligned_height);
229 const int aligned_height = ALIGN_POWER_OF_TWO(cm->height, MI_SIZE_LOG2); local
231 set_mb_mi(cm, aligned_width, aligned_height);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 86 int aligned_width = 0, aligned_height = 0; local
88 aligned_width, aligned_height);
180 int aligned_height = 0; local
182 aligned_width, aligned_height);
hwc_display.cpp 440 int aligned_height; local
454 usage, aligned_width, aligned_height); local
456 layer_buffer->height = UINT32(aligned_height);
    [all...]
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.h 69 int padding_threshold, int *aligned_width, int * aligned_height);
  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 40 const int aligned_height = ALIGN_POWER_OF_TWO(height, MI_SIZE_LOG2); local
43 cm->mi_rows = aligned_height >> MI_SIZE_LOG2;
  /hardware/qcom/display/msm8996/sdm/libs/utils/
rect.cpp 176 float aligned_height = FLOAT(CeilToMultipleOf(split_height, align_y)); local
179 float aligned_bottom = rect_temp.top + aligned_height;
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 749 int aligned_width, aligned_height; local
760 aligned_height = bufinfo.crop.bottom - bufinfo.crop.top;
761 printf("aligned width: %d height: %d \n", aligned_width, aligned_height);
774 aligned_width, aligned_height, bufinfo.format);
780 if ((aligned_width != bufinfo.width) || (aligned_height != bufinfo.height) ||
785 Rect bounds(aligned_width, aligned_height);
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 455 int aligned_height = 0; local
463 aligned_height = ALIGN(height, 32);
465 size = aligned_width * aligned_height;
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 461 int aligned_height = 0; local
469 aligned_height = ALIGN(height, 32);
471 size = aligned_width * aligned_height;
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 460 int aligned_height = 0; local
468 aligned_height = ALIGN(height, 32);
470 size = aligned_width * aligned_height;
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 445 int aligned_height = 0; local
453 aligned_height = ALIGN(height, 32);
455 size = aligned_width * aligned_height;
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 464 int aligned_height = 0; local
472 aligned_height = ALIGN(height, 32);
474 size = aligned_width * aligned_height;
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 462 int aligned_height = 0; local
470 aligned_height = ALIGN(height, 32);
472 size = aligned_width * aligned_height;
    [all...]

Completed in 182 milliseconds