Searched refs:bsf_ctx (Results 1 – 4 of 4) sorted by relevance
374 AVBSFContext *bsf_ctx = ctx; in bsf_list_item_name() local375 BSFListContext *lst = bsf_ctx->priv_data; in bsf_list_item_name()
472 AVBSFContext *bsf_ctx; member
591 av_bsf_free(&ost->bsf_ctx); in ffmpeg_cleanup()903 if (ost->bsf_ctx) { in output_packet()904 ret = av_bsf_send_packet(ost->bsf_ctx, eof ? NULL : pkt); in output_packet()907 while ((ret = av_bsf_receive_packet(ost->bsf_ctx, pkt)) >= 0) in output_packet()3079 AVBSFContext *ctx = ost->bsf_ctx; in init_output_bsfs()
1550 ret = av_bsf_list_parse_str(bsfs, &ost->bsf_ctx); in new_output_stream()