Home
last modified time | relevance | path

Searched refs:dts_sync_point (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_parser.c609 s->dts_sync_point = p->sei.buffering_period.present; in h264_parse()
613 s->dts_sync_point = INT_MIN; in h264_parse()
622 if (s->dts_sync_point >= 0) { in h264_parse()
637 if (s->dts_sync_point > 0) in h264_parse()
Dparser.c75 s->dts_sync_point = INT_MIN; in av_parser_init()
Davcodec.h3446 int dts_sync_point; member