Home
last modified time | relevance | path

Searched refs:ff_cbs_read_extradata (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dtrace_headers_bsf.c53 err = ff_cbs_read_extradata(ctx->cbc, frag, bsf->par_in); in trace_headers_init()
Dcbs.h261 int ff_cbs_read_extradata(CodedBitstreamContext *ctx,
Dcbs_bsf.c129 err = ff_cbs_read_extradata(ctx->input, frag, bsf->par_in); in ff_cbs_bsf_generic_init()
Dfilter_units_bsf.c193 err = ff_cbs_read_extradata(ctx->cbc, frag, bsf->par_in); in filter_units_init()
Dav1_frame_split_bsf.c223 ret = ff_cbs_read_extradata(s->cbc, td, ctx->par_in); in av1_frame_split_init()
Dcbs.c270 int ff_cbs_read_extradata(CodedBitstreamContext *ctx, in ff_cbs_read_extradata() function