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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 51 const uint8* src_v = GetVPlane();
94 GetVPlane(), GetVPitch(),
103 memcpy(dst_v, GetVPlane(), uv_size);
114 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
123 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
136 const uint8* src_v = GetVPlane();
199 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
223 GetVPlane(), GetVPitch(),
232 memset(GetVPlane(), 128, uv_size);
nullvideoframe.h 53 virtual const uint8 *GetVPlane() const { return NULL; }
56 virtual uint8 *GetVPlane() { return NULL; }
videoframe.h 72 virtual const uint8 *GetVPlane() const = 0;
75 virtual uint8 *GetVPlane() = 0;
videoframe_unittest.h 280 frame->GetVPlane()[stride_v * (y / 2) + x / 2] =
332 frame->GetVPlane()[stride_v * (y / 2) + x / 2] =
431 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch,
444 frame2.GetVPlane(), frame2.GetVPitch(),
464 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2
474 *frame.GetVPlane() == 128;
523 frame1.GetVPlane(), frame1.GetVPitch(),
542 frame1.GetVPlane(), frame1.GetVPitch(),
559 frame1.GetVPlane(), frame1.GetVPitch(),
    [all...]
fakevideorenderer.h 135 const uint8* v_plane = frame->GetVPlane();
testutils.cc 311 const uint8* v0 = frame0->GetVPlane();
314 const uint8* v1 = frame1->GetVPlane();
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 66 return _videoFrame->GetVPlane();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 57 virtual const uint8* GetVPlane() const;
60 virtual uint8* GetVPlane();
webrtcvideoframe.h 83 virtual const uint8* GetVPlane() const;
86 virtual uint8* GetVPlane();
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();
webrtcvideoengine2.cc 539 virtual const uint8* GetVPlane() const OVERRIDE {
551 virtual uint8* GetVPlane() OVERRIDE {
619 GetVPlane(),
    [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_remote_video_source.cc 99 frame->GetVPlane(), frame->GetVPitch(), uv_rows, video_frame.get());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 606 milliseconds