Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dvideoframe.cc55 const int32_t u_pitch = GetUPitch(); in Write()
87 const size_t u_size = GetUPitch() * GetChromaHeight(); in CopyToBuffer()
93 GetYPitch(), GetUPitch(), GetVPitch()); in CopyToBuffer()
110 GetUPlane(), GetUPitch(), in CopyToPlanes()
125 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch()); in CopyToFrame()
139 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer()
190 src_u += iheight_offset / 2 * GetUPitch(); in StretchToPlanes()
197 GetYPitch(), GetUPitch(), GetVPitch(), in StretchToPlanes()
211 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(), in StretchToFrame()
233 GetUPlane(), GetUPitch(), in SetToBlack()
Dvideoframe.h72 size_t GetChromaSize() const { return GetUPitch() * GetChromaHeight(); } in GetChromaSize()
82 virtual int32_t GetUPitch() const = 0;
Dvideoframe_unittest.h300 int stride_u = frame->GetUPitch(); in ConvertYuv422()
344 int stride_u = frame->GetUPitch(); in ConvertRgb()
434 frame.GetUPitch() >= static_cast<int32_t>(width) / 2 && in IsSize()
486 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch, in IsEqual()
502 frame2.GetUPlane(), frame2.GetUPitch(), in IsEqual()
520 frame2.GetUPlane() + vcrop * frame2.GetUPitch() / 2 in IsEqualWithCrop()
522 frame2.GetUPitch(), in IsEqualWithCrop()
581 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructI422()
600 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2()
617 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2Unaligned()
[all …]
Dtestutils.cc348 u0 += frame0->GetUPitch(); in VideoFrameEqual()
350 u1 += frame1->GetUPitch(); in VideoFrameEqual()
Dfakevideorenderer.h141 int32_t u_pitch = frame->GetUPitch(); in CheckFrameColorYuv()
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoframe.cc130 int32_t WebRtcVideoFrame::GetUPitch() const { in GetUPitch() function in cricket::WebRtcVideoFrame
233 GetUPlane(), GetUPitch(), in Reset()
301 GetYPlane(), GetYPitch(), GetUPlane(), GetUPitch(), GetVPlane(), in GetCopyWithRotationApplied()
303 rotated_frame_->GetUPlane(), rotated_frame_->GetUPitch(), in GetCopyWithRotationApplied()
Dwebrtcvideoframe.h98 int32_t GetUPitch() const override;
/external/webrtc/webrtc/api/objc/
DRTCVideoFrame.mm61 return _videoFrame->GetUPitch();
/external/webrtc/talk/app/webrtc/objc/
DRTCI420Frame.mm77 return _videoFrame->GetUPitch();
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc793 strides_array[1] = frame->GetUPitch(); in CricketToJavaI420Frame()