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

Completed in 856 milliseconds