Searched refs:GetVPitch (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/talk/media/base/ |
D | videoframe.cc | 56 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()
|
D | videoframe_unittest.h | 301 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 …]
|
D | testutils.cc | 349 v0 += frame0->GetVPitch(); in VideoFrameEqual() 351 v1 += frame1->GetVPitch(); in VideoFrameEqual()
|
D | videoframe.h | 83 virtual int32_t GetVPitch() const = 0;
|
D | fakevideorenderer.h | 142 int32_t v_pitch = frame->GetVPitch(); in CheckFrameColorYuv()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe.cc | 134 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()
|
D | webrtcvideoframe.h | 99 int32_t GetVPitch() const override;
|
/external/webrtc/webrtc/api/objc/ |
D | RTCVideoFrame.mm | 65 return _videoFrame->GetVPitch();
|
/external/webrtc/talk/app/webrtc/objc/ |
D | RTCI420Frame.mm | 81 return _videoFrame->GetVPitch();
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | peerconnection_jni.cc | 794 strides_array[2] = frame->GetVPitch(); in CricketToJavaI420Frame()
|