Home
last modified time | relevance | path

Searched refs:max_channel (Results 1 – 5 of 5) sorted by relevance

/external/libopus/src/
Dopus_multistream.c43 int i, max_channel; in validate_layout() local
45 max_channel = layout->nb_streams+layout->nb_coupled_streams; in validate_layout()
46 if (max_channel>255) in validate_layout()
50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255) in validate_layout()
/external/tcpdump/
Dprint-pptp.c100 uint16_t max_channel; member
112 uint16_t max_channel; member
398 const uint16_t *max_channel) in pptp_max_channel_print() argument
400 ND_PRINT((ndo, " MAX_CHAN(%u)", EXTRACT_16BITS(max_channel))); in pptp_max_channel_print()
531 ND_TCHECK(ptr->max_channel); in pptp_sccrq_print()
532 pptp_max_channel_print(ndo, &ptr->max_channel); in pptp_sccrq_print()
562 ND_TCHECK(ptr->max_channel); in pptp_sccrp_print()
563 pptp_max_channel_print(ndo, &ptr->max_channel); in pptp_sccrp_print()
/external/kernel-headers/original/uapi/linux/
Dvirtio_scsi.h113 __u16 max_channel; member
/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op_gpu.h243 const int max_channel = in_depth - thread_depth; in DepthwiseConv2dGPUKernelNHWCSmall() local
259 const bool channel_in_range = start_channel < max_channel; in DepthwiseConv2dGPUKernelNHWCSmall()
530 const int max_channel = in_total_depth - thread_depth; in DepthwiseConv2dGPUKernelNCHWSmall() local
543 const bool channel_in_range = channel < max_channel; in DepthwiseConv2dGPUKernelNCHWSmall()
1243 const int max_channel = in_depth - thread_depth;
1254 const bool channel_in_range = start_channel < max_channel;
1513 const int max_channel = in_total_depth - thread_depth;
1521 const bool channel_in_range = channel < max_channel;
/external/libxaac/decoder/
Dixheaacd_api.c228 VOID *output_ptr, WORD channel, WORD max_channel, in ixheaacd_allocate_aac_scr() argument
239 if (max_channel > 2) { in ixheaacd_allocate_aac_scr()