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

  /external/libopus/src/
opus_multistream.c 43 int i, max_channel; local
45 max_channel = layout->nb_streams+layout->nb_coupled_streams;
46 if (max_channel>255)
50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255)
  /external/tcpdump/
print-pptp.c 106 u_int16_t max_channel; member in struct:pptp_msg_sccrq
118 u_int16_t max_channel; member in struct:pptp_msg_sccrp
254 2 u_int16_t max_channel;
424 pptp_max_channel_print(const u_int16_t *max_channel)
426 printf(" MAX_CHAN(%u)", EXTRACT_16BITS(max_channel));
600 TCHECK(ptr->max_channel);
601 pptp_max_channel_print(&ptr->max_channel);
630 TCHECK(ptr->max_channel);
631 pptp_max_channel_print(&ptr->max_channel);

Completed in 79 milliseconds