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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h52 virtual const uint8 *GetUPlane() const { return NULL; } function in class:cricket::NullVideoFrame
55 virtual uint8 *GetUPlane() { return NULL; } function in class:cricket::NullVideoFrame
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc68 const uint8* WebRtcTextureVideoFrame::GetUPlane() const { function in class:cricket::WebRtcTextureVideoFrame
83 uint8* WebRtcTextureVideoFrame::GetUPlane() { function in class:cricket::WebRtcTextureVideoFrame
H A Dwebrtcvideoframe.cc182 const uint8* WebRtcVideoFrame::GetUPlane() const { function in class:cricket::WebRtcVideoFrame
204 uint8* WebRtcVideoFrame::GetUPlane() { function in class:cricket::WebRtcVideoFrame
269 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
371 uint8* u = GetUPlane();
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediachannel.h258 virtual const uint8 *GetUPlane() const = 0;
261 virtual uint8 *GetUPlane() = 0;
348 virtual const uint8 *GetUPlane() const { return NULL; } function in class:cricket::NullVideoFrame
351 virtual uint8 *GetUPlane() { return NULL; } function in class:cricket::NullVideoFrame

Completed in 280 milliseconds