Searched defs:fs_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator.cc109 int fs_index; local
111 fs_index = 0;
113 fs_index = 1;
115 fs_index = 2;
117 fs_index = 3;
120 fs_index = 1; // Default to 8000 Hz.
132 coeff1_ = kCoeff1[fs_index][event];
133 coeff2_ = kCoeff2[fs_index][event];
137 sample_history1_[0] = kInitValue1[fs_index][event];
139 sample_history2_[0] = kInitValue2[fs_index][even
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h1030 uint16_t fs_index; member in struct:sctp_association

Completed in 380 milliseconds