HomeSort by relevance Sort by last modified time
    Searched defs:dst_height (Results 1 - 21 of 21) sorted by null

  /external/opencv3/3rdparty/libwebp/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon20478
43 int dst_width, int dst_height, int dst_stride,
  /external/webp/src/utils/
rescaler.h 42 int dst_width, dst_height; // destination dimensions member in struct:WebPRescaler
53 int dst_width, int dst_height, int dst_stride,
86 return (rescaler->dst_y >= rescaler->dst_height);
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 241 int dst_height = dst_frame->height(); local
246 dst_height = dst_frame->width();
257 dst_width, dst_height,
  /external/libyuv/files/util/
convert.cc 32 int dst_width = 0, dst_height = 0; // new width and height variable
96 dst_height = atoi(argv[++c]); // NOLINT
147 if (dst_width == 0 || dst_height == 0) {
150 dst_height = rec_height;
153 dst_height = Abs(image_height);
164 int dst_width, int dst_height,
166 for (int y = 0; y < dst_height; y += kTileY) {
173 if (y + clip_height > dst_height) {
174 clip_height = dst_height - y;
179 dst_width, dst_height,
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.cc 277 int dst_height = streaminfos_[stream_idx].height; local
283 if ((dst_width == src_width && dst_height == src_height) ||
291 dst_frame.CreateEmptyFrame(dst_width, dst_height, dst_width,
300 dst_height, libyuv::kFilterBilinear);
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 537 float dst_height = frame.height(); local
538 if (src_width != dst_width || src_height != dst_height) {
540 float sy = dst_height / src_height;
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 389 unsigned dst_height = u_minify(info->dst.res->height0, info->dst.level); local
395 dst_height == info->src.res->height0 &&
399 info->dst.y1 == dst_height &&
403 info->src.y1 == dst_height &&
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local
194 dst_height = 20;
202 dst_height = 16;
232 for (j = 0; j < dst_height; j++)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 579 float dst_height = dst->bottom - dst->top; local
602 top_cut_ratio = (sci_top - dst_top) / (dst_height);
608 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
671 float dst_height = dst.bottom - dst.top; local
673 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
777 float dst_height = dst.bottom - dst.top; local
780 *scale_y = crop_height / dst_height;
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
resource_default.cpp 579 float dst_height = dst->bottom - dst->top; local
602 top_cut_ratio = (sci_top - dst_top) / (dst_height);
608 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
671 float dst_height = dst.bottom - dst.top; local
673 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
675 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
777 float dst_height = dst.bottom - dst.top; local
780 *scale_y = crop_height / dst_height;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 118 unsigned dst_height; member in struct:blitter_context_priv
504 ctx->vertices[0][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v0.y*/
507 ctx->vertices[1][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v1.y*/
510 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
513 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
520 ctx->viewport.scale[1] = 0.5f * ctx->dst_height;
524 ctx->viewport.translate[1] = 0.5f * ctx->dst_height;
653 ctx->dst_height = height;
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp_ext.h 234 uint32_t dst_height; member in struct:mdp_scale_data_v2
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp_ext.h 620 uint32_t dst_height; member in struct:mdp_scale_data_v2
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 545 int dst_height = dst_rect.Height(); local
546 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height, 0, 0, dst_width,
547 dst_height, pBuffer, (BITMAPINFO*)info.c_str(),
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 353 uint32_t dst_height = 0; member in struct:sdm::HWScaleData
  /hardware/qcom/display/msmcobalt/sdm/include/private/
hw_info_types.h 356 uint32_t dst_height = 0; member in struct:sdm::HWScaleData
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i915_drm.h 795 __u16 dst_height; member in struct:drm_intel_overlay_put_image
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i915_drm.h 819 __u16 dst_height; member in struct:drm_intel_overlay_put_image
  /bionic/libc/kernel/uapi/drm/
i915_drm.h 675 __u16 dst_height; member in struct:drm_intel_overlay_put_image
  /external/kernel-headers/original/uapi/drm/
i915_drm.h 1009 __u16 dst_height; member in struct:drm_intel_overlay_put_image
    [all...]
  /external/libdrm/include/drm/
i915_drm.h 1015 __u16 dst_height; member in struct:drm_intel_overlay_put_image
    [all...]

Completed in 1825 milliseconds