Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoframe.cc56 const int32_t v_pitch = GetVPitch(); in Write()
88 const size_t v_size = GetVPitch() * GetChromaHeight(); in CopyToBuffer()
93 GetYPitch(), GetUPitch(), GetVPitch()); in CopyToBuffer()
111 GetVPlane(), GetVPitch(), in CopyToPlanes()
125 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch()); in CopyToFrame()
139 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer()
191 src_v += iheight_offset / 2 * GetVPitch(); in StretchToPlanes()
197 GetYPitch(), GetUPitch(), GetVPitch(), in StretchToPlanes()
211 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(), in StretchToFrame()
234 GetVPlane(), GetVPitch(), in SetToBlack()
Dvideoframe_unittest.h301 int stride_v = frame->GetVPitch(); in ConvertYuv422()
345 int stride_v = frame->GetVPitch(); in ConvertRgb()
435 frame.GetVPitch() >= static_cast<int32_t>(width) / 2 && in IsSize()
489 IsPlaneEqual("v", frame.GetVPlane(), frame.GetVPitch(), v, vpitch, in IsEqual()
503 frame2.GetVPlane(), frame2.GetVPitch(), in IsEqual()
523 frame2.GetVPlane() + vcrop * frame2.GetVPitch() / 2 in IsEqualWithCrop()
525 frame2.GetVPitch(), in IsEqualWithCrop()
582 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructI422()
601 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2()
618 frame1.GetVPlane(), frame1.GetVPitch(), in ConstructYuy2Unaligned()
[all …]
Dtestutils.cc349 v0 += frame0->GetVPitch(); in VideoFrameEqual()
351 v1 += frame1->GetVPitch(); in VideoFrameEqual()
Dfakevideorenderer.h142 int32_t v_pitch = frame->GetVPitch(); in CheckFrameColorYuv()
Dvideoframe.h83 virtual int32_t GetVPitch() const = 0;
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc134 int32_t WebRtcVideoFrame::GetVPitch() const { in GetVPitch() function in cricket::WebRtcVideoFrame
234 GetVPlane(), GetVPitch(), in Reset()
302 GetVPitch(), rotated_frame_->GetYPlane(), rotated_frame_->GetYPitch(), in GetCopyWithRotationApplied()
304 rotated_frame_->GetVPlane(), rotated_frame_->GetVPitch(), width, height, in GetCopyWithRotationApplied()
Dwebrtcvideoframe.h99 int32_t GetVPitch() const override;
/external/webrtc/webrtc/api/objc/
DRTCVideoFrame.mm65 return _videoFrame->GetVPitch();
/external/webrtc/talk/app/webrtc/objc/
DRTCI420Frame.mm81 return _videoFrame->GetVPitch();
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc794 strides_array[2] = frame->GetVPitch(); in CricketToJavaI420Frame()