OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVPitch
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/media/base/
videoframe.cc
56
const int32_t v_pitch =
GetVPitch
();
88
const size_t v_size =
GetVPitch
() * GetChromaHeight();
93
GetYPitch(), GetUPitch(),
GetVPitch
());
111
GetVPlane(),
GetVPitch
(),
125
dst->GetYPitch(), dst->GetUPitch(), dst->
GetVPitch
());
139
GetUPitch(), GetVPlane(),
GetVPitch
(), buffer,
191
src_v += iheight_offset / 2 *
GetVPitch
();
197
GetYPitch(), GetUPitch(),
GetVPitch
(),
211
dst->GetYPitch(), dst->GetUPitch(), dst->
GetVPitch
(),
234
GetVPlane(),
GetVPitch
(),
[
all
...]
videoframe.h
83
virtual int32_t
GetVPitch
() const = 0;
videoframe_unittest.h
301
int stride_v = frame->
GetVPitch
();
345
int stride_v = frame->
GetVPitch
();
435
frame.
GetVPitch
() >= static_cast<int32_t>(width) / 2 &&
489
IsPlaneEqual("v", frame.GetVPlane(), frame.
GetVPitch
(), v, vpitch,
503
frame2.GetVPlane(), frame2.
GetVPitch
(),
523
frame2.GetVPlane() + vcrop * frame2.
GetVPitch
() / 2
525
frame2.
GetVPitch
(),
582
frame1.GetVPlane(), frame1.
GetVPitch
(),
601
frame1.GetVPlane(), frame1.
GetVPitch
(),
618
frame1.GetVPlane(), frame1.
GetVPitch
(),
[
all
...]
fakevideorenderer.h
142
int32_t v_pitch = frame->
GetVPitch
();
testutils.cc
349
v0 += frame0->
GetVPitch
();
351
v1 += frame1->
GetVPitch
();
/external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm
65
return _videoFrame->
GetVPitch
();
/external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm
81
return _videoFrame->
GetVPitch
();
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc
134
int32_t WebRtcVideoFrame::
GetVPitch
() const {
234
GetVPlane(),
GetVPitch
(),
302
GetVPitch
(), rotated_frame_->GetYPlane(), rotated_frame_->GetYPitch(),
304
rotated_frame_->GetVPlane(), rotated_frame_->
GetVPitch
(), width, height,
webrtcvideoframe.h
99
int32_t
GetVPitch
() const override;
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 314 milliseconds