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

  /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; }
fakevideorenderer.h 104 int32 y_pitch = frame->GetYPitch();
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...]
testutils.cc 319 y0 += frame0->GetYPitch();
320 y1 += frame1->GetYPitch();
  /external/chromium_org/content/renderer/media/webrtc/
webrtc_video_sink_adapter.cc 70 frame->GetYPlane(), frame->GetYPitch(), y_rows, video_frame.get());
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 61 virtual int32 GetYPitch() const;
webrtcvideoframe.h 88 virtual int32 GetYPitch() const { return frame()->Width(); }
webrtctexturevideoframe.cc 93 int32 WebRtcTextureVideoFrame::GetYPitch() const {
webrtcvideoframe.cc 269 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(),
370 int y_stride = GetYPitch();
webrtcvideoengine.cc     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h 263 virtual int32 GetYPitch() const = 0;
353 virtual int32 GetYPitch() const { return 0; }
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]

Completed in 1169 milliseconds