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

1 2

  /bionic/libc/kernel/uapi/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /development/ndk/platforms/android-L/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /external/kernel-headers/original/uapi/linux/
ivtv.h 57 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ivtv.h 57 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ivtv.h 57 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
ivtv.h 34 __u32 src_width; member in struct:ivtv_dma_frame
  /external/libyuv/files/unit_test/
rotate_argb_test.cc 20 static int ARGBTestRotate(int src_width, int src_height,
24 int src_argb_plane_size = (src_width + b * 2) * (src_height + b * 2) * 4;
25 int src_stride_argb = (b * 2 + src_width) * 4;
37 for (j = b; j < (src_width + b) * 4; ++j) {
51 src_width, src_height, mode);
55 src_width, src_height, mode);
62 src_width, src_height, mode);
71 src_width, src_height, mode);
100 const int src_width = 1280; local
105 int err = ARGBTestRotate(src_width, src_height
112 const int src_width = 1280; local
124 const int src_width = 1280; local
136 const int src_width = 1280; local
148 const int src_width = 1277; local
160 const int src_width = 1277; local
172 const int src_width = 1277; local
184 const int src_width = 1277; local
    [all...]
scale_argb_test.cc 20 static int ARGBTestFilter(int src_width, int src_height,
24 int src_argb_plane_size = (src_width + b * 2) * (src_height + b * 2) * 4;
25 int src_stride_argb = (b * 2 + src_width) * 4;
37 for (j = b; j < (src_width + b) * 4; ++j) {
50 src_width, src_height,
55 src_width, src_height,
63 src_width, src_height,
73 src_width, src_height,
105 const int src_width = 1280; local
107 const int dst_width = src_width / 2
120 const int src_width = 1280; local
135 const int src_width = 1280; local
150 const int src_width = 1280; local
165 const int src_width = 1280; local
180 const int src_width = 1280; local
195 int src_width = 1280; local
210 int src_width = 1280; local
225 int src_width = 2880 * 2; local
241 int src_width = 1280; local
    [all...]
scale_test.cc 20 static int TestFilter(int src_width, int src_height,
24 int src_width_uv = (src_width + rounding) >> 1;
27 int src_y_plane_size = (src_width + b * 2) * (src_height + b * 2);
30 int src_stride_y = b * 2 + src_width;
50 for (j = b; j < (src_width + b); ++j) {
74 src_width, src_height,
83 src_width, src_height,
95 src_width, src_height,
109 src_width, src_height,
166 const int src_width = 1280 local
181 const int src_width = 1280; local
196 const int src_width = 1280; local
211 const int src_width = 1280; local
226 const int src_width = 1280; local
241 const int src_width = 1280; local
256 int src_width = 1280; local
271 int src_width = 1280; local
286 int src_width = 2880 * 2; local
301 int src_width = 1280; local
316 int src_width = 1280; local
332 int src_width = 686; local
347 int src_width = 686; local
362 int src_width = 684; local
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
rescaler.h 33 int src_width, src_height; // source dimensions member in struct:__anon17928
42 int src_width, int src_height,
  /external/webp/src/utils/
rescaler.h 33 int src_width, src_height; // source dimensions member in struct:__anon37979
42 int src_width, int src_height,
  /external/chromium_org/content/renderer/pepper/
pepper_video_source_host.cc 222 const int src_width = frame->coded_size().width(); local
224 DCHECK(src_width >= dst_width && src_height >= dst_height);
230 (src_width * vert_crop + horiz_crop);
231 const int center = (src_width + 1) / 2;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 90 int32 src_width = static_cast<int>(GetWidth()); local
98 src_width, src_height) == 0;
128 size_t src_width = GetWidth(); local
130 if (width == src_width && height == src_height) {
140 if (src_width * height > src_height * width) {
142 src_width = ROUNDTO2(src_height * width / height);
143 int32 iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2);
147 } else if (src_width * height < src_height * width) {
149 src_height = src_width * height / width;
164 static_cast<int>(src_width), static_cast<int>(src_height)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_postproc.c 297 const int src_width = src_widths[i] - 4; local
304 src_height, src_width, ppl);
  /external/chromium_org/third_party/libyuv/util/
convert.cc 162 int src_width, int src_height,
177 src_width, src_height,
287 int src_width = Abs(image_width); local
289 int half_src_width = (src_width + 1) / 2;
293 I420Scale(ch_org, src_width,
294 ch_org + src_width * src_height, half_src_width,
295 ch_org + src_width * src_height +
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 123 int src_width = pSrcBitmap->GetWidth(), src_height = pSrcBitmap->GetHeight(); local
127 FX_FLOAT area_scale = FXSYS_Div((FX_FLOAT)(src_width * src_height), dest_area);
170 if (src_x < 0 || src_x >= src_width || src_y < 0 || src_y >= src_height) {
185 if (src_x < 0 || src_x >= src_width || src_y < 0 || src_y >= src_height) {
  /external/pixman/pixman/
pixman-android.c 176 int32_t src_width = src_image->width; local
193 bilinear_pad_repeat_get_scanline_bounds(src_width, v.vector[0], unit_x,
261 buf1[0] = src1[src_width - 1];
263 buf2[0] = src2[src_width - 1];
282 int32_t src_width = src_image->width; local
288 pixman_fixed_t src_width_fixed = pixman_int_to_fixed(src_width);
303 pad_repeat_get_scanline_bounds(src_width, vx, unit_x,
326 dst + left_pad, src + src_width, width,
  /external/pixman/test/
affine-test.c 33 int src_width, src_height; local
57 src_width = prng_rand_n (MAX_SRC_WIDTH) + 1;
61 src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
70 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
90 src_fmt, src_width, src_height, srcbuf, src_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);
227 clip_boxes[i].x1 = prng_rand_n (src_width);
230 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1)
    [all...]
blitters-test.c 229 int src_width, src_height; local
277 src_width = pixman_image_get_width (src_img);
288 src_x = prng_rand_n (src_width);
305 src_width,
345 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
346 src_width, src_height, dst_width, dst_height);
composite-traps-test.c 97 int src_width = prng_rand_n (MAX_SRC_WIDTH) + 1; local
99 int src_stride = src_width * src_bpp + prng_rand_n (MAX_STRIDE) * src_bpp;
102 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
110 src_format, src_width, src_height, bits, src_stride);
121 clip_boxes[i].x1 = prng_rand_n (src_width);
124 clip_boxes[i].x1 + prng_rand_n (src_width - clip_boxes[i].x1);

Completed in 866 milliseconds

1 2