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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 51 virtual const uint8 *GetYPlane() const { return NULL; }
54 virtual uint8 *GetYPlane() { return NULL; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 63 const uint8* WebRtcTextureVideoFrame::GetYPlane() const {
78 uint8* WebRtcTextureVideoFrame::GetYPlane() {
webrtcvideoframe.cc 137 const uint8* WebRtcVideoFrame::GetYPlane() const {
159 uint8* WebRtcVideoFrame::GetYPlane() {
229 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
270 uint8* buffer = GetYPlane();
321 uint8* y = GetYPlane();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 257 virtual const uint8 *GetYPlane() const = 0;
260 virtual uint8 *GetYPlane() = 0;
347 virtual const uint8 *GetYPlane() const { return NULL; }
350 virtual uint8 *GetYPlane() { return NULL; }

Completed in 203 milliseconds