OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetYPlane
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/media/base/
videoframe.cc
48
const uint8_t* src_y =
GetYPlane
();
103
if (!
GetYPlane
() || !GetUPlane() || !GetVPlane()) {
109
return libyuv::I420Copy(
GetYPlane
(), GetYPitch(),
124
CopyToPlanes(dst->
GetYPlane
(), dst->GetUPlane(), dst->GetVPlane(),
138
if (libyuv::ConvertFromI420(
GetYPlane
(), GetYPitch(), GetUPlane(),
159
if (!
GetYPlane
() || !GetUPlane() || !GetVPlane()) {
170
const uint8_t* src_y =
GetYPlane
();
210
StretchToPlanes(dst->
GetYPlane
(), dst->GetUPlane(), dst->GetVPlane(),
232
return libyuv::I420Rect(
GetYPlane
(), GetYPitch(),
videoframe.h
74
virtual const uint8_t*
GetYPlane
() const = 0;
77
virtual uint8_t*
GetYPlane
() = 0;
videoframe_unittest.h
305
frame->
GetYPlane
()[stride_y * y + x] = quad1[y1_pos];
307
frame->
GetYPlane
()[stride_y * y + x + 1] = quad1[y2_pos];
358
frame->
GetYPlane
()[stride_y * y + x] = yuv[0][0];
360
frame->
GetYPlane
()[stride_y * y + x + 1] = yuv[1][0];
363
frame->
GetYPlane
()[stride_y * (y + 1) + x] = yuv[2][0];
365
frame->
GetYPlane
()[stride_y * (y + 1) + x + 1] = yuv[3][0];
427
return !frame.
GetYPlane
();
483
IsPlaneEqual("y", frame.
GetYPlane
(), frame.GetYPitch(), y, ypitch,
501
frame2.
GetYPlane
(), frame2.GetYPitch(),
517
frame2.
GetYPlane
() + vcrop * frame2.GetYPitch(
[
all
...]
fakevideorenderer.h
122
const uint8_t* y_plane = frame->
GetYPlane
();
testutils.cc
326
const uint8_t* y0 = frame0->
GetYPlane
();
329
const uint8_t* y1 = frame1->
GetYPlane
();
/external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm
43
return const_frame->
GetYPlane
();
/external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm
59
return const_frame->
GetYPlane
();
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.h
91
const uint8_t*
GetYPlane
() const override;
94
uint8_t*
GetYPlane
() override;
webrtcvideoframe.cc
99
const uint8_t* WebRtcVideoFrame::
GetYPlane
() const {
111
uint8_t* WebRtcVideoFrame::
GetYPlane
() {
232
GetYPlane
(), GetYPitch(),
301
GetYPlane
(), GetYPitch(), GetUPlane(), GetUPitch(), GetVPlane(),
302
GetVPitch(), rotated_frame_->
GetYPlane
(), rotated_frame_->GetYPitch(),
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 1048 milliseconds