Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.h88 virtual int32 GetUPitch() const { return (frame()->Width() + 1) / 2; } in GetUPitch() function
Dwebrtctexturevideoframe.cc98 int32 WebRtcTextureVideoFrame::GetUPitch() const { in GetUPitch() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoengine2.cc559 virtual int32 GetUPitch() const OVERRIDE { in GetUPitch() function in cricket::WebRtcVideoRenderFrame
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h58 virtual int32 GetUPitch() const { return 0; } in GetUPitch() function