OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_yv12
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
vpxdec.c
57
static const arg_def_t
use_yv12
= ARG_DEF(NULL, "yv12", 0,
variable
92
&codecarg, &
use_yv12
, &use_i420, &flipuvarg, &noblitarg,
730
else if (arg_match(&arg, &
use_yv12
, argi)) {
[
all
...]
vpxenc.c
368
static const arg_def_t
use_yv12
= ARG_DEF(NULL, "yv12", 0,
variable
458
&
use_yv12
, &use_i420, &usage, &threads, &profile,
[
all
...]
Completed in 1935 milliseconds