Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4105 double* sec_to_download, AVFormatContext *s, in buffer_size_after_time_downloaded()
4117 *sec_to_download = 0.0; in buffer_size_after_time_downloaded()
4127 *sec_to_download += timeToDownload; in buffer_size_after_time_downloaded()
4134 *sec_to_download = percent_to_sub * *sec_to_download; in buffer_size_after_time_downloaded()
4153 *sec_to_download += time_to_download; in buffer_size_after_time_downloaded()
4159 *sec_to_download = percent_to_sub * *sec_to_download; in buffer_size_after_time_downloaded()
4259 double sec_to_download = 0.0; in webm_dash_manifest_compute_bandwidth() local
4262 min_buffer, &buffer, &sec_to_download, in webm_dash_manifest_compute_bandwidth()
4103 buffer_size_after_time_downloaded(int64_t time_ns, double search_sec, int64_t bps, double min_buffer, double* buffer, double* sec_to_download, AVFormatContext *s, int64_t cues_start) buffer_size_after_time_downloaded() argument
[all...]

Completed in 8 milliseconds