Searched refs:now0 (Results 1 – 5 of 5) sorted by relevance
142 time_t now0; in write_packet() local144 time(&now0); in write_packet()145 tm = localtime_r(&now0, &tmpbuf); in write_packet()
251 int64_t now0; in peak_write_chunk() local266 now0 = av_gettime(); in peak_write_chunk()267 now_secs = now0 / 1000000; in peak_write_chunk()269 av_strlcatf(timestamp, sizeof(timestamp), "%03d", (int)((now0 / 1000) % 1000)); in peak_write_chunk()
207 time_t now0; in set_segment_filename() local209 time(&now0); in set_segment_filename()210 tm = localtime_r(&now0, &tmpbuf); in set_segment_filename()
915 time_t now0; in expand_timestamps() local922 time(&now0); in expand_timestamps()923 tm = localtime_r(&now0, &tmpbuf); in expand_timestamps()925 now0 % DAY; in expand_timestamps()
266 time_t now0; in strftime_expand() local274 time(&now0); in strftime_expand()275 tm = localtime_r(&now0, &tmpbuf); in strftime_expand()