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

  /external/webrtc/talk/media/base/
videoframe.cc 158 bool vert_crop) const {
174 if (vert_crop) {
204 bool interpolate, bool vert_crop) const {
213 interpolate, vert_crop);
220 bool interpolate, bool vert_crop) const {
226 StretchToFrame(dest, interpolate, vert_crop);
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 227 int vert_crop = ((abs(h) - dh) / 2) & ~1; local
235 horiz_crop, vert_crop,

Completed in 65 milliseconds