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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h 171 virtual VideoFrame *Stretch(size_t w, size_t h, bool interpolate,
videoframe.cc 207 VideoFrame* VideoFrame::Stretch(size_t dst_width, size_t dst_height,
videoadapter.cc 339 // Create and stretch the output frame if it has not been created yet or its
346 in_frame->Stretch(output_width, output_height, true, true));
348 LOG(LS_WARNING) << "Adapter failed to stretch frame to "
359 // from the input frame yet, stretch the input frame. This is the most
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 93 virtual VideoFrame* Stretch(size_t w, size_t h, bool interpolate,
webrtctexturevideoframe.cc 164 VideoFrame* WebRtcTextureVideoFrame::Stretch(
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 327 virtual VideoFrame *Stretch(size_t w, size_t h, bool interpolate,
392 virtual VideoFrame *Stretch(size_t w, size_t h, bool interpolate,
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 118 this.panelHeader.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;

Completed in 292 milliseconds