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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 58 virtual int32 GetUPitch() const { return 0; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 98 int32 WebRtcTextureVideoFrame::GetUPitch() const {
webrtcvideoframe.h 107 virtual int32 GetUPitch() const { return (frame()->Width() + 1) / 2; }
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 264 virtual int32 GetUPitch() const = 0;
354 virtual int32 GetUPitch() const { return 0; }

Completed in 550 milliseconds