HomeSort by relevance Sort by last modified time
    Searched defs:max_channel (Results 1 - 4 of 4) 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)
  /bionic/libc/kernel/uapi/linux/
virtio_scsi.h 87 __u16 max_channel; member in struct:virtio_scsi_config
  /external/kernel-headers/original/uapi/linux/
virtio_scsi.h 113 __u16 max_channel; member in struct:virtio_scsi_config
  /external/tcpdump/
print-pptp.c 100 uint16_t max_channel; member in struct:pptp_msg_sccrq
112 uint16_t max_channel; member in struct:pptp_msg_sccrp
248 2 uint16_t max_channel;
398 const uint16_t *max_channel)
400 ND_PRINT((ndo, " MAX_CHAN(%u)", EXTRACT_16BITS(max_channel)));
531 ND_TCHECK(ptr->max_channel);
532 pptp_max_channel_print(ndo, &ptr->max_channel);
562 ND_TCHECK(ptr->max_channel);
563 pptp_max_channel_print(ndo, &ptr->max_channel);

Completed in 96 milliseconds