OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecarg
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
vpxdec.c
55
static const arg_def_t
codecarg
= ARG_DEF(NULL, "codec", 1,
variable
92
&
codecarg
, &use_yv12, &use_i420, &flipuvarg, &noblitarg,
714
if (arg_match(&arg, &
codecarg
, argi)) {
[
all
...]
vpxenc.c
372
static const arg_def_t
codecarg
= ARG_DEF(NULL, "codec", 1,
variable
424
&outputfile, &
codecarg
, &passes, &pass_arg, &fpf_name, &limit, &skip,
[
all
...]
Completed in 33 milliseconds