Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc130 int current_frames_; // Number of frames in the current statistics interval. member in webrtc_jni::MediaCodecVideoDecoder
368 current_frames_ = 0; in InitDecodeOnCodecThread()
747 current_frames_++; in DeliverPendingOutputs()
751 current_frames_ > 0) { in DeliverPendingOutputs()
755 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms) in DeliverPendingOutputs()
756 << ". decTime: " << (current_decoding_time_ms_ / current_frames_) << in DeliverPendingOutputs()
759 current_frames_ = 0; in DeliverPendingOutputs()
Dandroidmediaencoder_jni.cc207 int current_frames_; // Number of frames in the current statistics interval. member in webrtc_jni::MediaCodecVideoEncoder
484 current_frames_ = 0; in InitEncodeOnCodecThread()
887 current_frames_++; in DeliverPendingOutputs()
892 current_frames_ > 0) { in DeliverPendingOutputs()
896 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms) in DeliverPendingOutputs()
898 (current_encoding_time_ms_ / current_frames_) << " for last " << in DeliverPendingOutputs()
901 current_frames_ = 0; in DeliverPendingOutputs()