Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c629 s->dts_sync_point = p->sei.buffering_period.present; in h264_parse()
633 s->dts_sync_point = INT_MIN; in h264_parse()
642 if (s->dts_sync_point >= 0) { in h264_parse()
657 if (s->dts_sync_point > 0) in h264_parse()
H A Dparser.c70 s->dts_sync_point = INT_MIN; in av_parser_init()
H A Davcodec.h2850 int dts_sync_point; member
2856 * Set to INT_MIN when dts_sync_point unused. Otherwise, it must
2870 * Set to INT_MIN when dts_sync_point unused. Otherwise, it must

Completed in 6 milliseconds