Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4192 int64_t prebuffer_ns = 1000000000; in webm_dash_manifest_compute_bandwidth() local
4197 int64_t temp_prebuffer_ns = prebuffer_ns; in webm_dash_manifest_compute_bandwidth()
4204 if (time_ns > INT64_MAX - prebuffer_ns) in webm_dash_manifest_compute_bandwidth()
4206 prebuffered_ns = time_ns + prebuffer_ns; in webm_dash_manifest_compute_bandwidth()
4232 prebuffer = prebuffer_ns / nano_seconds_per_second; in webm_dash_manifest_compute_bandwidth()

Completed in 7 milliseconds