/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | videoframe.cc | 56 const int32 u_pitch = GetUPitch(); in Write() 93 GetUPlane(), GetUPitch(), in CopyToPlanes() 100 int uv_size = GetUPitch() * GetChromaHeight(); in CopyToPlanes() 115 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch()); in CopyToFrame() 154 src_u += iheight_offset / 2 * GetUPitch(); in StretchToPlanes() 163 GetYPitch(), GetUPitch(), GetVPitch(), in StretchToPlanes() 200 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(), in StretchToFrame() 222 GetUPlane(), GetUPitch(), in SetToBlack() 229 int uv_size = GetUPitch() * GetChromaHeight(); in SetToBlack()
|
D | videoframe.h | 68 size_t GetChromaSize() const { return GetUPitch() * GetChromaHeight(); } in GetChromaSize() 78 virtual int32 GetUPitch() const = 0;
|
D | videoframe_unittest.h | 264 int stride_u = frame->GetUPitch(); in ConvertYuv422() 306 int stride_u = frame->GetUPitch(); in ConvertRgb() 386 frame.GetUPitch() >= static_cast<int32>(width) / 2 && in IsSize() 429 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch, in IsEqual() 443 frame2.GetUPlane(), frame2.GetUPitch(), in IsEqual() 461 frame2.GetUPlane() + vcrop * frame2.GetUPitch() / 2 in IsEqualWithCrop() 463 frame2.GetUPitch(), in IsEqualWithCrop() 522 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructI422() 541 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2() 558 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2Unaligned() [all …]
|
D | nullvideoframe.h | 58 virtual int32 GetUPitch() const { return 0; } in GetUPitch() function
|
D | testutils.cc | 331 u0 += frame0->GetUPitch(); in VideoFrameEqual() 333 u1 += frame1->GetUPitch(); in VideoFrameEqual()
|
D | fakevideorenderer.h | 138 int32 u_pitch = frame->GetUPitch(); in CheckFrameColorYuv()
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
D | webrtctexturevideoframe.cc | 98 int32 WebRtcTextureVideoFrame::GetUPitch() const { in GetUPitch() function in cricket::WebRtcTextureVideoFrame
|
D | webrtctexturevideoframe.h | 62 virtual int32 GetUPitch() const;
|
D | webrtcvideoframe.h | 88 virtual int32 GetUPitch() const { return (frame()->Width() + 1) / 2; } in GetUPitch() function
|
D | webrtcvideoframe.cc | 264 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer() 343 int u_stride = GetUPitch(); in Reset()
|
D | webrtcvideoengine2.cc | 559 virtual int32 GetUPitch() const OVERRIDE { in GetUPitch() function in cricket::WebRtcVideoRenderFrame 618 GetUPitch(), in ConvertToRgbBuffer() 1480 static_cast<int>(frame.GetUPitch() * ((frame.GetHeight() + 1) / 2)), in ConvertToI420VideoFrame() 1487 static_cast<int>(frame.GetUPitch()), in ConvertToI420VideoFrame()
|
D | webrtcvideoengine.cc | 3277 frame_i420.u_pitch = frame_out->GetUPitch(); in SendFrame()
|
/external/chromium_org/content/renderer/media/webrtc/ |
D | media_stream_remote_video_source.cc | 97 frame->GetUPlane(), frame->GetUPitch(), uv_rows, video_frame.get()); in RenderFrame()
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
D | RTCI420Frame.mm | 74 return _videoFrame->GetUPitch();
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 1101 strides_array[1] = frame->GetUPitch(); in CricketToJavaFrame()
|