Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c314 static const arg_def_t buf_optimal_sz = ARG_DEF(NULL, "buf-optimal-sz", 1, variable
319 &undershoot_pct, &overshoot_pct, &buf_sz, &buf_initial_sz, &buf_optimal_sz,
954 } else if (arg_match(&arg, &buf_optimal_sz, argi)) { in parse_stream_params()