OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:limitarg
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/
vpxdec.c
66
static const arg_def_t
limitarg
= ARG_DEF(
variable
99
&progressarg, &
limitarg
, &skiparg, &postprocarg, &summaryarg, &outputfile,
633
else if (arg_match(&arg, &
limitarg
, argi))
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c
60
static const arg_def_t
limitarg
= ARG_DEF(NULL, "limit", 1,
variable
87
&progressarg, &
limitarg
, &skiparg, &postprocarg, &summaryarg, &outputfile,
563
else if (arg_match(&arg, &
limitarg
, argi))
Completed in 62 milliseconds