HomeSort by relevance Sort by last modified time
    Searched refs:in_height (Results 1 - 15 of 15) sorted by null

  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 61 int in_width, int in_height) {
64 changeDestRect(in_width, in_height);
67 " in_width:" + in_width + " in_height:" + in_height +
  /hardware/ti/omap4-aah/camera/
Encoder_libjpeg.cpp 241 i_img_ptr.uHeight = params->in_height;
431 int out_height = 0, in_height = 0; local
442 in_height = input->in_height;
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)) {
AppCallbackNotifier.cpp     [all...]
  /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/webrtc/talk/media/base/
videocommon.cc 211 void ComputeScaleToSquarePixels(int in_width, int in_height,
215 *scaled_height = in_height * pixel_height / pixel_width;
videoadapter.cc 260 VideoFormat VideoAdapter::AdaptFrameResolution(int in_width, int in_height) {
265 in_width, in_height, input_format_.interval, input_format_.fourcc));
296 << "x" << in_height
305 in_width, in_height, output_num_pixels_);
307 const int output_height = static_cast<int>(in_height * scale + .5f);
335 << "x" << in_height
videoadapter.h 63 VideoFormat AdaptFrameResolution(int in_width, int in_height);
videocommon.h 176 void ComputeScaleToSquarePixels(int in_width, int in_height,
videoadapter_unittest.cc 98 const int in_height = abs(captured_frame->height); local
100 video_adapter_->AdaptFrameResolution(in_width, in_height);
104 in_height == adapted_format.height);
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
Encoder_libjpeg.h 134 int in_height; member in struct:Ti::Camera::Encoder_libjpeg::params
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 118 int in_height; member in struct:android::Encoder_libjpeg::params
  /external/webrtc/webrtc/video/
send_statistics_proxy.cc 98 int in_height = input_height_counter_.Avg(kMinRequiredSamples); local
104 in_height);
  /external/opencv3/3rdparty/libwebp/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...]
  /external/webp/src/dec/
vp8l.c 491 const int in_height = io->mb_h; local
514 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data,
    [all...]

Completed in 1225 milliseconds