OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetUPitch
(Results
1 - 4
of
4
) 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
89
virtual int32
GetUPitch
() const { return (frame()->Width() + 1) / 2; }
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h
264
virtual int32
GetUPitch
() const = 0;
354
virtual int32
GetUPitch
() const { return 0; }
Completed in 330 milliseconds