av_opt_set_int_list 127 doc/examples/filtering_audio.c ret = av_opt_set_int_list(buffersink_ctx, "sample_fmts", out_sample_fmts, -1, av_opt_set_int_list 134 doc/examples/filtering_audio.c ret = av_opt_set_int_list(buffersink_ctx, "channel_layouts", out_channel_layouts, -1, av_opt_set_int_list 141 doc/examples/filtering_audio.c ret = av_opt_set_int_list(buffersink_ctx, "sample_rates", out_sample_rates, -1, av_opt_set_int_list 124 doc/examples/filtering_video.c ret = av_opt_set_int_list(buffersink_ctx, "pix_fmts", pix_fmts, av_opt_set_int_list 1991 ffplay.c if ((ret = av_opt_set_int_list(filt_out, "pix_fmts", pix_fmts, AV_PIX_FMT_NONE, AV_OPT_SEARCH_CHILDREN)) < 0) av_opt_set_int_list 2090 ffplay.c if ((ret = av_opt_set_int_list(filt_asink, "sample_fmts", sample_fmts, AV_SAMPLE_FMT_NONE, AV_OPT_SEARCH_CHILDREN)) < 0) av_opt_set_int_list 2101 ffplay.c if ((ret = av_opt_set_int_list(filt_asink, "channel_layouts", channel_layouts, -1, AV_OPT_SEARCH_CHILDREN)) < 0) av_opt_set_int_list 2103 ffplay.c if ((ret = av_opt_set_int_list(filt_asink, "channel_counts" , channels , -1, AV_OPT_SEARCH_CHILDREN)) < 0) av_opt_set_int_list 2105 ffplay.c if ((ret = av_opt_set_int_list(filt_asink, "sample_rates" , sample_rates , -1, AV_OPT_SEARCH_CHILDREN)) < 0) av_opt_set_int_list 263 libavdevice/lavfi.c ret = av_opt_set_int_list(sink, "pix_fmts", pix_fmts, AV_PIX_FMT_NONE, AV_OPT_SEARCH_CHILDREN); av_opt_set_int_list 277 libavdevice/lavfi.c ret = av_opt_set_int_list(sink, "sample_fmts", sample_fmts, AV_SAMPLE_FMT_NONE, AV_OPT_SEARCH_CHILDREN); av_opt_set_int_list 384 libavfilter/buffersink.c if ((ret = av_opt_set_int_list(buf, "pix_fmts", params->pixel_fmts, AV_PIX_FMT_NONE, 0)) < 0) av_opt_set_int_list 427 libavfilter/buffersink.c if ((ret = av_opt_set_int_list(buf, "sample_fmts", params->sample_fmts, AV_SAMPLE_FMT_NONE, 0)) < 0 || av_opt_set_int_list 428 libavfilter/buffersink.c (ret = av_opt_set_int_list(buf, "sample_rates", params->sample_rates, -1, 0)) < 0 || av_opt_set_int_list 429 libavfilter/buffersink.c (ret = av_opt_set_int_list(buf, "channel_layouts", params->channel_layouts, -1, 0)) < 0 || av_opt_set_int_list 430 libavfilter/buffersink.c (ret = av_opt_set_int_list(buf, "channel_counts", params->channel_counts, -1, 0)) < 0 ||