Searched refs:current_bytes_ (Results 1 – 2 of 2) sorted by relevance
131 int current_bytes_; // Encoded bytes in the current statistics interval. member in webrtc_jni::MediaCodecVideoDecoder369 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()
208 int current_bytes_; // Encoded bytes in the current statistics interval. member in webrtc_jni::MediaCodecVideoEncoder485 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()