Searched refs:parse_layer_options_from_string (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libvpx/examples/ |
H A D | svc_encodeframe.c | 140 static vpx_codec_err_t parse_layer_options_from_string(SvcContext *svc_ctx, in parse_layer_options_from_string() function 218 res = parse_layer_options_from_string(svc_ctx, SCALE_FACTOR, option_value, in parse_options() 224 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options() 229 parse_layer_options_from_string(svc_ctx, QUANTIZER, option_value, in parse_options() 233 res = parse_layer_options_from_string(svc_ctx, AUTO_ALT_REF, option_value, in parse_options() 237 res = parse_layer_options_from_string(svc_ctx, BITRATE, option_value, in parse_options()
|
/aosp_15_r20/external/libaom/examples/ |
H A D | svc_encoder_rtc.cc | 238 static aom_codec_err_t parse_layer_options_from_string( in parse_layer_options_from_string() function 332 aom_codec_err_t res = parse_layer_options_from_string( in parse_command_line() 393 aom_codec_err_t res = parse_layer_options_from_string( in parse_command_line()
|