Searched refs:SCALE_ASPECT_FIT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java74 // SCALE_ASPECT_FIT - video frame is scaled to fit the size of the view by
82 { SCALE_ASPECT_FIT, SCALE_ASPECT_FILL, SCALE_FILL }; enum constant in enum:VideoRendererGui.ScalingType
335 if (scalingType == ScalingType.SCALE_ASPECT_FIT) {
608 x, y, width, height, ScalingType.SCALE_ASPECT_FIT);

Completed in 180 milliseconds