HomeSort by relevance Sort by last modified time
    Searched defs:GetUPlane (Results 1 - 3 of 3) 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 176 const uint8* WebRtcVideoFrame::GetUPlane() const {
198 uint8* WebRtcVideoFrame::GetUPlane() {
263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
342 uint8* u = GetUPlane();

Completed in 738 milliseconds