Home
last modified time | relevance | path

Searched refs:av_stream_get_parser (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Davformat.h1145 struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
H A Ddemux_utils.c32 struct AVCodecParserContext *av_stream_get_parser(const AVStream *st) in av_stream_get_parser() function
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2425 int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict+1 : ist->dec_ctx->ticks_per_frame; in process_input_packet()
2528 int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict + 1 : ist->dec_ctx->ticks_per_frame; in process_input_packet()

Completed in 13 milliseconds