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

  /external/chromium_org/third_party/opus/src/celt/
celt_encoder.c 1016 opus_val16 pf_threshold; local
    [all...]
  /external/libopus/celt/
celt_encoder.c 1016 opus_val16 pf_threshold; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_var.h 386 #define SCTP_PF_ENABLED(_net) (_net->pf_threshold < _net->failure_threshold)
387 #define SCTP_NET_IS_PF(_net) (_net->pf_threshold < _net->error_count)
sctp_timer.c 115 } else if ((net->pf_threshold < net->failure_threshold) &&
116 (net->error_count > net->pf_threshold)) {
871 if (net->pf_threshold < net->failure_threshold) {
    [all...]
sctp_structs.h 386 uint16_t pf_threshold; member in struct:sctp_nets
    [all...]
sctp_usrreq.c     [all...]
sctp_pcb.c     [all...]

Completed in 121 milliseconds