Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4010 int64_t end_time_ns; member
4017 * end_time_ns. All 4 fields will be set to -1 if ts >= file's duration.
4039 cue_desc.end_time_ns = index_entries[i + 1].timestamp * matroska->time_scale; in get_cue_desc()
4042 cue_desc.end_time_ns = matroska->duration * matroska->time_scale; in get_cue_desc()
4112 int64_t end_time_ns = time_ns + time_to_search_ns; in buffer_size_after_time_downloaded() local
4121 int64_t cue_nano = desc_curr.end_time_ns - time_ns; in buffer_size_after_time_downloaded()
4122 double percent = (double)(cue_nano) / (desc_curr.end_time_ns - desc_curr.start_time_ns); in buffer_size_after_time_downloaded()
4130 if (desc_curr.end_time_ns >= end_time_ns) { in buffer_size_after_time_downloaded()
4131 double desc_end_time_sec = desc_curr.end_time_ns / nano_seconds_per_secon in buffer_size_after_time_downloaded()
[all...]

Completed in 8 milliseconds