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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideoframe.h 53 virtual const uint8 *GetVPlane() const { return NULL; }
56 virtual uint8 *GetVPlane() { return NULL; }
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.cc 73 const uint8* WebRtcTextureVideoFrame::GetVPlane() const {
88 uint8* WebRtcTextureVideoFrame::GetVPlane() {
webrtcvideoframe.cc 150 const uint8* WebRtcVideoFrame::GetVPlane() const {
172 uint8* WebRtcVideoFrame::GetVPlane() {
230 GetUPitch(), GetVPlane(), GetVPitch(), buffer,
325 uint8* v = GetVPlane();
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 259 virtual const uint8 *GetVPlane() const = 0;
262 virtual uint8 *GetVPlane() = 0;
349 virtual const uint8 *GetVPlane() const { return NULL; }
352 virtual uint8 *GetVPlane() { return NULL; }

Completed in 80 milliseconds