Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dnullvideoframe.h52 virtual const uint8 *GetUPlane() const { return NULL; } in GetUPlane() function
55 virtual uint8 *GetUPlane() { return NULL; } in GetUPlane() function
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.cc68 const uint8* WebRtcTextureVideoFrame::GetUPlane() const { in GetUPlane() function in cricket::WebRtcTextureVideoFrame
83 uint8* WebRtcTextureVideoFrame::GetUPlane() { in GetUPlane() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoframe.cc176 const uint8* WebRtcVideoFrame::GetUPlane() const { in GetUPlane() function in cricket::WebRtcVideoFrame
198 uint8* WebRtcVideoFrame::GetUPlane() { in GetUPlane() function in cricket::WebRtcVideoFrame
Dwebrtcvideoengine2.cc536 virtual const uint8* GetUPlane() const OVERRIDE { in GetUPlane() function in cricket::WebRtcVideoRenderFrame
547 virtual uint8* GetUPlane() OVERRIDE { in GetUPlane() function in cricket::WebRtcVideoRenderFrame