HomeSort by relevance Sort by last modified time
    Searched full:out_height (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 22 int out_height; member in struct:__anon11015
45 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height);
47 int out_width, int out_height, int out_stride,
  /external/libvpx/libvpx/vpx_scale/generic/
bicubic_scaler.c 279 int bicubic_coefficient_setup(int in_width, int in_height, int out_width, int out_height) {
296 && (out_width == g_b_scaler.out_width) && (out_height == g_b_scaler.out_height))
302 g_b_scaler.out_height = out_height;
307 if (out_width <= 0 || out_height <= 0)
312 gcd_h = gcd(out_height, in_height);
313 gcd_h_uv = gcd(out_height, in_height / 2);
321 g_b_scaler.nh = out_height / gcd_h;
324 g_b_scaler.nh_uv = out_height / gcd_h_uv
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
callback.rs 11 uint32_t out_height;
35 out_height = oh;
38 y_scale = (float)yuv_height / out_height;
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 194 o_img_ptr.uHeight = params->out_height;
363 int out_height = 0, in_height = 0; local
373 out_height = input->out_height;
383 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
391 if ((in_width != out_width) || (in_height != out_height)) {
396 } else if ((in_width != out_width) || (in_height != out_height)) {
415 out_width, out_height, input->dst,
420 cinfo.image_height = out_height;
433 row_uv = src + out_width * out_height * bpp
    [all...]
AppCallbackNotifier.cpp     [all...]
  /external/webp/src/dec/
io.c 311 const int out_height = io->scaled_height; local
313 const int uv_out_height = (out_height + 1) >> 1;
331 buf->y, out_width, out_height, buf->y_stride, 1,
332 io->mb_w, out_width, io->mb_h, out_height,
348 buf->a, out_width, out_height, buf->a_stride, 1,
349 io->mb_w, out_width, io->mb_h, out_height,
483 const int out_height = io->scaled_height; local
504 tmp + 0 * out_width, out_width, out_height, 0, 1,
505 io->mb_w, out_width, io->mb_h, out_height,
508 tmp + 1 * out_width, out_width, out_height, 0, 1
    [all...]
vp8l.c 371 const int out_height = io->scaled_height; local
394 out_width, out_height, 0, num_channels,
395 in_width, out_width, in_height, out_height, work);
    [all...]
  /hardware/ti/omap4xxx/original-kernel-headers/linux/
omapfb.h 116 __u32 out_width, out_height; member in struct:omapfb_update_window
145 __u32 out_height; member in struct:omapfb_plane_info
  /hardware/ti/omap4xxx/kernel-headers/linux/
omapfb.h 116 __u32 out_width, out_height; member in struct:omapfb_update_window
147 __u32 out_height; member in struct:omapfb_plane_info
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 120 int out_height; member in struct:android::Encoder_libjpeg::params
  /external/kernel-headers/original/video/
dsscomp.h 297 * Y:[pos_y, pos_y + out_height] outside of the screen

Completed in 235 milliseconds