Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe.cc57 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()
Dvideoframe_unittest.h269 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 …]
Dnullvideoframe.h59 virtual int32 GetVPitch() const { return 0; } in GetVPitch() function
Dtestutils.cc338 v0 += frame0->GetVPitch(); in VideoFrameEqual()
340 v1 += frame1->GetVPitch(); in VideoFrameEqual()
Dvideoframe.h79 virtual int32 GetVPitch() const = 0;
Dfakevideorenderer.h139 int32 v_pitch = frame->GetVPitch(); in CheckFrameColorYuv()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.h63 virtual int32 GetVPitch() const;
Dwebrtctexturevideoframe.cc103 int32 WebRtcTextureVideoFrame::GetVPitch() const { in GetVPitch() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoframe.h89 virtual int32 GetVPitch() const { return (frame()->Width() + 1) / 2; } in GetVPitch() function
Dwebrtcvideoframe.cc264 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer()
345 int v_stride = GetVPitch(); in Reset()
Dwebrtcvideoengine2.cc583 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()
Dwebrtcvideoengine.cc3220 frame_i420.v_pitch = frame_out->GetVPitch(); in SendFrame()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCI420Frame.mm78 return _videoFrame->GetVPitch();
/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/java/jni/
Dpeerconnection_jni.cc1156 strides_array[2] = frame->GetVPitch(); in CricketToJavaI420Frame()