Searched defs:GetUPlane (Results 1 - 3 of 3) 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.cc176 const uint8* WebRtcVideoFrame::GetUPlane() const { function in class:cricket::WebRtcVideoFrame
198 uint8* WebRtcVideoFrame::GetUPlane() { function in class:cricket::WebRtcVideoFrame
263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
342 uint8* u = GetUPlane();

Completed in 4336 milliseconds