Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc749 int statistic_time_ms = GetCurrentTimeMs() - start_time_ms_; in DeliverPendingOutputs() local
750 if (statistic_time_ms >= kMediaCodecStatisticsIntervalMs && in DeliverPendingOutputs()
754 (current_bytes_ * 8 / statistic_time_ms) << " kbps, fps: " << in DeliverPendingOutputs()
755 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms) in DeliverPendingOutputs()
757 " for last " << statistic_time_ms << " ms."; in DeliverPendingOutputs()
Dandroidmediaencoder_jni.cc890 int statistic_time_ms = GetCurrentTimeMs() - start_time_ms_; in DeliverPendingOutputs() local
891 if (statistic_time_ms >= kMediaCodecStatisticsIntervalMs && in DeliverPendingOutputs()
894 (current_bytes_ * 8 / statistic_time_ms) << in DeliverPendingOutputs()
896 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms) in DeliverPendingOutputs()
899 statistic_time_ms << " ms."; in DeliverPendingOutputs()