Lines Matching defs:opts
129 AVDictionary *opts = NULL;
131 av_dict_set_int(&opts, "buffer_size", rt->buffer_size, 0);
132 av_dict_set_int(&opts, "pkt_size", rt->pkt_size, 0);
134 av_dict_set(&opts, "localaddr", rt->localaddr, 0);
136 return opts;
1519 AVDictionary *opts = map_to_opts(rt);
1526 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL);
1528 av_dict_free(&opts);
1663 AVDictionary *opts = map_to_opts(rt);
1681 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL);
1682 av_dict_free(&opts);
2421 AVDictionary *opts = map_to_opts(rt);
2431 av_dict_free(&opts);
2453 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL);
2455 av_dict_free(&opts);
2520 AVDictionary *opts = NULL;
2525 opts = map_to_opts(rt);
2527 &s->interrupt_callback, &opts, s->protocol_whitelist, s->protocol_blacklist, NULL);
2528 av_dict_free(&opts);