Searched refs:av_stream_get_parser (Results 1 – 4 of 4) sorted by relevance
1135 struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);
145 struct AVCodecParserContext *av_stream_get_parser(const AVStream *st) in av_stream_get_parser() function
2681 …int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict+1 : ist->dec… in process_input_packet()2784 …int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict + 1 : ist->d… in process_input_packet()
1280 Add av_stream_get_parser()