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

Completed in 169 milliseconds