OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetUPitch
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/media/base/
videoframe.cc
55
const int32_t u_pitch =
GetUPitch
();
87
const size_t u_size =
GetUPitch
() * GetChromaHeight();
93
GetYPitch(),
GetUPitch
(), GetVPitch());
110
GetUPlane(),
GetUPitch
(),
125
dst->GetYPitch(), dst->
GetUPitch
(), dst->GetVPitch());
139
GetUPitch
(), GetVPlane(), GetVPitch(), buffer,
190
src_u += iheight_offset / 2 *
GetUPitch
();
197
GetYPitch(),
GetUPitch
(), GetVPitch(),
211
dst->GetYPitch(), dst->
GetUPitch
(), dst->GetVPitch(),
233
GetUPlane(),
GetUPitch
(),
[
all
...]
videoframe.h
72
size_t GetChromaSize() const { return
GetUPitch
() * GetChromaHeight(); }
82
virtual int32_t
GetUPitch
() const = 0;
videoframe_unittest.h
300
int stride_u = frame->
GetUPitch
();
344
int stride_u = frame->
GetUPitch
();
434
frame.
GetUPitch
() >= static_cast<int32_t>(width) / 2 &&
486
IsPlaneEqual("u", frame.GetUPlane(), frame.
GetUPitch
(), u, upitch,
502
frame2.GetUPlane(), frame2.
GetUPitch
(),
520
frame2.GetUPlane() + vcrop * frame2.
GetUPitch
() / 2
522
frame2.
GetUPitch
(),
581
frame1.GetUPlane(), frame1.
GetUPitch
(),
600
frame1.GetUPlane(), frame1.
GetUPitch
(),
617
frame1.GetUPlane(), frame1.
GetUPitch
(),
[
all
...]
fakevideorenderer.h
141
int32_t u_pitch = frame->
GetUPitch
();
testutils.cc
348
u0 += frame0->
GetUPitch
();
350
u1 += frame1->
GetUPitch
();
/external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm
61
return _videoFrame->
GetUPitch
();
/external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm
77
return _videoFrame->
GetUPitch
();
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc
130
int32_t WebRtcVideoFrame::
GetUPitch
() const {
233
GetUPlane(),
GetUPitch
(),
301
GetYPlane(), GetYPitch(), GetUPlane(),
GetUPitch
(), GetVPlane(),
303
rotated_frame_->GetUPlane(), rotated_frame_->
GetUPitch
(),
webrtcvideoframe.h
98
int32_t
GetUPitch
() const override;
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 793 milliseconds