OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I420ToYUY2
(Results
1 - 5
of
5
) sorted by null
/external/libyuv/files/include/libyuv/
convert_from.h
64
int
I420ToYUY2
(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_from.h
78
int
I420ToYUY2
(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc
203
int
I420ToYUY2
(const uint8* src_y, int src_stride_y,
[
all
...]
/external/libyuv/files/source/
convert_from.cc
506
int
I420ToYUY2
(const uint8* src_y, int src_stride_y,
[
all
...]
/external/webrtc/talk/media/base/
videoframe_unittest.h
599
EXPECT_EQ(0, libyuv::
I420ToYUY2
(frame1.GetYPlane(), frame1.GetYPitch(),
616
EXPECT_EQ(0, libyuv::
I420ToYUY2
(frame1.GetYPlane(), frame1.GetYPitch(),
[
all
...]
Completed in 335 milliseconds