Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dimg2enc.c45 int use_strftime; member
150 } else if (img->use_strftime) { in write_packet()
256 { "strftime", "use strftime for filename", OFFSET(use_strftime), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, ENC },
H A Dsegment.c96 int use_strftime; ///< flag to expand filename with strftime member
199 if (seg->use_strftime) { in set_segment_filename()
1042 { "strftime", "set filename expansion with strftime at segment creation", OFFSET(use_strftime), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, E },
/third_party/alsa-utils/aplay/
H A Daplay.c142 static int use_strftime = 0; variable
816 use_strftime = 1;
3152 if (use_strftime) {
3243 if (errno != ENOENT || !use_strftime)
3295 if (filecount || use_strftime) {

Completed in 13 milliseconds