OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_i420
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/
vpxdec.c
70
static const arg_def_t
use_i420
= ARG_DEF(NULL, "i420", 0,
variable
97
&codecarg, &use_yv12, &
use_i420
, &flipuvarg, &noblitarg,
759
else if (arg_match(&arg, &
use_i420
, argi))
[
all
...]
vpxenc.c
872
static const arg_def_t
use_i420
= ARG_DEF(NULL, "i420", 0,
variable
928
&use_yv12, &
use_i420
, &usage, &threads, &profile,
[
all
...]
Completed in 1058 milliseconds