Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dimg2enc.c44 int use_strftime; member
141 } else if (img->use_strftime) { in write_packet()
245 …{ "strftime", "use strftime for filename", OFFSET(use_strftime), AV_OPT_TYPE_BOOL, { .i64 = 0…
Dsegment.c95 int use_strftime; ///< flag to expand filename with strftime member
206 if (seg->use_strftime) { in set_segment_filename()
1045 … "set filename expansion with strftime at segment creation", OFFSET(use_strftime), AV_OPT_TYPE_B…
/third_party/alsa-utils/aplay/
Daplay.c138 static int use_strftime = 0; variable
797 use_strftime = 1; in main()
3100 if (use_strftime) { in new_capture_file()
3191 if (errno != ENOENT || !use_strftime) in safe_open()
3243 if (filecount || use_strftime) { in capture()