HomeSort by relevance Sort by last modified time
    Searched refs:GetYPitch (Results 1 - 10 of 10) sorted by null

  /external/webrtc/talk/media/base/
videoframe.cc 54 const int32_t y_pitch = GetYPitch();
86 const size_t y_size = GetHeight() * GetYPitch();
93 GetYPitch(), GetUPitch(), GetVPitch());
109 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
125 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch());
138 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
189 src_y += iheight_offset * GetYPitch();
197 GetYPitch(), GetUPitch(), GetVPitch(),
211 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(),
232 return libyuv::I420Rect(GetYPlane(), GetYPitch(),
    [all...]
videoframe.h 81 virtual int32_t GetYPitch() const = 0;
videoframe_unittest.h 299 int stride_y = frame->GetYPitch();
343 int stride_y = frame->GetYPitch();
433 return !IsNull(frame) && frame.GetYPitch() >= static_cast<int32_t>(width) &&
483 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch,
501 frame2.GetYPlane(), frame2.GetYPitch(),
517 frame2.GetYPlane() + vcrop * frame2.GetYPitch()
519 frame2.GetYPitch(),
580 EXPECT_EQ(0, libyuv::I420ToI422(frame1.GetYPlane(), frame1.GetYPitch(),
599 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
616 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
    [all...]
fakevideorenderer.h 124 int32_t y_pitch = frame->GetYPitch();
testutils.cc 337 y0 += frame0->GetYPitch();
338 y1 += frame1->GetYPitch();
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 57 return _videoFrame->GetYPitch();
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 73 return _videoFrame->GetYPitch();
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 126 int32_t WebRtcVideoFrame::GetYPitch() const {
232 GetYPlane(), GetYPitch(),
301 GetYPlane(), GetYPitch(), GetUPlane(), GetUPitch(), GetVPlane(),
302 GetVPitch(), rotated_frame_->GetYPlane(), rotated_frame_->GetYPitch(),
webrtcvideoframe.h 97 int32_t GetYPitch() const override;
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 197 milliseconds