Lines Matching defs:opts
80 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts,
85 ret = avformat_write_header(oc, opts);
129 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts,
135 ret = avformat_write_header(oc, opts);
199 AVDictionary *opts = NULL;
212 ret = av_dict_parse_string(&opts, test->options, "=", ":", 0);
223 ret = av_dict_set(&opts, "format_opts", buffer, 0);
224 ret1 = av_dict_set(&opts, "fifo_format", "fifo_test", 0);
231 ret = test->test_func(oc, &opts, pkt, &test->pkt_data);
237 av_dict_free(&opts);