/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoframe.cc | 57 const int32 v_pitch = GetVPitch(); in Write() 94 GetVPlane(), GetVPitch(), in CopyToPlanes() 115 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch()); in CopyToFrame() 155 src_v += iheight_offset / 2 * GetVPitch(); in StretchToPlanes() 163 GetYPitch(), GetUPitch(), GetVPitch(), in StretchToPlanes() 200 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(), in StretchToFrame() 223 GetVPlane(), GetVPitch(), in SetToBlack()
|
D | videoframe_unittest.h | 269 int stride_v = frame->GetVPitch(); in ConvertYuv422() 311 int stride_v = frame->GetVPitch(); in ConvertRgb() 391 frame.GetVPitch() >= static_cast<int32>(width) / 2 && in IsSize() 439 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch, in IsEqual() 453 frame2.GetVPlane(), frame2.GetVPitch(), in IsEqual() 473 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2 in IsEqualWithCrop() 475 frame2.GetVPitch(), in IsEqualWithCrop() 532 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructI422() 551 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2() 568 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2Unaligned() [all …]
|
D | nullvideoframe.h | 59 virtual int32 GetVPitch() const { return 0; } in GetVPitch() function
|
D | testutils.cc | 338 v0 += frame0->GetVPitch(); in VideoFrameEqual() 340 v1 += frame1->GetVPitch(); in VideoFrameEqual()
|
D | videoframe.h | 79 virtual int32 GetVPitch() const = 0;
|
D | fakevideorenderer.h | 139 int32 v_pitch = frame->GetVPitch(); in CheckFrameColorYuv()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtctexturevideoframe.h | 63 virtual int32 GetVPitch() const;
|
D | webrtctexturevideoframe.cc | 103 int32 WebRtcTextureVideoFrame::GetVPitch() const { in GetVPitch() function in cricket::WebRtcTextureVideoFrame
|
D | webrtcvideoframe.h | 89 virtual int32 GetVPitch() const { return (frame()->Width() + 1) / 2; } in GetVPitch() function
|
D | webrtcvideoframe.cc | 264 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer() 345 int v_stride = GetVPitch(); in Reset()
|
D | webrtcvideoengine2.cc | 583 virtual int32 GetVPitch() const OVERRIDE { in GetVPitch() function in cricket::WebRtcVideoRenderFrame 641 GetVPitch(), in ConvertToRgbBuffer() 1368 static_cast<int>(frame.GetVPitch() * ((frame.GetHeight() + 1) / 2)), in ConvertToI420VideoFrame() 1374 static_cast<int>(frame.GetVPitch())); in ConvertToI420VideoFrame()
|
D | webrtcvideoengine.cc | 3220 frame_i420.v_pitch = frame_out->GetVPitch(); in SendFrame()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCI420Frame.mm | 78 return _videoFrame->GetVPitch();
|
/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/java/jni/ |
D | peerconnection_jni.cc | 1156 strides_array[2] = frame->GetVPitch(); in CricketToJavaI420Frame()
|