Searched refs:bsf_ctx (Results 1 – 4 of 4) sorted by relevance
378 AVBSFContext *bsf_ctx = ctx; in bsf_list_item_name() local379 BSFListContext *lst = bsf_ctx->priv_data; in bsf_list_item_name()
477 AVBSFContext *bsf_ctx; member
575 av_bsf_free(&ost->bsf_ctx); in ffmpeg_cleanup()731 if (ost->bsf_ctx) { in output_packet()732 ret = av_bsf_send_packet(ost->bsf_ctx, eof ? NULL : pkt); in output_packet()735 while ((ret = av_bsf_receive_packet(ost->bsf_ctx, pkt)) >= 0) in output_packet()2680 AVBSFContext *ctx = ost->bsf_ctx; in init_output_bsfs()
1656 ret = av_bsf_list_parse_str(bsfs, &ost->bsf_ctx); in new_output_stream()