Home
last modified time | relevance | path

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

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dutility.c132 void timestamp_to_srttime(uint64_t timestamp, char *buffer) in timestamp_to_srttime() function
208 timestamp_to_srttime (timestamp, buffer); in millis_to_date()
212 timestamp_to_srttime (timestamp, buffer); in millis_to_date()
H A Dlib_ccx.h248 void timestamp_to_srttime(uint64_t timestamp, char *buffer);
H A Dtelxcc.c721 timestamp_to_srttime(page->show_timestamp, timecode_show); in process_page()
723 timestamp_to_srttime(page->hide_timestamp, timecode_hide); in process_page()