Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dimg2enc.c142 time_t now0; in write_packet() local
144 time(&now0); in write_packet()
145 tm = localtime_r(&now0, &tmpbuf); in write_packet()
Dwavenc.c251 int64_t now0; in peak_write_chunk() local
266 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()
Dsegment.c207 time_t now0; in set_segment_filename() local
209 time(&now0); in set_segment_filename()
210 tm = localtime_r(&now0, &tmpbuf); in set_segment_filename()
Dsbgdec.c915 time_t now0; in expand_timestamps() local
922 time(&now0); in expand_timestamps()
923 tm = localtime_r(&now0, &tmpbuf); in expand_timestamps()
925 now0 % DAY; in expand_timestamps()
Dhlsenc.c266 time_t now0; in strftime_expand() local
274 time(&now0); in strftime_expand()
275 tm = localtime_r(&now0, &tmpbuf); in strftime_expand()