Home
last modified time | relevance | path

Searched refs:prebuffer_bytes (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmatroskadec.c4102 double prebuffer_bytes = 0.0; in webm_dash_manifest_compute_bandwidth() local
4115 prebuffer_bytes += desc_end.end_offset - desc_end.start_offset; in webm_dash_manifest_compute_bandwidth()
4130 prebuffer_bytes += in webm_dash_manifest_compute_bandwidth()
4144 double percent = (desc_bytes - prebuffer_bytes) / desc_bytes; in webm_dash_manifest_compute_bandwidth()