HomeSort by relevance Sort by last modified time
    Searched full:num_channels (Results 76 - 96 of 96) sorted by null

1 2 34

  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 354 unsigned num_channels = bits.getBits(3); local
357 CHECK_EQ(num_channels, 1u); // stereo!
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 916 uint32_t num_channels = 0; local
918 if (AdjustChannelsAndRate(original_fourcc, &num_channels, &sample_rate)) {
919 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels);
1174 uint32_t num_channels = U16_AT(&buffer[16]); local
    [all...]
  /external/webp/src/enc/
picture.c 379 int num_channels) {
384 num_channels,
388 memset(work, 0, 2 * dst_width * num_channels * sizeof(*work));
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 363 for (j = 0; j < modes[i].num_channels; j++) {
events.c 572 for (j = 0; j < modes[i].num_channels; j++) {
    [all...]
ctrl_iface.c     [all...]
p2p_supplicant.c     [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
s_tmp3dec_file.h 87 int32 num_channels; member in struct:__anon19371
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 1108 mode->num_channels = 14;
1111 clen = mode->num_channels * sizeof(struct hostapd_channel_data);
driver_nl80211.c     [all...]
driver_test.c     [all...]
driver.h 69 * num_channels - Number of entries in the channels array
71 int num_channels; member in struct:hostapd_hw_modes
    [all...]
  /external/kernel-headers/original/linux/
wireless.h 729 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1014 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 756 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1044 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 756 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1044 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wireless.h 756 __u8 num_channels; /* num entries in channel_list; member in struct:iw_scan_req
1044 __u16 num_channels; \/* Number of channels [0; num - 1] *\/ member in struct:iw_range
    [all...]
  /external/wpa_supplicant_8/src/ap/
beacon.c 138 for (i = 0; i < mode->num_channels; i++) {
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 183 int16 num_channels; member in struct:tPVMP3DecoderExternal
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
p2p.h 234 uint8 num_channels; /* # of channels in the channel list */ member in struct:wifi_p2p_chanlist_entry_s
802.11.h 337 uint8 num_channels; member in struct:dot11_supp_channels
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py     [all...]

Completed in 3362 milliseconds

1 2 34