HomeSort by relevance Sort by last modified time
    Searched full:in_width (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 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)) {
AppCallbackNotifier.cpp     [all...]
  /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)) {
AppCallbackNotifier.cpp     [all...]
  /external/webrtc/webrtc/video/
send_statistics_proxy.cc 97 int in_width = input_width_counter_.Avg(kMinRequiredSamples); local
100 if (in_width != -1) {
102 in_width);
  /external/webrtc/talk/media/base/
videocommon.cc 211 void ComputeScaleToSquarePixels(int in_width, int in_height,
214 *scaled_width = in_width; // Keep width the same.
videoadapter.cc 260 VideoFormat VideoAdapter::AdaptFrameResolution(int in_width, int in_height) {
265 in_width, in_height, input_format_.interval, input_format_.fourcc));
295 << " Input: " << in_width
305 in_width, in_height, output_num_pixels_);
306 const int output_width = static_cast<int>(in_width * scale + .5f);
334 << " Input: " << in_width
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 97 const int in_width = captured_frame->width; local
100 video_adapter_->AdaptFrameResolution(in_width, in_height);
103 last_adapt_was_no_op_ = (in_width == adapted_format.width &&
    [all...]
  /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/opencv3/3rdparty/libwebp/dec/
vp8l.c 370 const int in_width = io->mb_w; 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 489 const int in_width = io->mb_w; local
514 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data,
    [all...]

Completed in 1834 milliseconds