Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4198 int64_t pre_bytes, pre_ns; in webm_dash_manifest_compute_bandwidth() local
4225 pre_ns = desc_end.end_time_ns - desc_end.start_time_ns; in webm_dash_manifest_compute_bandwidth()
4226 if (pre_ns <= 0) in webm_dash_manifest_compute_bandwidth()
4228 pre_sec = pre_ns / nano_seconds_per_second; in webm_dash_manifest_compute_bandwidth()

Completed in 7 milliseconds