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

  /external/webrtc/webrtc/modules/audio_coding/acm2/
call_statistics_unittest.cc 25 EXPECT_EQ(0, stats.decoded_normal);
44 EXPECT_EQ(1, stats.decoded_normal);
call_statistics.cc 23 ++decoding_stat_.decoded_normal;
audio_coding_module_unittest_oldapi.cc 251 EXPECT_EQ(0, stats.decoded_normal);
276 EXPECT_EQ(kNumNormalCalls, stats.decoded_normal);
291 EXPECT_EQ(kNumNormalCalls, stats.decoded_normal);
    [all...]
  /external/webrtc/webrtc/audio/
audio_receive_stream_unittest.cc 39 audio_decode_stats.decoded_normal = 890;
320 EXPECT_EQ(kAudioDecodeStats.decoded_normal, stats.decoding_normal);
audio_receive_stream.cc 230 stats.decoding_normal = ds.decoded_normal;
  /external/webrtc/webrtc/
common_types.h 373 decoded_normal(0),
381 int decoded_normal; // Number of calls where audio RTP packet decoded. member in struct:webrtc::AudioDecodingCallStats

Completed in 96 milliseconds