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

1 2

  /external/webp/src/utils/
rescaler_utils.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/
yuvconvert.cc 32 int dst_width = 0, dst_height = 0; // new width and height variable
98 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);
168 int dst_height,
170 for (int y = 0; y < dst_height; y += kTileY) {
177 if (y + clip_height > dst_height) {
178 clip_height = dst_height - y;
182 dst_width, dst_height, x, y, clip_width
    [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);
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 685 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); local
695 dst_height == info->src.resource->height0 &&
699 info->dst.box.height == dst_height &&
703 info->src.box.height == dst_height &&
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 618 unsigned dst_width, dst_height, src_width0, src_height0, src_widthFL, src_heightFL; local
643 dst_height = u_minify(dst->height0, dst_level);
663 dst_height = util_format_get_nblocksy(dst->format, dst_height);
729 dst_view = r600_create_surface_custom(ctx, dst, &dst_templ, dst_width, dst_height);
761 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); local
784 dst_height == info->src.resource->height0 &&
788 info->dst.box.height == dst_height &&
793 info->src.box.height == dst_height &&
  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 172 unsigned dst_height = minify_as_blocks(rdst->resource.b.b.height0, local
459 dsty + copy_height == dst_height)
si_blit.c 847 unsigned dst_width, dst_height, src_width0, src_height0; local
865 dst_height = u_minify(dst->height0, dst_level);
883 dst_height = util_format_get_nblocksy(dst->format, dst_height);
949 dst_width, dst_height);
979 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level); local
1008 dst_height == info->src.resource->height0 &&
1012 info->dst.box.height == dst_height &&
1017 info->src.box.height == dst_height &&
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 563 float dst_height = frame.height(); local
564 if (src_width != dst_width || src_height != dst_height) {
566 float sy = dst_height / src_height;
  /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/msm8998/sdm/libs/core/
resource_default.cpp 616 float dst_height = dst->bottom - dst->top; local
639 top_cut_ratio = (sci_top - dst_top) / (dst_height);
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
708 float dst_height = dst.bottom - dst.top; local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
815 float dst_height = dst.bottom - dst.top; local
818 *scale_y = crop_height / dst_height;
display_base.cpp 1102 float dst_height = FLOAT(dst_rect.bottom - dst_rect.top); local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/
resource_default.cpp 616 float dst_height = dst->bottom - dst->top; local
639 top_cut_ratio = (sci_top - dst_top) / (dst_height);
645 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
708 float dst_height = dst.bottom - dst.top; local
710 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
712 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
815 float dst_height = dst.bottom - dst.top; local
818 *scale_y = crop_height / dst_height;
display_base.cpp 1101 float dst_height = FLOAT(dst_rect.bottom - dst_rect.top); local
    [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/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 129 unsigned dst_height; member in struct:blitter_context_priv
711 ctx->vertices[0][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v0.y*/
714 ctx->vertices[1][0][1] = (float)y1 / ctx->dst_height * 2.0f - 1.0f; /*v1.y*/
717 ctx->vertices[2][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v2.y*/
720 ctx->vertices[3][0][1] = (float)y2 / ctx->dst_height * 2.0f - 1.0f; /*v3.y*/
727 ctx->viewport.scale[1] = 0.5f * ctx->dst_height;
730 ctx->viewport.translate[1] = 0.5f * ctx->dst_height;
863 ctx->dst_height = height;
    [all...]
  /external/mesa3d/src/intel/blorp/
blorp_blit.c 2426 uint32_t dst_height = src_height; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 2134 unsigned dst_height = height; local
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 804 int dst_height = dst_rect.Height(); local
805 ::StretchDIBits(m_hDC, left, top, dst_width, dst_height, 0, 0, dst_width,
806 dst_height, pBuffer, (BITMAPINFO*)info.c_str(),
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp_ext.h 305 uint32_t dst_height; member in struct:mdp_scale_data_v2
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp_ext.h 740 uint32_t dst_height; member in struct:mdp_scale_data_v2
  /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/msm8998/sdm/include/private/
hw_info_types.h 384 uint32_t dst_height = 0; member in struct:sdm::HWScaleData
  /hardware/qcom/display/sdm845/sdm/include/private/
hw_info_types.h 398 uint32_t dst_height = 0; member in struct:sdm::HWScaleData

Completed in 1537 milliseconds

1 2