Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc131 int current_bytes_; // Encoded bytes in the current statistics interval. member in webrtc_jni::MediaCodecVideoDecoder
369 current_bytes_ = 0; in InitDecodeOnCodecThread()
569 current_bytes_ += inputImage._length; in DecodeOnCodecThread()
754 (current_bytes_ * 8 / statistic_time_ms) << " kbps, fps: " << in DeliverPendingOutputs()
760 current_bytes_ = 0; in DeliverPendingOutputs()
Dandroidmediaencoder_jni.cc208 int current_bytes_; // Encoded bytes in the current statistics interval. member in webrtc_jni::MediaCodecVideoEncoder
485 current_bytes_ = 0; in InitEncodeOnCodecThread()
888 current_bytes_ += payload_size; in DeliverPendingOutputs()
894 (current_bytes_ * 8 / statistic_time_ms) << in DeliverPendingOutputs()
902 current_bytes_ = 0; in DeliverPendingOutputs()