Lines Matching defs:bsfs
275 AVBSFContext **bsfs;
292 ret = avcodec_parameters_copy(lst->bsfs[i]->par_in, cod_par);
296 lst->bsfs[i]->time_base_in = tb;
298 ret = av_bsf_init(lst->bsfs[i]);
302 cod_par = lst->bsfs[i]->par_out;
303 tb = lst->bsfs[i]->time_base_out;
324 ret = av_bsf_receive_packet(lst->bsfs[lst->idx-1], out);
339 ret = av_bsf_send_packet(lst->bsfs[lst->idx], eof ? NULL : out);
360 av_bsf_flush(lst->bsfs[i]);
370 av_bsf_free(&lst->bsfs[i]);
371 av_freep(&lst->bsfs);
391 av_bprintf(&bp, i ? ",%s" : "%s", lst->bsfs[i]->filter->name);
417 AVBSFContext **bsfs;
434 av_bsf_free(&(*lst)->bsfs[i]);
435 av_free((*lst)->bsfs);
441 return av_dynarray_add_nofree(&lst->bsfs, &lst->nb_bsfs, bsf);
496 *bsf = (*lst)->bsfs[0];
497 av_freep(&(*lst)->bsfs);
508 ctx->bsfs = (*lst)->bsfs;