av_bsf_alloc 107 libavcodec/bitstream_filter.c ret = av_bsf_alloc(bsfc->filter, &priv->ctx); av_bsf_alloc 446 libavcodec/bsf.c ret = av_bsf_alloc(filter, &bsf); av_bsf_alloc 494 libavcodec/bsf.c ret = av_bsf_alloc(&ff_list_bsf, bsf); av_bsf_alloc 555 libavcodec/bsf.c return av_bsf_alloc(&ff_list_bsf, bsf); av_bsf_alloc 163 libavcodec/bsf.h int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **ctx); av_bsf_alloc 769 libavcodec/libaomenc.c ret = av_bsf_alloc(filter, &ctx->bsf); av_bsf_alloc 245 libavcodec/librav1e.c bret = av_bsf_alloc(filter, &ctx->bsf); av_bsf_alloc 172 libavformat/av1dec.c ret = av_bsf_alloc(filter, &c->bsf); av_bsf_alloc 216 libavformat/concatdec.c ret = av_bsf_alloc(filter, &bsf); av_bsf_alloc 3518 libavformat/utils.c ret = av_bsf_alloc(f, &sti->extract_extradata.bsf); av_bsf_alloc 5582 libavformat/utils.c if ((ret = av_bsf_alloc(bsf, &bsfc)) < 0) av_bsf_alloc 61 tools/target_bsf_fuzzer.c res = av_bsf_alloc(f, &bsf);