Home
last modified time | relevance | path

Searched refs:av_bsf_init (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbsf.h46 * av_bsf_init() to prepare the filter context for use.
88 * av_bsf_init().
94 * av_bsf_alloc(), it is set by the filter in av_bsf_init().
100 * caller before av_bsf_init().
106 * filter in av_bsf_init().
153 * av_bsf_init() before sending any data to the filter.
168 int av_bsf_init(AVBSFContext *ctx);
H A Dbitstream_filter.c129 ret = av_bsf_init(priv->ctx); in av_bitstream_filter_filter()
H A Dbsf.c150 int av_bsf_init(AVBSFContext *ctx) in av_bsf_init() function
298 ret = av_bsf_init(lst->bsfs[i]); in bsf_list_init()
H A Dlibrav1e.c271 bret = av_bsf_init(ctx->bsf); in librav1e_encode_init()
H A Ddecode.c195 ret = av_bsf_init(avci->bsf); in decode_bsfs_init()
H A Dlibaomenc.c1011 ret = av_bsf_init(ctx->bsf); in aom_init()
/third_party/ffmpeg/tools/
H A Dtarget_bsf_fuzzer.c115 res = av_bsf_init(bsf); in LLVMFuzzerTestOneInput()
118 return 0; // Failure of av_bsf_init() does not imply that a issue was found in LLVMFuzzerTestOneInput()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextFFmpegDemuxer.h108 pFFMpeg_av_bsf_init av_bsf_init; member
256 ck(api->av_bsf_init(bsfc)); in FFmpegDemuxer()
/third_party/ffmpeg/libavformat/
H A Dav1dec.c95 ret = av_bsf_init(c->bsf); in av1_read_header()
H A Dtee.c384 ret = av_bsf_init(tee_slave->bsfs[target_stream]); in open_slave()
H A Dconcatdec.c230 ret = av_bsf_init(bsf); in detect_stream_specific()
H A Dmux.c1342 if ((ret = av_bsf_init(bsfc)) < 0) { in ff_stream_add_bitstream_filter()
H A Ddemux.c2357 ret = av_bsf_init(sti->extract_extradata.bsf); in extract_extradata_init()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2692 ret = av_bsf_init(ctx); in init_output_bsfs()

Completed in 23 milliseconds