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