Searched defs:end_usage (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyx.h153 int end_usage; /* vbr or cbr */ member in struct:__anon1062
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h213 END_USAGE end_usage; // vbr or cbr member in struct:__anon1166
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c298 static const arg_def_t end_usage = ARG_DEF_ENUM(NULL, "end-usage", 1, variable
318 &end_usage, &target_bitrate, &min_quantizer, &max_quantizer,
938 } else if (arg_match(&arg, &end_usage, argi)) {

Completed in 57 milliseconds