Home
last modified time | relevance | path

Searched defs:GetVPitch (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.h89 virtual int32 GetVPitch() const { return (frame()->Width() + 1) / 2; } in GetVPitch() function
Dwebrtctexturevideoframe.cc103 int32 WebRtcTextureVideoFrame::GetVPitch() const { in GetVPitch() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoengine2.cc583 virtual int32 GetVPitch() const OVERRIDE { in GetVPitch() function in cricket::WebRtcVideoRenderFrame
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h59 virtual int32 GetVPitch() const { return 0; } in GetVPitch() function