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

  /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...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 120 int out_height; member in struct:android::Encoder_libjpeg::params
  /external/chromium_org/third_party/libwebp/dec/
io.c 313 const int out_height = io->scaled_height; local
315 const int uv_out_height = (out_height + 1) >> 1;
333 buf->y, out_width, out_height, buf->y_stride, 1,
334 io->mb_w, out_width, io->mb_h, out_height,
350 buf->a, out_width, out_height, buf->a_stride, 1,
351 io->mb_w, out_width, io->mb_h, out_height,
485 const int out_height = io->scaled_height; local
506 tmp + 0 * out_width, out_width, out_height, 0, 1,
507 io->mb_w, out_width, io->mb_h, out_height,
510 tmp + 1 * out_width, out_width, out_height, 0, 1
    [all...]
vp8l.c 373 const int out_height = io->scaled_height; local
396 out_width, out_height, 0, num_channels,
397 in_width, out_width, in_height, out_height, work);
    [all...]
  /external/webp/src/dec/
io.c 313 const int out_height = io->scaled_height; local
315 const int uv_out_height = (out_height + 1) >> 1;
333 buf->y, out_width, out_height, buf->y_stride, 1,
334 io->mb_w, out_width, io->mb_h, out_height,
350 buf->a, out_width, out_height, buf->a_stride, 1,
351 io->mb_w, out_width, io->mb_h, out_height,
485 const int out_height = io->scaled_height; local
506 tmp + 0 * out_width, out_width, out_height, 0, 1,
507 io->mb_w, out_width, io->mb_h, out_height,
510 tmp + 1 * out_width, out_width, out_height, 0, 1
    [all...]
vp8l.c 373 const int out_height = io->scaled_height; local
396 out_width, out_height, 0, num_channels,
397 in_width, out_width, in_height, out_height, work);
    [all...]
  /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/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

Completed in 294 milliseconds