Home
last modified time | relevance | path

Searched refs:bsf_ctx (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbsf.c374 AVBSFContext *bsf_ctx = ctx; in bsf_list_item_name() local
375 BSFListContext *lst = bsf_ctx->priv_data; in bsf_list_item_name()
/third_party/ffmpeg/fftools/
Dffmpeg.h472 AVBSFContext *bsf_ctx; member
Dffmpeg.c591 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()
Dffmpeg_opt.c1550 ret = av_bsf_list_parse_str(bsfs, &ost->bsf_ctx); in new_output_stream()