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

  /external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 60 int in_width, int in_height) {
63 changeDestRect(in_width, in_height);
66 " in_width:" + in_width + " in_height:" + in_height +
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.cc 211 void ComputeScaleToSquarePixels(int in_width, int in_height,
214 *scaled_width = in_width; // Keep width the same.
videocommon.h 171 void ComputeScaleToSquarePixels(int in_width, int in_height,
  /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...]

Completed in 76 milliseconds