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

1 2 3

  /external/libyuv/files/unit_test/
scale_argb_test.cc 21 int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
52 dst_width, dst_height, f);
57 dst_width, dst_height, f);
65 dst_width, dst_height, f);
75 dst_width, dst_height, f);
88 for (i = b; i < (dst_height + b); ++i) {
108 const int dst_height = src_height / 2; local
112 dst_width, dst_height,
123 const int dst_height = src_height / 4 local
138 const int dst_height = src_height \/ 5; local
153 const int dst_height = src_height \/ 8; local
168 const int dst_height = src_height \/ 16; local
183 const int dst_height = src_height * 3 \/ 4; local
198 int dst_height = src_height * 3 \/ 8; local
213 int dst_height = 768; local
228 int dst_height = 1272; local
244 int dst_height = 480; local
    [all...]
scale_test.cc 21 int dst_width, int dst_height,
38 int dst_height_uv = (dst_height + rounding) >> 1;
40 int dst_y_plane_size = (dst_width + b * 2) * (dst_height + b * 2);
78 dst_width, dst_height, f);
87 dst_width, dst_height, f);
99 dst_width, dst_height, f);
113 dst_width, dst_height, f);
126 for (i = b; i < (dst_height + b); ++i) {
169 const int dst_height = src_height / 2; local
173 dst_width, dst_height,
184 const int dst_height = src_height \/ 4; local
199 const int dst_height = src_height \/ 5; local
214 const int dst_height = src_height \/ 8; local
229 const int dst_height = src_height \/ 16; local
244 const int dst_height = src_height * 3 \/ 4; local
259 int dst_height = src_height * 3 \/ 8; local
274 int dst_height = 768; local
289 int dst_height = 1272; local
304 int dst_height = 480; local
319 int dst_height = 480; local
335 int dst_height = 552; local
350 int dst_height = 276; local
365 int dst_height = 276; local
    [all...]
rotate_argb_test.cc 21 int dst_width, int dst_height,
30 int dst_argb_plane_size = (dst_width + b * 2) * (dst_height + b * 2) * 4;
84 for (i = b; i < (dst_height + b); ++i) {
103 const int dst_height = 720; local
106 dst_width, dst_height, kRotate0,
115 const int dst_height = 1280; local
118 dst_width, dst_height, kRotate90,
127 const int dst_height = 720; local
130 dst_width, dst_height, kRotate180,
139 const int dst_height = 1280 local
151 const int dst_height = 719; local
163 const int dst_height = 1277; local
175 const int dst_height = 719; local
187 const int dst_height = 1277; local
    [all...]
  /external/libyuv/files/include/libyuv/
scale_argb.h 26 int dst_width, int dst_height,
scale.h 33 int dst_width, int dst_height,
54 int dst_width, int dst_height,
64 int dst_width, int dst_height,
70 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
mjpeg_decoder.h 113 // dst_width must match exactly. dst_height must be <= to image height; if
119 bool DecodeToBuffers(uint8** planes, int dst_width, int dst_height);
126 int dst_width, int dst_height);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale.h 45 int dst_width, int dst_height,
54 int dst_width, int dst_height,
59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon14035
43 int dst_width, int dst_height, int dst_stride,
rescaler.c 28 uint8_t* const dst, int dst_width, int dst_height,
35 wrk->dst_height = dst_height;
48 ((int64_t)dst_height << RFIX) / (x_sub * src_height) :
49 ((int64_t)dst_height << RFIX) / (x_add * src_height);
  /external/webp/src/utils/
rescaler.h 34 int dst_width, dst_height; // destination dimensions member in struct:__anon30401
43 int dst_width, int dst_height, int dst_stride,
  /external/chromium_org/chrome/browser/profiles/
profile_info_util.h 32 // image is scaled to fit |dst_width| and |dst_height|.
36 int dst_height);
profile_info_util.cc 69 int dst_height) {
74 std::min(dst_width, dst_height)) - kAvatarIconBorder;
77 gfx::Canvas canvas(gfx::Size(dst_width, dst_height), ui::SCALE_FACTOR_100P,
83 int y1 = dst_height - length - 1;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_blit.h 49 unsigned dst_height,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_blit.h 49 unsigned dst_height,
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 49 unsigned dst_height,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 49 unsigned dst_height,
  /external/pixman/test/
composite-traps-test.c 54 int dst_width, dst_height; local
150 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
154 dst_bits = (uint32_t *)make_random_bytes (dst_stride * dst_height);
157 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
160 dst_format, dst_width, dst_height, dst_bits, dst_stride);
196 clip_boxes[i].y1 = prng_rand_n (dst_height);
200 clip_boxes[i].y1 + prng_rand_n (dst_height - clip_boxes[i].y1);
220 for (i = 0; i < dst_stride * dst_height / 4; i++)
230 for (i = 0; i < dst_height; i++
    [all...]
affine-test.c 34 int dst_width, dst_height; local
60 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
73 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
75 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
78 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
81 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
213 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
214 src_width, src_height, dst_width, dst_height);
    [all...]
scaling-test.c 60 int dst_width, dst_height; local
114 dst_height = prng_rand_n (MAX_DST_HEIGHT) + 1;
135 dst_y = -(dst_height / 4) + prng_rand_n (dst_height * 3 / 2);
137 h = prng_rand_n (dst_height * 3 / 2 - dst_y);
141 dstbuf = (uint32_t *)malloc (dst_stride * dst_height);
145 prng_randmemset (dstbuf, dst_stride * dst_height, 0);
157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
248 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
249 src_width, src_height, dst_width, dst_height);
    [all...]
scaling-crash-test.c 20 int32_t dst_height,
56 dstbuf = (uint32_t *)malloc (dst_width * dst_height * 4);
59 memset (dstbuf, 0x33, dst_width * dst_height * 4);
71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4);
82 src_x, src_y, 0, 0, 0, 0, dst_width, dst_height);
87 for (i = 0; i < dst_width * dst_height; i++)
  /external/chromium_org/chrome/browser/ui/views/
avatar_menu_button.cc 62 int dst_height = Round(button_icon_.height() * scale); local
67 int dst_y = Round((height() - dst_height) / 2.0);
69 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /external/libyuv/files/source/
scale.cc     [all...]
scale_argb.cc 795 int dst_width, int dst_height,
813 for (int y = 0; y < dst_height; ++y) {
828 int dst_width, int dst_height,
847 int row_step = src_height / dst_height;
850 for (int y = 0; y < dst_height; ++y) {
862 int dst_width, int dst_height,
866 assert(dst_height > 0);
886 int dy = (src_height << 16) / dst_height;
890 for (int j = 0; j < dst_height; ++j) {
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 170 size_t VideoFrame::StretchToBuffer(size_t dst_width, size_t dst_height,
178 size_t needed = SizeOf(dst_width, dst_height);
181 uint8* dst_u = dst_y + dst_width * dst_height;
182 uint8* dst_v = dst_u + ((dst_width + 1) >> 1) * ((dst_height + 1) >> 1);
187 dst_width, dst_height, interpolate, vert_crop);
207 VideoFrame* VideoFrame::Stretch(size_t dst_width, size_t dst_height,
210 static_cast<int>(dst_height),

Completed in 1006 milliseconds

1 2 3