Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4195 int64_t prebuffered_ns; in webm_dash_manifest_compute_bandwidth() local
4206 prebuffered_ns = time_ns + prebuffer_ns; in webm_dash_manifest_compute_bandwidth()
4210 while (desc_end.start_time_ns != -1 && desc_end.end_time_ns < prebuffered_ns) { in webm_dash_manifest_compute_bandwidth()
4218 if (matroska->duration * matroska->time_scale >= prebuffered_ns) in webm_dash_manifest_compute_bandwidth()
4261 int rv = buffer_size_after_time_downloaded(prebuffered_ns, search_sec, bps, in webm_dash_manifest_compute_bandwidth()

Completed in 7 milliseconds