Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoframe.h87 virtual int32 GetYPitch() const { return frame()->Width(); } in GetYPitch() function
Dwebrtctexturevideoframe.cc93 int32 WebRtcTextureVideoFrame::GetYPitch() const { in GetYPitch() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoengine2.cc577 virtual int32 GetYPitch() const OVERRIDE { in GetYPitch() function in cricket::WebRtcVideoRenderFrame
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h57 virtual int32 GetYPitch() const { return 0; } in GetYPitch() function