Searched refs:read_ts (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | realtextdec.c | 48 static int64_t read_ts(const char *s) in read_ts() function 66 int res = 0, duration = read_ts("60"); // default duration is 60 seconds in realtext_read_header() 95 duration = read_ts(p); in realtext_read_header() 114 int64_t endi = end ? read_ts(end) : 0; in realtext_read_header() 117 sub->pts = begin ? read_ts(begin) : 0; in realtext_read_header()
|
D | webvttdec.c | 52 static int64_t read_ts(const char *s) in read_ts() function 118 if ((ts_start = read_ts(p)) == AV_NOPTS_VALUE) in webvtt_read_header() 124 if ((ts_end = read_ts(p)) == AV_NOPTS_VALUE) in webvtt_read_header()
|
D | pjsdec.c | 51 static int64_t read_ts(char **line, int *duration) in read_ts() function 90 pts_start = read_ts(&p, &duration); in pjs_read_header()
|
D | vplayerdec.c | 45 static int64_t read_ts(char **line) in read_ts() function 81 pts_start = read_ts(&p); in vplayer_read_header()
|
D | mpl2dec.c | 58 static int read_ts(char **line, int64_t *pts_start, int64_t *duration) in read_ts() function 109 if (!read_ts(&p, &pts_start, &duration)) { in mpl2_read_header()
|
D | subviewerdec.c | 54 static int read_ts(const char *s, int64_t *start, int *duration) in read_ts() function 147 } else if (read_ts(line, &pts_start, &duration) >= 0) { in subviewer_read_header()
|
D | lrcdec.c | 77 static int64_t read_ts(const char *p, int64_t *start) in read_ts() function 201 while((ts_stroffset_incr = read_ts(line.str + ts_stroffset, in lrc_read_header()
|
D | jacosubdec.c | 103 static const char *read_ts(JACOsubContext *jacosub, const char *buf, in read_ts() function 258 read_ts(jacosub, sub->data, &sub->pts, &sub->duration); in jacosub_read_header()
|