HomeSort by relevance Sort by last modified time
    Searched defs:GetVPlane (Results 1 - 3 of 3) 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 184 const uint8* WebRtcVideoFrame::GetVPlane() const {
206 uint8* WebRtcVideoFrame::GetVPlane() {
264 GetUPitch(), GetVPlane(), GetVPitch(), buffer,
344 uint8* v = GetVPlane();

Completed in 39 milliseconds