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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc 109 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][event]
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h 331 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE) \
332 stcb->asoc.fs_index = 0;\
333 stcb->asoc.fslog[stcb->asoc.fs_index].total_flight = stcb->asoc.total_flight; \
334 stcb->asoc.fslog[stcb->asoc.fs_index].tsn = tp1->rec.data.TSN_seq; \
335 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
336 stcb->asoc.fslog[stcb->asoc.fs_index].sent = tp1->sent; \
337 stcb->asoc.fslog[stcb->asoc.fs_index].incr = 0; \
338 stcb->asoc.fslog[stcb->asoc.fs_index].decr = 1; \
339 stcb->asoc.fs_index++; \
352 if (stcb->asoc.fs_index > SCTP_FS_SPEC_LOG_SIZE)
    [all...]
sctp_structs.h 1022 uint16_t fs_index; member in struct:sctp_association
    [all...]
sctputil.c 1014 asoc->fs_index = 0;
    [all...]

Completed in 319 milliseconds