OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hsn_detect_snd
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
bandwidth_estimator.c
109
bwest_str->
hsn_detect_snd
= 0;
233
if (bwest_str->
hsn_detect_snd
&&
318
if (!(bwest_str->
hsn_detect_snd
&& bwest_str->hsn_detect_rec))
544
if (bwest_str->send_bw_avg > (float) 28000 && !bwest_str->
hsn_detect_snd
)
551
bwest_str->
hsn_detect_snd
= 1;
554
else if (!bwest_str->
hsn_detect_snd
)
structs.h
213
int
hsn_detect_snd
;
member in struct:__anon28641
Completed in 821 milliseconds