/hardware/ti/omap4xxx/camera/ |
Encoder_libjpeg.cpp | 186 i_img_ptr.uHeight = params->in_height; 363 int out_height = 0, in_height = 0; local 374 in_height = input->in_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)) {
|
AppCallbackNotifier.cpp | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocommon.cc | 211 void ComputeScaleToSquarePixels(int in_width, int in_height, 215 *scaled_height = in_height * pixel_height / pixel_width;
|
videocommon.h | 171 void ComputeScaleToSquarePixels(int in_width, int in_height,
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 118 int in_height; member in struct:android::Encoder_libjpeg::params
|
/external/chromium_org/third_party/libwebp/dec/ |
vp8l.c | 373 const int in_height = io->mb_h; local 396 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data, 398 in_width, out_width, in_height, out_height, work); [all...] |
/external/webp/src/dec/ |
vp8l.c | 372 const int in_height = io->mb_h; local 395 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data, 397 in_width, out_width, in_height, out_height, work); [all...] |