OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetYPitch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h
57
virtual int32
GetYPitch
() const { return 0; }
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc
93
int32 WebRtcTextureVideoFrame::
GetYPitch
() const {
webrtcvideoframe.h
88
virtual int32
GetYPitch
() const { return frame()->Width(); }
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h
263
virtual int32
GetYPitch
() const = 0;
353
virtual int32
GetYPitch
() const { return 0; }
Completed in 144 milliseconds