Home
last modified time | relevance | path

Searched defs:ts_start (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-seek-test.c77 uint64_t ts_start, uint64_t ts_end, int no_seeking) in compute_crc_of_packets()
/third_party/ffmpeg/libavformat/
Dwebvttdec.c82 int64_t ts_start, ts_end; in webvtt_read_header() local
Dassdec.c135 int64_t ts_start = AV_NOPTS_VALUE; in ass_read_header() local
Dlrcdec.c196 int64_t ts_start = AV_NOPTS_VALUE; in lrc_read_header() local
Djacosubdec.c109 int ts_start, ts_end; in read_ts() local
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_run.c388 struct timespec ts_start = { 0, 0 }, ts_end = { in tcase_run_tfun_nofork() local
450 struct timespec ts_start = { 0, 0 }, ts_end = { in tcase_run_tfun_fork() local
Dcheck_log.c281 static struct timespec ts_start = { 0, 0 }; in xml_lfun() local
/third_party/gstreamer/gstplugins_base/gst/subparse/
Dgstsubparse.c1005 GstClockTime ts_start, ts_end; in parse_subrip() local
1103 GstClockTime ts_start, ts_end; in parse_webvtt() local
/third_party/ffmpeg/libavcodec/
Dffwavesynth.c83 int64_t ts_start, ts_end; member
Ddecode.c987 int ts_start, ts_duration = -1; in convert_sub_to_old_ass_form() local
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c418 void ts_minus(struct timespec *ts_end, struct timespec *ts_start, in ts_minus()