HomeSort by relevance Sort by last modified time
    Searched refs:max_channel (Results 1 - 6 of 6) 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);
  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_op_gpu.h 243 const int max_channel = in_depth - thread_depth;
259 const bool channel_in_range = start_channel < max_channel;
530 const int max_channel = in_total_depth - thread_depth;
543 const bool channel_in_range = channel < max_channel;
    [all...]
  /external/libxaac/decoder/
ixheaacd_api.c 228 VOID *output_ptr, WORD channel, WORD max_channel,
239 if (max_channel > 2) {
    [all...]

Completed in 1110 milliseconds