Searched defs:GetVPlane (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h53 virtual const uint8 *GetVPlane() const { return NULL; } function in class:cricket::NullVideoFrame
56 virtual uint8 *GetVPlane() { return NULL; } function in class:cricket::NullVideoFrame
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc73 const uint8* WebRtcTextureVideoFrame::GetVPlane() const { function in class:cricket::WebRtcTextureVideoFrame
88 uint8* WebRtcTextureVideoFrame::GetVPlane() { function in class:cricket::WebRtcTextureVideoFrame
H A Dwebrtcvideoframe.cc184 const uint8* WebRtcVideoFrame::GetVPlane() const { function in class:cricket::WebRtcVideoFrame
206 uint8* WebRtcVideoFrame::GetVPlane() { function in class:cricket::WebRtcVideoFrame
264 GetUPitch(), GetVPlane(), GetVPitch(), buffer,
344 uint8* v = GetVPlane();

Completed in 546 milliseconds