Home
last modified time | relevance | path

Searched refs:av_bsf_alloc (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbsf.c95 int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **pctx) in av_bsf_alloc() function
450 ret = av_bsf_alloc(filter, &bsf); in bsf_list_append_internal()
498 ret = av_bsf_alloc(&ff_list_bsf, bsf); in av_bsf_list_finalize()
559 return av_bsf_alloc(&ff_list_bsf, bsf); in av_bsf_get_null_filter()
Dbsf.h163 int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **ctx);
Dbitstream_filter.c107 ret = av_bsf_alloc(bsfc->filter, &priv->ctx); in av_bitstream_filter_filter()
Dlibrav1e.c257 bret = av_bsf_alloc(filter, &ctx->bsf); in librav1e_encode_init()
Dlibaomenc.c912 ret = av_bsf_alloc(filter, &ctx->bsf); in aom_init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DextFFmpegDemuxer.h112 pFFMpeg_av_bsf_alloc av_bsf_alloc; member
254 ck(api->av_bsf_alloc(bsf, &bsfc)); in FFmpegDemuxer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DextFFmpegDemuxer.h112 pFFMpeg_av_bsf_alloc av_bsf_alloc; member
254 ck(api->av_bsf_alloc(bsf, &bsfc)); in FFmpegDemuxer()
/third_party/ffmpeg/tools/
Dtarget_bsf_fuzzer.c63 res = av_bsf_alloc(f, &bsf); in LLVMFuzzerTestOneInput()
/third_party/ffmpeg/libavformat/
Dav1dec.c75 ret = av_bsf_alloc(filter, bsf); in read_header()
Dconcatdec.c216 ret = av_bsf_alloc(filter, &bsf); in detect_stream_specific()
Dutils.c3548 ret = av_bsf_alloc(f, &sti->extract_extradata.bsf);
5625 if ((ret = av_bsf_alloc(bsf, &bsfc)) < 0)