OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CopyToPlanes
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/base/
videoframe.cc
92
CopyToPlanes
(buffer, buffer + y_size, buffer + y_size + u_size,
97
bool VideoFrame::
CopyToPlanes
(uint8_t* dst_y,
124
CopyToPlanes
(dst->GetYPlane(), dst->GetUPlane(), dst->GetVPlane(),
167
CopyToPlanes
(dst_y, dst_u, dst_v, dst_pitch_y, dst_pitch_u, dst_pitch_v);
videoframe.h
136
virtual bool
CopyToPlanes
(uint8_t* dst_y,
/external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc
172
if (!
CopyToPlanes
(
Completed in 153 milliseconds