OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decoding_normal
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/
audio_receive_stream.h
56
int32_t
decoding_normal
= 0;
member in struct:webrtc::AudioReceiveStream::Stats
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
230
stats.
decoding_normal
= ds.decoded_normal;
audio_receive_stream_unittest.cc
320
EXPECT_EQ(kAudioDecodeStats.decoded_normal, stats.
decoding_normal
);
/external/webrtc/talk/media/base/
mediachannel.h
733
decoding_normal
(0),
757
int
decoding_normal
;
member in struct:cricket::VoiceReceiverInfo
[
all
...]
/external/webrtc/talk/app/webrtc/
statscollector.cc
159
{ StatsReport::kStatsValueNameDecodingNormal, info.
decoding_normal
},
[
all
...]
statscollector_unittest.cc
363
EXPECT_EQ(rtc::ToString<int>(info.
decoding_normal
), value_in_report);
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc
[
all
...]
webrtcvoiceengine_unittest.cc
353
stats.
decoding_normal
= 67890;
388
EXPECT_EQ(info.
decoding_normal
, stats.
decoding_normal
);
[
all
...]
Completed in 362 milliseconds