Home
last modified time | relevance | path

Searched refs:GetYPitch (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe.cc55 const int32 y_pitch = GetYPitch(); in Write()
92 return libyuv::I420Copy(GetYPlane(), GetYPitch(), in CopyToPlanes()
115 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch()); in CopyToFrame()
153 src_y += iheight_offset * GetYPitch(); in StretchToPlanes()
163 GetYPitch(), GetUPitch(), GetVPitch(), in StretchToPlanes()
200 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(), in StretchToFrame()
221 return libyuv::I420Rect(GetYPlane(), GetYPitch(), in SetToBlack()
Dvideoframe_unittest.h267 int stride_y = frame->GetYPitch(); in ConvertYuv422()
309 int stride_y = frame->GetYPitch(); in ConvertRgb()
389 frame.GetYPitch() >= static_cast<int32>(width) && in IsSize()
433 IsPlaneEqual("y", frame.GetYPlane(), frame.GetYPitch(), y, ypitch, in IsEqual()
451 frame2.GetYPlane(), frame2.GetYPitch(), in IsEqual()
467 frame2.GetYPlane() + vcrop * frame2.GetYPitch() in IsEqualWithCrop()
469 frame2.GetYPitch(), in IsEqualWithCrop()
530 EXPECT_EQ(0, libyuv::I420ToI422(frame1.GetYPlane(), frame1.GetYPitch(), in ConstructI422()
549 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(), in ConstructYuy2()
566 EXPECT_EQ(0, libyuv::I420ToYUY2(frame1.GetYPlane(), frame1.GetYPitch(), in ConstructYuy2Unaligned()
[all …]
Dnullvideoframe.h57 virtual int32 GetYPitch() const { return 0; } in GetYPitch() function
Dtestutils.cc326 y0 += frame0->GetYPitch(); in VideoFrameEqual()
327 y1 += frame1->GetYPitch(); in VideoFrameEqual()
Dvideoframe.h77 virtual int32 GetYPitch() const = 0;
Dfakevideorenderer.h121 int32 y_pitch = frame->GetYPitch(); in CheckFrameColorYuv()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.h61 virtual int32 GetYPitch() const;
Dwebrtctexturevideoframe.cc93 int32 WebRtcTextureVideoFrame::GetYPitch() const { in GetYPitch() function in cricket::WebRtcTextureVideoFrame
Dwebrtcvideoframe.h87 virtual int32 GetYPitch() const { return frame()->Width(); } in GetYPitch() function
Dwebrtcvideoframe.cc263 if (libyuv::ConvertFromI420(GetYPlane(), GetYPitch(), GetUPlane(), in ConvertToRgbBuffer()
341 int y_stride = GetYPitch(); in Reset()
Dwebrtcvideoengine2.cc577 virtual int32 GetYPitch() const OVERRIDE { in GetYPitch() function in cricket::WebRtcVideoRenderFrame
637 GetYPitch(), in ConvertToRgbBuffer()
1364 static_cast<int>(frame.GetYPitch() * frame.GetHeight()), in ConvertToI420VideoFrame()
1372 static_cast<int>(frame.GetYPitch()), in ConvertToI420VideoFrame()
Dwebrtcvideoengine.cc3218 frame_i420.y_pitch = frame_out->GetYPitch(); in SendFrame()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCI420Frame.mm70 return _videoFrame->GetYPitch();
/external/chromium_org/content/renderer/media/webrtc/
Dmedia_stream_remote_video_source.cc95 frame->GetYPlane(), frame->GetYPitch(), y_rows, video_frame.get()); in RenderFrame()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1154 strides_array[0] = frame->GetYPitch(); in CricketToJavaI420Frame()
1161 frame->GetYPitch() * frame->GetHeight()); in CricketToJavaI420Frame()