Searched refs:GetVPlane (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe.cc51 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);
H A Dnullvideoframe.h53 virtual const uint8 *GetVPlane() const { return NULL; } function in class:cricket::NullVideoFrame
56 virtual uint8 *GetVPlane() { return NULL; } function in class:cricket::NullVideoFrame
H A Dvideoframe.h72 virtual const uint8 *GetVPlane() const = 0;
75 virtual uint8 *GetVPlane() = 0;
H A Dvideoframe_unittest.h284 frame->GetVPlane()[stride_v * (y / 2) + x / 2] =
336 frame->GetVPlane()[stride_v * (y / 2) + x / 2] =
439 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch,
453 frame2.GetVPlane(), frame2.GetVPitch(),
473 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2
483 *frame.GetVPlane() == 128;
532 frame1.GetVPlane(), frame1.GetVPitch(),
551 frame1.GetVPlane(), frame1.GetVPitch(),
568 frame1.GetVPlane(), frame1.GetVPitch(),
829 frame2.GetVPlane(), frame
[all...]
H A Dfakevideorenderer.h135 const uint8* v_plane = frame->GetVPlane();
H A Dtestutils.cc317 const uint8* v0 = frame0->GetVPlane();
320 const uint8* v1 = frame1->GetVPlane();
H A Dvideoadapter_unittest.cc379 EXPECT_NE(128, *adapted_frame->GetVPlane());
391 EXPECT_EQ(128, *adapted_frame->GetVPlane());
424 EXPECT_EQ(128, *adapted_frame->GetVPlane());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCI420Frame.mm66 return _videoFrame->GetVPlane();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc73 const uint8* WebRtcTextureVideoFrame::GetVPlane() const { function in class:cricket::WebRtcTextureVideoFrame
88 uint8* WebRtcTextureVideoFrame::GetVPlane() { function in class:cricket::WebRtcTextureVideoFrame
H A Dwebrtctexturevideoframe.h57 virtual const uint8* GetVPlane() const;
60 virtual uint8* GetVPlane();
H A Dwebrtcvideoframe.h83 virtual const uint8* GetVPlane() const;
86 virtual uint8* GetVPlane();
H A Dwebrtcvideoframe.cc184 const uint8* WebRtcVideoFrame::GetVPlane() const { function in class:cricket::WebRtcVideoFrame
206 uint8* WebRtcVideoFrame::GetVPlane() { function in class:cricket::WebRtcVideoFrame
264 GetUPitch(), GetVPlane(), GetVPitch(), buffer,
344 uint8* v = GetVPlane();
H A Dwebrtcvideoengine2.cc560 virtual const uint8* GetVPlane() const OVERRIDE {
572 virtual uint8* GetVPlane() OVERRIDE {
640 GetVPlane(),
1369 frame.GetVPlane(),
H A Dwebrtcvideoengine.cc3217 frame_i420.v_plane = const_cast<unsigned char*>(frame_out->GetVPlane());
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_remote_video_source.cc99 frame->GetVPlane(), frame->GetVPitch(), uv_rows, video_frame.get());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1165 const_cast<uint8*>(frame->GetVPlane()), frame->GetChromaSize());

Completed in 401 milliseconds