OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConvertFromI420
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc
262
int
ConvertFromI420
(const VideoFrame& src_frame,
266
return libyuv::
ConvertFromI420
(src_frame.buffer(kYPlane),
283
return libyuv::
ConvertFromI420
(src_frame.buffer(kYPlane),
/external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc
[
all
...]
/external/libyuv/files/source/
convert_from.cc
944
int
ConvertFromI420
(const uint8* y, int y_stride,
[
all
...]
Completed in 71 milliseconds