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.cc182 const uint8* WebRtcVideoFrame::GetUPlane() const { in GetUPlane() function in cricket::WebRtcVideoFrame
204 uint8* WebRtcVideoFrame::GetUPlane() { in GetUPlane() function in cricket::WebRtcVideoFrame
/external/chromium/third_party/libjingle/source/talk/session/phone/
Dmediachannel.h348 virtual const uint8 *GetUPlane() const { return NULL; } in GetUPlane() function
351 virtual uint8 *GetUPlane() { return NULL; } in GetUPlane() function