OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FOURCC_YV24
(Results
1 - 11
of
11
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h
90
FOURCC_YV24
= FOURCC('Y', 'V', '2', '4'),
/external/libyuv/files/include/libyuv/
video_common.h
90
FOURCC_YV24
= FOURCC('Y', 'V', '2', '4'),
/external/libyuv/files/unit_test/
video_common_test.cc
89
EXPECT_TRUE(TestValidFourCC(
FOURCC_YV24
, FOURCC_BPP_YV24));
/external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc
248
case
FOURCC_YV24
: {
252
if (format ==
FOURCC_YV24
) {
convert_to_i420.cc
271
case
FOURCC_YV24
: {
275
if (format ==
FOURCC_YV24
) {
convert_from.cc
[
all
...]
/external/libyuv/files/source/
convert_to_argb.cc
247
case
FOURCC_YV24
: {
251
if (format ==
FOURCC_YV24
) {
convert_to_i420.cc
269
case
FOURCC_YV24
: {
273
if (format ==
FOURCC_YV24
) {
convert_from.cc
[
all
...]
/external/webrtc/talk/media/base/
videocommon.h
110
FOURCC_YV24
= FOURCC('Y', 'V', '2', '4'),
videoframe.cc
285
case
FOURCC_YV24
:
Completed in 271 milliseconds