HomeSort by relevance Sort by last modified time
    Searched defs:GetVPitch (Results 1 - 3 of 3) 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 89 virtual int32 GetVPitch() const { return (frame()->Width() + 1) / 2; }

Completed in 144 milliseconds