OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
104
__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
99
uint16_t
max_channel
;
member in struct:pptp_msg_sccrq
111
uint16_t
max_channel
;
member in struct:pptp_msg_sccrp
247
2 uint16_t
max_channel
;
397
const uint16_t *
max_channel
)
399
ND_PRINT((ndo, " MAX_CHAN(%u)", EXTRACT_16BITS(
max_channel
)));
530
ND_TCHECK(ptr->
max_channel
);
531
pptp_max_channel_print(ndo, &ptr->
max_channel
);
561
ND_TCHECK(ptr->
max_channel
);
562
pptp_max_channel_print(ndo, &ptr->
max_channel
);
Completed in 165 milliseconds