Searched defs:in_height (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViESurfaceRenderer.java61 int in_width, int in_height) {
64 changeDestRect(in_width, in_height);
67 " in_width:" + in_width + " in_height:" + in_height +
60 surfaceChanged(SurfaceHolder holder, int format, int in_width, int in_height) argument
/external/webrtc/talk/media/base/
H A Dvideoadapter_unittest.cc98 const int in_height = abs(captured_frame->height); local
100 video_adapter_->AdaptFrameResolution(in_width, in_height);
104 in_height == adapted_format.height);
H A Dvideocommon.cc211 void ComputeScaleToSquarePixels(int in_width, int in_height, argument
215 *scaled_height = in_height * pixel_height / pixel_width;
H A Dvideoadapter.cc260 VideoFormat VideoAdapter::AdaptFrameResolution(int in_width, int in_height) { argument
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
/external/webrtc/webrtc/video/
H A Dsend_statistics_proxy.cc98 int in_height = input_height_counter_.Avg(kMinRequiredSamples); local
104 in_height);
/external/webp/src/dec/
H A Dvp8l_dec.c492 const int in_height = io->mb_h; local
515 WebPRescalerInit(dec->rescaler, in_width, in_height, (uint8_t*)scaled_data,

Completed in 152 milliseconds