Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h53 virtual const uint8 *GetVPlane() const { return NULL; } in GetVPlane() function
56 virtual uint8 *GetVPlane() { return NULL; } in GetVPlane() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.cc73 const uint8* WebRtcTextureVideoFrame::GetVPlane() const { in GetVPlane() function in cricket::WebRtcTextureVideoFrame
88 uint8* WebRtcTextureVideoFrame::GetVPlane() { in GetVPlane() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoframe.cc184 const uint8* WebRtcVideoFrame::GetVPlane() const { in GetVPlane() function in cricket::WebRtcVideoFrame
206 uint8* WebRtcVideoFrame::GetVPlane() { in GetVPlane() function in cricket::WebRtcVideoFrame
Dwebrtcvideoengine2.cc539 virtual const uint8* GetVPlane() const OVERRIDE { in GetVPlane() function in cricket::WebRtcVideoRenderFrame
551 virtual uint8* GetVPlane() OVERRIDE { in GetVPlane() function in cricket::WebRtcVideoRenderFrame