Lines Matching refs:time

120     { "write_prft", "Write producer reference time box with specified time source", offsetof(MOVMuxContext, write_prft), AV_OPT_TYPE_INT, {.i64 = MOV_PRFT_NONE}, 0, MOV_PRFT_NB-1, AV_OPT_FLAG_ENCODING_PARAM, "prft"},
3402 avio_wb64(pb, track->time);
3403 avio_wb64(pb, track->time);
3405 avio_wb32(pb, track->time); /* creation time */
3406 avio_wb32(pb, track->time); /* modification time */
3408 avio_wb32(pb, track->timescale); /* time scale (sample rate for audio) */
3498 avio_wb64(pb, track->time);
3499 avio_wb64(pb, track->time);
3501 avio_wb32(pb, track->time); /* creation time */
3502 avio_wb32(pb, track->time); /* modification time */
3978 avio_wb64(pb, mov->time);
3979 avio_wb64(pb, mov->time);
3981 avio_wb32(pb, mov->time); /* creation time */
3982 avio_wb32(pb, mov->time); /* modification time */
3999 avio_wb32(pb, 0); /* reserved (preview time) */
4001 avio_wb32(pb, 0); /* reserved (poster time) */
4002 avio_wb32(pb, 0); /* reserved (selection time) */
4004 avio_wb32(pb, 0); /* reserved (current time) */
4894 mov->tracks[i].time = mov->time;
5316 avio_wb64(pb, track->frag_info[index].time);
5366 info->time = track->cluster[0].dts + track->cluster[0].cts;
5371 // and the corresponding start presentation time is zero.
5372 if (info->time < 0) {
5373 info->duration += info->time;
5374 info->time = 0;
5495 presentation_time = track->frag_info[0].time;
5594 /* Round the NTP time to whole milliseconds. */
5615 avio_wb64(pb, ntp_ts); // NTP time stamp
5616 avio_wb64(pb, first_track->cluster[0].pts); //media time
5666 avio_wb64(pb, track->frag_info[i].time);
5799 // compatible brand a second time.
6667 * to signal the difference in starting time without an edit list.
6837 // for the other ones that are flushed at the same time.
7865 ff_parse_creation_time_metadata(s, &mov->time, 1);
7866 if (mov->time)
7867 mov->time += 0x7C25B080; // 1970 based -> 1904 based