HomeSort by relevance Sort by last modified time
    Searched refs:current_frames_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 130 int current_frames_; // Number of frames in the current statistics interval. member in class:webrtc_jni::MediaCodecVideoDecoder
368 current_frames_ = 0;
747 current_frames_++;
751 current_frames_ > 0) {
755 ((current_frames_ * 1000 + statistic_time_ms / 2) / statistic_time_ms)
756 << ". decTime: " << (current_decoding_time_ms_ / current_frames_) <<
759 current_frames_ = 0;
    [all...]
androidmediaencoder_jni.cc 207 int current_frames_; // Number of frames in the current statistics interval. member in class:webrtc_jni::MediaCodecVideoEncoder
484 current_frames_ = 0;
    [all...]

Completed in 60 milliseconds