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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe.cc49 const uint8* src_y = GetYPlane();
92 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
101 memcpy(dst_y, GetYPlane(), GetWidth() * GetHeight());
114 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
123 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) {
134 const uint8* src_y = GetYPlane();
199 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
221 return libyuv::I420Rect(GetYPlane(), GetYPitch(),
230 memset(GetYPlane(), 16, GetWidth() * GetHeight());
H A Dnullvideoframe.h51 virtual const uint8 *GetYPlane() const { return NULL; } function in class:cricket::NullVideoFrame
54 virtual uint8 *GetYPlane() { return NULL; } function in class:cricket::NullVideoFrame
H A Dvideoframe.h70 virtual const uint8 *GetYPlane() const = 0;
73 virtual uint8 *GetYPlane() = 0;
H A Dvideoframe_unittest.h273 frame->GetYPlane()[stride_y * y + x] = quad1[y1_pos];
275 frame->GetYPlane()[stride_y * y + x + 1] = quad1[y2_pos];
324 frame->GetYPlane()[stride_y * y + x] = yuv[0][0];
326 frame->GetYPlane()[stride_y * y + x + 1] = yuv[1][0];
329 frame->GetYPlane()[stride_y * (y + 1) + x] = yuv[2][0];
331 frame->GetYPlane()[stride_y * (y + 1) + x + 1] = yuv[3][0];
383 return !frame.GetYPlane();
433 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch,
451 frame2.GetYPlane(), frame2.GetYPitch(),
467 frame2.GetYPlane()
[all...]
H A Dfakevideorenderer.h119 const uint8* y_plane = frame->GetYPlane();
H A Dtestutils.cc315 const uint8* y0 = frame0->GetYPlane();
318 const uint8* y1 = frame1->GetYPlane();
H A Dvideoadapter_unittest.cc377 EXPECT_NE(16, *adapted_frame->GetYPlane());
389 EXPECT_EQ(16, *adapted_frame->GetYPlane());
422 EXPECT_EQ(16, *adapted_frame->GetYPlane());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCI420Frame.mm58 return _videoFrame->GetYPlane();
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc63 const uint8* WebRtcTextureVideoFrame::GetYPlane() const { function in class:cricket::WebRtcTextureVideoFrame
78 uint8* WebRtcTextureVideoFrame::GetYPlane() { function in class:cricket::WebRtcTextureVideoFrame
H A Dwebrtctexturevideoframe.h55 virtual const uint8* GetYPlane() const;
58 virtual uint8* GetYPlane();
H A Dwebrtcvideoframe.h81 virtual const uint8* GetYPlane() const;
84 virtual uint8* GetYPlane();
H A Dwebrtcvideoframe.cc171 const uint8* WebRtcVideoFrame::GetYPlane() const { function in class:cricket::WebRtcVideoFrame
193 uint8* WebRtcVideoFrame::GetYPlane() { function in class:cricket::WebRtcVideoFrame
263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
340 uint8* y = GetYPlane();
H A Dwebrtcvideoengine2.cc554 virtual const uint8* GetYPlane() const OVERRIDE {
564 virtual uint8* GetYPlane() OVERRIDE {
636 if (libyuv::ConvertFromI420(GetYPlane(),
1365 frame.GetYPlane(),
H A Dwebrtcvideoengine.cc3215 frame_i420.y_plane = const_cast<unsigned char*>(frame_out->GetYPlane());
/external/chromium_org/content/renderer/media/webrtc/
H A Dmedia_stream_remote_video_source.cc95 frame->GetYPlane(), frame->GetYPitch(), y_rows, video_frame.get());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1160 const_cast<uint8*>(frame->GetYPlane()),

Completed in 5862 milliseconds