Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe.cc56 const int32 u_pitch = GetUPitch(); in Write()
93 GetUPlane(), GetUPitch(), in CopyToPlanes()
100 int uv_size = GetUPitch() * GetChromaHeight(); in CopyToPlanes()
115 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch()); in CopyToFrame()
154 src_u += iheight_offset / 2 * GetUPitch(); in StretchToPlanes()
163 GetYPitch(), GetUPitch(), GetVPitch(), in StretchToPlanes()
200 dst->GetYPitch(), dst->GetUPitch(), dst->GetVPitch(), in StretchToFrame()
222 GetUPlane(), GetUPitch(), in SetToBlack()
229 int uv_size = GetUPitch() * GetChromaHeight(); in SetToBlack()
Dvideoframe.h68 size_t GetChromaSize() const { return GetUPitch() * GetChromaHeight(); } in GetChromaSize()
78 virtual int32 GetUPitch() const = 0;
Dvideoframe_unittest.h264 int stride_u = frame->GetUPitch(); in ConvertYuv422()
306 int stride_u = frame->GetUPitch(); in ConvertRgb()
386 frame.GetUPitch() >= static_cast<int32>(width) / 2 && in IsSize()
429 IsPlaneEqual("u", frame.GetUPlane(), frame.GetUPitch(), u, upitch, in IsEqual()
443 frame2.GetUPlane(), frame2.GetUPitch(), in IsEqual()
461 frame2.GetUPlane() + vcrop * frame2.GetUPitch() / 2 in IsEqualWithCrop()
463 frame2.GetUPitch(), in IsEqualWithCrop()
522 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructI422()
541 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2()
558 frame1.GetUPlane(), frame1.GetUPitch(), in ConstructYuy2Unaligned()
[all …]
Dnullvideoframe.h58 virtual int32 GetUPitch() const { return 0; } in GetUPitch() function
Dtestutils.cc331 u0 += frame0->GetUPitch(); in VideoFrameEqual()
333 u1 += frame1->GetUPitch(); in VideoFrameEqual()
Dfakevideorenderer.h138 int32 u_pitch = frame->GetUPitch(); in CheckFrameColorYuv()
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtctexturevideoframe.cc98 int32 WebRtcTextureVideoFrame::GetUPitch() const { in GetUPitch() function in cricket::WebRtcTextureVideoFrame
Dwebrtctexturevideoframe.h62 virtual int32 GetUPitch() const;
Dwebrtcvideoframe.h88 virtual int32 GetUPitch() const { return (frame()->Width() + 1) / 2; } in GetUPitch() function
Dwebrtcvideoframe.cc264 GetUPitch(), GetVPlane(), GetVPitch(), buffer, in ConvertToRgbBuffer()
343 int u_stride = GetUPitch(); in Reset()
Dwebrtcvideoengine2.cc559 virtual int32 GetUPitch() const OVERRIDE { in GetUPitch() function in cricket::WebRtcVideoRenderFrame
618 GetUPitch(), in ConvertToRgbBuffer()
1480 static_cast<int>(frame.GetUPitch() * ((frame.GetHeight() + 1) / 2)), in ConvertToI420VideoFrame()
1487 static_cast<int>(frame.GetUPitch()), in ConvertToI420VideoFrame()
Dwebrtcvideoengine.cc3277 frame_i420.u_pitch = frame_out->GetUPitch(); in SendFrame()
/external/chromium_org/content/renderer/media/webrtc/
Dmedia_stream_remote_video_source.cc97 frame->GetUPlane(), frame->GetUPitch(), uv_rows, video_frame.get()); in RenderFrame()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCI420Frame.mm74 return _videoFrame->GetUPitch();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc1101 strides_array[1] = frame->GetUPitch(); in CricketToJavaFrame()