Searched refs:arg_parse_uint (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dvp9_spatial_scalable_encoder.c166 app_input->frames_to_code = arg_parse_uint(&arg);
168 enc_cfg->g_w = arg_parse_uint(&arg);
170 enc_cfg->g_h = arg_parse_uint(&arg);
174 enc_cfg->rc_target_bitrate = arg_parse_uint(&arg);
176 app_input->frames_to_skip = arg_parse_uint(&arg);
178 svc_ctx->spatial_layers = arg_parse_uint(&arg);
180 enc_cfg->kf_min_dist = arg_parse_uint(&arg);
189 passes = arg_parse_uint(&arg);
194 pass = arg_parse_uint(&arg);
201 enc_cfg->rc_min_quantizer = arg_parse_uint(
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.h51 unsigned int arg_parse_uint(const struct arg *arg);
H A Dvpxenc.c674 global->passes = arg_parse_uint(&arg);
679 global->pass = arg_parse_uint(&arg);
685 global->usage = arg_parse_uint(&arg);
687 global->deadline = arg_parse_uint(&arg);
703 global->limit = arg_parse_uint(&arg);
705 global->skip_frames = arg_parse_uint(&arg);
719 global->show_q_hist_buckets = arg_parse_uint(&arg);
721 global->show_rate_hist_buckets = arg_parse_uint(&arg);
909 config->cfg.g_threads = arg_parse_uint(&arg);
911 config->cfg.g_profile = arg_parse_uint(
[all...]
H A Dvpxdec.c564 stop_after = arg_parse_uint(&arg);
566 arg_skip = arg_parse_uint(&arg);
574 cfg.threads = arg_parse_uint(&arg);
580 num_external_frame_buffers = arg_parse_uint(&arg);
586 vp8_pp_cfg.noise_level = arg_parse_uint(&arg);
590 vp8_pp_cfg.deblocking_level = arg_parse_uint(&arg);
598 unsigned int level = arg_parse_uint(&arg);
986 loops = arg_parse_uint(&arg);
H A Dargs.c139 unsigned int arg_parse_uint(const struct arg *arg) { function

Completed in 38 milliseconds