Home
last modified time | relevance | path

Searched refs:now0 (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dimg2enc.c151 time_t now0; in write_packet() local
153 time(&now0); in write_packet()
154 tm = localtime_r(&now0, &tmpbuf); in write_packet()
H A Dwavenc.c253 int64_t now0; in peak_write_chunk() local
268 now0 = av_gettime(); in peak_write_chunk()
269 now_secs = now0 / 1000000; in peak_write_chunk()
271 av_strlcatf(timestamp, sizeof(timestamp), "%03d", (int)((now0 / 1000) % 1000)); in peak_write_chunk()
H A Dsegment.c200 time_t now0; in set_segment_filename() local
202 time(&now0); in set_segment_filename()
203 tm = localtime_r(&now0, &tmpbuf); in set_segment_filename()
H A Dsbgdec.c916 time_t now0; in expand_timestamps() local
923 time(&now0); in expand_timestamps()
924 tm = localtime_r(&now0, &tmpbuf); in expand_timestamps()
926 now0 % DAY; in expand_timestamps()
H A Dhlsenc.c263 time_t now0; in strftime_expand() local
271 time(&now0); in strftime_expand()
272 tm = localtime_r(&now0, &tmpbuf); in strftime_expand()

Completed in 10 milliseconds