Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4146 int64_t desc_bytes = desc_curr.end_offset - desc_curr.start_offset; in buffer_size_after_time_downloaded() local
4149 double bits = (desc_bytes * 8.0); in buffer_size_after_time_downloaded()
4237 int64_t desc_bytes = desc_end.end_offset - desc_beg.start_offset; in webm_dash_manifest_compute_bandwidth() local
4240 if (desc_bytes <= 0) in webm_dash_manifest_compute_bandwidth()
4244 calc_bits_per_second = (desc_bytes * 8) / desc_sec; in webm_dash_manifest_compute_bandwidth()
4247 percent = (desc_bytes - prebuffer_bytes) / desc_bytes; in webm_dash_manifest_compute_bandwidth()

Completed in 7 milliseconds