OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOURCC_YV16
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h
89
FOURCC_YV16
= FOURCC('Y', 'V', '1', '6'),
/external/libyuv/files/include/libyuv/
video_common.h
89
FOURCC_YV16
= FOURCC('Y', 'V', '1', '6'),
/external/libyuv/files/unit_test/
video_common_test.cc
88
EXPECT_TRUE(TestValidFourCC(
FOURCC_YV16
, FOURCC_BPP_YV16));
/external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc
224
case
FOURCC_YV16
: {
229
if (format ==
FOURCC_YV16
) {
convert_to_i420.cc
245
case
FOURCC_YV16
: {
250
if (format ==
FOURCC_YV16
) {
convert_from.cc
[
all
...]
/external/libyuv/files/source/
convert_to_argb.cc
223
case
FOURCC_YV16
: {
228
if (format ==
FOURCC_YV16
) {
convert_to_i420.cc
243
case
FOURCC_YV16
: {
248
if (format ==
FOURCC_YV16
) {
convert_from.cc
[
all
...]
/external/webrtc/talk/media/base/
videocommon.h
109
FOURCC_YV16
= FOURCC('Y', 'V', '1', '6'),
videoframe.cc
276
case
FOURCC_YV16
:
Completed in 1313 milliseconds