Lines Matching defs:duration
84 int64_t duration;
302 metadata_count += 2; // +2 for duration and file size
307 put_amf_string(pb, "duration");
309 // fill in the guessed duration, it'll be corrected later if incorrect
310 put_amf_double(pb, s->duration / AV_TIME_BASE);
367 ||!strcmp(tag->key, "duration")
802 av_log(s, AV_LOG_WARNING, "Failed to update header with correct duration.\n");
804 put_amf_double(pb, flv->duration / (double)1000);
919 /* check Speex packet duration */
988 flv->duration = FFMAX(flv->duration,
989 pkt->pts + flv->delay + pkt->duration);
1056 { "no_duration_filesize", "disable duration and filesize zero value metadata for FLV", 0, AV_OPT_TYPE_CONST, {.i64 = FLV_NO_DURATION_FILESIZE}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, "flvflags" },