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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCI420Frame.mm 70 return _videoFrame->GetYPitch();
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc 55 const int32 y_pitch = GetYPitch();
92 return libyuv::I420Copy(GetYPlane(), GetYPitch(),
115 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch());
153 src_y += iheight_offset * GetYPitch();
163 GetYPitch(), GetUPitch(), GetVPitch(),
200 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(),
221 return libyuv::I420Rect(GetYPlane(), GetYPitch(),
nullvideoframe.h 57 virtual int32 GetYPitch() const { return 0; }
videoframe.h 77 virtual int32 GetYPitch() const = 0;
videoframe_unittest.h 263 int stride_y = frame->GetYPitch();
305 int stride_y = frame->GetYPitch();
385 frame.GetYPitch() >= static_cast<int32>(width) &&
427 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch,
442 frame2.GetYPlane(), frame2.GetYPitch(),
458 frame2.GetYPlane() + vcrop * frame2.GetYPitch()
460 frame2.GetYPitch(),
521 EXPECT_EQ(0, libyuv::I420ToI422(frame1.GetYPlane(), frame1.GetYPitch(),
540 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
557 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(),
    [all...]
fakevideorenderer.h 121 int32 y_pitch = frame->GetYPitch();
testutils.cc 320 y0 += frame0->GetYPitch();
321 y1 += frame1->GetYPitch();
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 61 virtual int32 GetYPitch() const;
webrtcvideoframe.h 87 virtual int32 GetYPitch() const { return frame()->Width(); }
webrtctexturevideoframe.cc 93 int32 WebRtcTextureVideoFrame::GetYPitch() const {
webrtcvideoframe.cc 263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
341 int y_stride = GetYPitch();
webrtcvideoengine2.cc 556 virtual int32 GetYPitch() const OVERRIDE {
616 GetYPitch(),
    [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/content/renderer/media/webrtc/
media_stream_remote_video_source.cc 95 frame->GetYPlane(), frame->GetYPitch(), y_rows, video_frame.get());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 458 milliseconds