Home
last modified time | relevance | path

Searched refs:use_ivf (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtools_common.sh236 use_ivf=--ivf
238 unset use_ivf
250 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" \
255 --limit=${frames} ${use_ivf} ${extra_flags} --output="${output}" - \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c221 static const arg_def_t use_ivf = ARG_DEF(NULL, "ivf", 0, variable
244 &quietarg, &verbosearg, &psnrarg, &use_ivf, &out_part, &q_hist_n,
906 } else if (arg_match(&arg, &use_ivf, argi)) { in parse_stream_params()