Searched refs:opt_names (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dcmdutils.h42 extern const char **opt_names;
H A Dcmdutils.c49 const char **opt_names; variable
223 opt_names= av_realloc(opt_names, sizeof(void*)*(opt_name_count+1));
224 opt_names[opt_name_count++]= o->name;
285 const char *str= av_get_string(opts_ctx, opt_names[i], &opt, buf, sizeof(buf));
286 /* if an option with name opt_names[i] is present in opts_ctx then str is non-NULL */
288 av_set_string3(ctx, opt_names[i], str, 1, NULL);
H A Dffmpeg.c442 av_free(opt_names);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dcmdutils.h42 extern const char **opt_names;
H A Dcmdutils.c49 const char **opt_names; variable
223 opt_names= av_realloc(opt_names, sizeof(void*)*(opt_name_count+1));
224 opt_names[opt_name_count++]= o->name;
285 const char *str= av_get_string(opts_ctx, opt_names[i], &opt, buf, sizeof(buf));
286 /* if an option with name opt_names[i] is present in opts_ctx then str is non-NULL */
288 av_set_string3(ctx, opt_names[i], str, 1, NULL);
H A Dffmpeg.c442 av_free(opt_names);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dcmdutils.h42 extern const char **opt_names;
H A Dcmdutils.c49 const char **opt_names; variable
223 opt_names= av_realloc(opt_names, sizeof(void*)*(opt_name_count+1));
224 opt_names[opt_name_count++]= o->name;
285 const char *str= av_get_string(opts_ctx, opt_names[i], &opt, buf, sizeof(buf));
286 /* if an option with name opt_names[i] is present in opts_ctx then str is non-NULL */
288 av_set_string3(ctx, opt_names[i], str, 1, NULL);
H A Dffmpeg.c442 av_free(opt_names);

Completed in 124 milliseconds