Home
last modified time | relevance | path

Searched refs:GetVPlane (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe.cc51 const uint8* src_v = GetVPlane(); in Write()
94 GetVPlane(), GetVPitch(), in CopyToPlanes()
103 memcpy(dst_v, GetVPlane(), uv_size); in CopyToPlanes()
114 CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(), in CopyToFrame()
123 if (!GetYPlane() || !GetUPlane() || !GetVPlane()) { in StretchToPlanes()
136 const uint8* src_v = GetVPlane(); in StretchToPlanes()
199 StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(), in StretchToFrame()
223 GetVPlane(), GetVPitch(), in SetToBlack()
232 memset(GetVPlane(), 128, uv_size); in SetToBlack()
Dnullvideoframe.h53 virtual const uint8 *GetVPlane() const { return NULL; } in GetVPlane() function
56 virtual uint8 *GetVPlane() { return NULL; } in GetVPlane() function
Dvideoframe.h72 virtual const uint8 *GetVPlane() const = 0;
75 virtual uint8 *GetVPlane() = 0;
Dvideoframe_unittest.h280 frame->GetVPlane()[stride_v * (y / 2) + x / 2] = in ConvertYuv422()
332 frame->GetVPlane()[stride_v * (y / 2) + x / 2] = in ConvertRgb()
431 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch, in IsEqual()
444 frame2.GetVPlane(), frame2.GetVPitch(), in IsEqual()
464 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2 in IsEqualWithCrop()
474 *frame.GetVPlane() == 128; in IsBlack()
523 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructI422()
542 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2()
559 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2Unaligned()
820 frame2.GetVPlane(), frame2.GetVPitch(), \ in TEST_BYR()
[all …]
Dtestutils.cc311 const uint8* v0 = frame0->GetVPlane(); in VideoFrameEqual()
314 const uint8* v1 = frame1->GetVPlane(); in VideoFrameEqual()
Dfakevideorenderer.h135 const uint8* v_plane = frame->GetVPlane(); in CheckFrameColorYuv()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.cc73 const uint8* WebRtcTextureVideoFrame::GetVPlane() const { in GetVPlane() function in cricket::WebRtcTextureVideoFrame
88 uint8* WebRtcTextureVideoFrame::GetVPlane() { in GetVPlane() function in cricket::WebRtcTextureVideoFrame
Dwebrtctexturevideoframe.h57 virtual const uint8* GetVPlane() const;
60 virtual uint8* GetVPlane();
Dwebrtcvideoframe.h83 virtual const uint8* GetVPlane() const;
86 virtual uint8* GetVPlane();
Dwebrtcvideoframe.cc184 const uint8* WebRtcVideoFrame::GetVPlane() const { in GetVPlane() function in cricket::WebRtcVideoFrame
206 uint8* WebRtcVideoFrame::GetVPlane() { in GetVPlane() function in cricket::WebRtcVideoFrame
264 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer()
344 uint8* v = GetVPlane(); in Reset()
Dwebrtcvideoengine2.cc539 virtual const uint8* GetVPlane() const OVERRIDE { in GetVPlane() function in cricket::WebRtcVideoRenderFrame
551 virtual uint8* GetVPlane() OVERRIDE { in GetVPlane() function in cricket::WebRtcVideoRenderFrame
619 GetVPlane(), in ConvertToRgbBuffer()
1483 frame.GetVPlane(), in ConvertToI420VideoFrame()
Dwebrtcvideoengine.cc3275 frame_i420.v_plane = const_cast<unsigned char*>(frame_out->GetVPlane()); in SendFrame()
/external/chromium_org/content/renderer/media/webrtc/
Dmedia_stream_remote_video_source.cc99 frame->GetVPlane(), frame->GetVPitch(), uv_rows, video_frame.get()); in RenderFrame()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCI420Frame.mm66 return _videoFrame->GetVPlane();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1111 const_cast<uint8*>(frame->GetVPlane()), frame->GetChromaSize()); in CricketToJavaFrame()