HomeSort by relevance Sort by last modified time
    Searched defs:GetUPlane (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 52 virtual const uint8 *GetUPlane() const { return NULL; }
55 virtual uint8 *GetUPlane() { return NULL; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 68 const uint8* WebRtcTextureVideoFrame::GetUPlane() const {
83 uint8* WebRtcTextureVideoFrame::GetUPlane() {
webrtcvideoframe.cc 142 const uint8* WebRtcVideoFrame::GetUPlane() const {
164 uint8* WebRtcVideoFrame::GetUPlane() {
229 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
323 uint8* u = GetUPlane();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 258 virtual const uint8 *GetUPlane() const = 0;
261 virtual uint8 *GetUPlane() = 0;
348 virtual const uint8 *GetUPlane() const { return NULL; }
351 virtual uint8 *GetUPlane() { return NULL; }

Completed in 2553 milliseconds