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

  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 239 i_img_ptr.uWidth = params->in_width;
430 int out_width = 0, in_width = 0; local
440 in_width = input->in_width;
451 if ((in_width < 2) || (out_width < 2) || (in_height < 2) || (out_height < 2) ||
459 if ((in_width != out_width) || (in_height != out_height)) {
469 } else if ((in_width != out_width) || (in_height != out_height)) {
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 184 i_img_ptr.uWidth = params->in_width;
362 int out_width = 0, in_width = 0; local
372 in_width = input->in_width;
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)) {
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 133 int in_width; member in struct:Ti::Camera::Encoder_libjpeg::params
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 117 int in_width; member in struct:android::Encoder_libjpeg::params
  /external/chromium_org/third_party/libwebp/dec/
vp8l.c 387 const int in_width = io->mb_w; local
412 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data,
414 in_width, out_width, in_height, out_height, work);
    [all...]
  /external/webp/src/dec/
vp8l.c 387 const int in_width = io->mb_w; local
412 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data,
414 in_width, out_width, in_height, out_height, work);
    [all...]

Completed in 270 milliseconds