Home
last modified time | relevance | path

Searched refs:now_secs (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwavenc.c252 time_t now_secs; in peak_write_chunk() local
267 now_secs = now0 / 1000000; in peak_write_chunk()
268 …if (strftime(timestamp, sizeof(timestamp), "%Y:%m:%d:%H:%M:%S:", localtime_r(&now_secs, &tmpbuf)))… in peak_write_chunk()
/third_party/glib/glib/
Dgmessages.c2267 time_t now_secs; in g_log_writer_format_fields() local
2314 now_secs = (time_t) (now / 1000000); in g_log_writer_format_fields()
2315 now_tm = localtime (&now_secs); in g_log_writer_format_fields()