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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 59 virtual int32 GetVPitch() const { return 0; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 103 int32 WebRtcTextureVideoFrame::GetVPitch() const {
webrtcvideoframe.h 108 virtual int32 GetVPitch() const { return (frame()->Width() + 1) / 2; }
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 265 virtual int32 GetVPitch() const = 0;
355 virtual int32 GetVPitch() const { return 0; }

Completed in 61 milliseconds