Home
last modified time | relevance | path

Searched refs:options_str (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dfilter_audio.c76 uint8_t options_str[1024]; in init_filter_graph() local
156 snprintf(options_str, sizeof(options_str), in init_filter_graph()
159 err = avfilter_init_str(aformat_ctx, options_str); in init_filter_graph()
/third_party/cups-filters/filter/
H A Dpdftops.c174 void remove_options(char *options_str, const char **option_list) in remove_options() argument
182 option_start = options_str; in remove_options()
197 if ((option_start - options_str) >= 2 && in remove_options()
203 if ((option_start > options_str) && in remove_options()

Completed in 3 milliseconds