OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_dtx_mode
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_inst.h
21
int
in_dtx_mode
;
member in struct:WebRtcOpusEncInst
34
int
in_dtx_mode
;
member in struct:WebRtcOpusDecInst
opus_interface.c
77
state->
in_dtx_mode
= 0;
115
if (inst->
in_dtx_mode
) {
145
if (inst->
in_dtx_mode
) {
148
inst->
in_dtx_mode
= 1;
152
inst->
in_dtx_mode
= 0;
268
state->
in_dtx_mode
= 0;
298
inst->
in_dtx_mode
= 0;
305
if (encoded_bytes == 0 && inst->
in_dtx_mode
) {
308
inst->
in_dtx_mode
= 1;
311
inst->
in_dtx_mode
= 0
[
all
...]
opus_unittest.cc
167
EXPECT_EQ(0, opus_encoder_->
in_dtx_mode
);
168
EXPECT_EQ(0, opus_decoder_->
in_dtx_mode
);
182
EXPECT_EQ(0, opus_encoder_->
in_dtx_mode
);
183
EXPECT_EQ(0, opus_decoder_->
in_dtx_mode
);
186
EXPECT_EQ(1, opus_encoder_->
in_dtx_mode
);
187
EXPECT_EQ(1, opus_decoder_->
in_dtx_mode
);
229
EXPECT_EQ(1, opus_encoder_->
in_dtx_mode
);
230
EXPECT_EQ(1, opus_decoder_->
in_dtx_mode
);
238
EXPECT_EQ(0, opus_encoder_->
in_dtx_mode
);
239
EXPECT_EQ(0, opus_decoder_->
in_dtx_mode
);
[
all
...]
Completed in 92 milliseconds