OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetVPlane
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.cc
51
const uint8* src_v =
GetVPlane
();
94
GetVPlane
(), GetVPitch(),
103
memcpy(dst_v,
GetVPlane
(), uv_size);
114
CopyToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->
GetVPlane
(),
123
if (!GetYPlane() || !GetUPlane() || !
GetVPlane
()) {
136
const uint8* src_v =
GetVPlane
();
199
StretchToPlanes(dst->GetYPlane(), dst->GetUPlane(), dst->
GetVPlane
(),
223
GetVPlane
(), GetVPitch(),
232
memset(
GetVPlane
(), 128, uv_size);
nullvideoframe.h
53
virtual const uint8 *
GetVPlane
() const { return NULL; }
56
virtual uint8 *
GetVPlane
() { return NULL; }
videoframe.h
72
virtual const uint8 *
GetVPlane
() const = 0;
75
virtual uint8 *
GetVPlane
() = 0;
fakevideorenderer.h
118
const uint8* v_plane = frame->
GetVPlane
();
videoframe_unittest.h
280
frame->
GetVPlane
()[stride_v * (y / 2) + x / 2] =
332
frame->
GetVPlane
()[stride_v * (y / 2) + x / 2] =
431
IsPlaneEqual("v", frame.
GetVPlane
(), frame.GetVPitch(), v, vpitch,
444
frame2.
GetVPlane
(), frame2.GetVPitch(),
464
frame2.
GetVPlane
() + vcrop * frame2.GetVPitch() / 2
474
*frame.
GetVPlane
() == 128;
523
frame1.
GetVPlane
(), frame1.GetVPitch(),
542
frame1.
GetVPlane
(), frame1.GetVPitch(),
559
frame1.
GetVPlane
(), frame1.GetVPitch(),
[
all
...]
testutils.cc
310
const uint8* v0 = frame0->
GetVPlane
();
313
const uint8* v1 = frame1->
GetVPlane
();
/external/chromium_org/content/renderer/media/
video_source_handler_unittest.cc
83
EXPECT_EQ(test_frame.
GetVPlane
(), frame->
GetVPlane
());
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h
57
virtual const uint8*
GetVPlane
() const;
60
virtual uint8*
GetVPlane
();
webrtcvideoframe.h
84
virtual const uint8*
GetVPlane
() const;
87
virtual uint8*
GetVPlane
();
webrtctexturevideoframe.cc
73
const uint8* WebRtcTextureVideoFrame::
GetVPlane
() const {
88
uint8* WebRtcTextureVideoFrame::
GetVPlane
() {
webrtcvideoframe.cc
190
const uint8* WebRtcVideoFrame::
GetVPlane
() const {
212
uint8* WebRtcVideoFrame::
GetVPlane
() {
270
GetUPitch(),
GetVPlane
(), GetVPitch(), buffer,
373
uint8* v =
GetVPlane
();
webrtcvideoengine.cc
[
all
...]
/external/chromium/third_party/libjingle/source/talk/session/phone/
mediachannel.h
259
virtual const uint8 *
GetVPlane
() const = 0;
262
virtual uint8 *
GetVPlane
() = 0;
349
virtual const uint8 *
GetVPlane
() const { return NULL; }
352
virtual uint8 *
GetVPlane
() { return NULL; }
/external/chromium_org/content/renderer/media/webrtc/
webrtc_video_sink_adapter.cc
74
frame->
GetVPlane
(), frame->GetVPitch(), uv_rows, video_frame.get());
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc
[
all
...]
Completed in 504 milliseconds