/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoframe.cc | 51 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()
|
D | nullvideoframe.h | 53 virtual const uint8 *GetVPlane() const { return NULL; } in GetVPlane() function 56 virtual uint8 *GetVPlane() { return NULL; } in GetVPlane() function
|
D | videoframe.h | 72 virtual const uint8 *GetVPlane() const = 0; 75 virtual uint8 *GetVPlane() = 0;
|
D | videoframe_unittest.h | 280 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 …]
|
D | testutils.cc | 311 const uint8* v0 = frame0->GetVPlane(); in VideoFrameEqual() 314 const uint8* v1 = frame1->GetVPlane(); in VideoFrameEqual()
|
D | fakevideorenderer.h | 135 const uint8* v_plane = frame->GetVPlane(); in CheckFrameColorYuv()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtctexturevideoframe.cc | 73 const uint8* WebRtcTextureVideoFrame::GetVPlane() const { in GetVPlane() function in cricket::WebRtcTextureVideoFrame 88 uint8* WebRtcTextureVideoFrame::GetVPlane() { in GetVPlane() function in cricket::WebRtcTextureVideoFrame
|
D | webrtctexturevideoframe.h | 57 virtual const uint8* GetVPlane() const; 60 virtual uint8* GetVPlane();
|
D | webrtcvideoframe.h | 83 virtual const uint8* GetVPlane() const; 86 virtual uint8* GetVPlane();
|
D | webrtcvideoframe.cc | 184 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()
|
D | webrtcvideoengine2.cc | 539 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()
|
D | webrtcvideoengine.cc | 3275 frame_i420.v_plane = const_cast<unsigned char*>(frame_out->GetVPlane()); in SendFrame()
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | media_stream_remote_video_source.cc | 99 frame->GetVPlane(), frame->GetVPitch(), uv_rows, video_frame.get()); in RenderFrame()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCI420Frame.mm | 66 return _videoFrame->GetVPlane();
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1111 const_cast<uint8*>(frame->GetVPlane()), frame->GetChromaSize()); in CricketToJavaFrame()
|