HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 251 - 275 of 826) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/nio/src/main/java/java/nio/channels/
SelectableChannel.java 17 package java.nio.channels;
20 import java.nio.channels.spi.AbstractInterruptibleChannel;
21 import java.nio.channels.spi.SelectorProvider;
ReadableByteChannel.java 17 package java.nio.channels;
WritableByteChannel.java 17 package java.nio.channels;
  /external/opencore/android/author/
authordriver.cpp 449 // Number of channels not set, use the default
454 LOGE("Only valid number of channels for ANR_NB is 1.");
478 // Number of channels not set, use the default
483 LOGE("Only valid number of channels for ANR_WB is 1.");
496 // Check the number of channels
499 // Number of channels not set, use the default
535 // Set the sampling rate and number of channels
544 LOGE("Failed to set the number of channels %d", mNumberOfChannels);
755 // Check the number of channels
758 LOGE("setParamAudioNumberOfChannels() invalid number of channels.")
    [all...]
  /frameworks/base/core/java/android/speech/srec/
WaveHeader.java 102 * Get the number of channels.
103 * @return number of channels, 1 for mono, 2 for stereo.
110 * Set the number of channels.
  /hardware/ti/wlan/wl1271/TWD/MacServices/
ScanSrv.h 117 * bitmap indicating which channels were scanned
122 * which channels were scanned in SPS
191 * 2 channels */
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverScan.h 250 TI_UINT8 numOfChannels; /**< Number of channels to scan */
313 TI_UINT32 uChannelNum; /**< Number of Scaned Channels */
314 TPeriodicChannelEntry tChannels[ PERIODIC_SCAN_MAX_CHANNEL_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned Channels.
  /system/wlan/ti/wilink_6_1/TWD/MacServices/
ScanSrv.h 117 * bitmap indicating which channels were scanned
122 * which channels were scanned in SPS
191 * 2 channels */
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverScan.h 251 TI_UINT8 numOfChannels; /**< Number of channels to scan */
314 TI_UINT32 uChannelNum; /**< Number of Scaned Channels */
315 TPeriodicChannelEntry tChannels[ PERIODIC_SCAN_MAX_CHANNEL_NUM ]; /**< Buffer of size of maximum possible Periodic Scanned Channels.
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/
FileChannelFactory.java 25 import java.nio.channels.FileChannel;
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
AllTests.java 17 package org.apache.harmony.nio.tests.java.nio.channels;
  /external/bluetooth/bluez/sbc/
sbc_primitives.h 64 int blocks, int channels, int subbands);
  /external/bluetooth/glib/glib/
giochannel.h 280 /* On Unix, IO channels created with this function for any file
323 /* This can be used to wait a until at least one of the channels is readable.
324 * On Unix you would do a select() on the file descriptors of the channels.
356 * a SOCKET. Contrary to IO channels for file descriptors (on *Win32),
  /external/kernel-headers/original/linux/
capi.h 67 __u16 nbchannel; /* number of B-Channels */
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omx_config_parser.h 73 OMX_U16 Channels;
  /external/opencore/protocols/rtp_payload_parser/rfc_3267/include/
amr_payload_parser.h 59 uint16 channels; member in class:AMRPayloadParser
  /external/quake/quake/src/QW/client/
snd_mem.c 128 if (info.channels != 1)
137 len = len * info.width * info.channels;
147 sc->stereo = info.channels;
291 info.channels = GetLittleShort();
  /external/quake/quake/src/WinQuake/
snd_mem.cpp 128 if (info.channels != 1)
137 len = len * info.width * info.channels;
147 sc->stereo = info.channels;
289 info.channels = GetLittleShort();
  /external/webkit/WebCore/html/canvas/
WebGLContextAttributes.h 64 // color channels; default=true
  /external/webkit/WebKit/chromium/src/
WebWorkerImpl.h 73 PassOwnPtr<WebCore::MessagePortChannelArray> channels);
  /frameworks/base/media/libmedia/
AudioRecord.cpp 56 uint32_t channels,
64 mStatus = set(inputSource, sampleRate, format, channels,
88 uint32_t channels,
97 LOGV("set(): sampleRate %d, channels %d, frameCount %d",sampleRate, channels, frameCount);
119 if (!AudioSystem::isInputChannel(channels)) {
122 int channelCount = AudioSystem::popCount(channels);
125 sampleRate, format, channels, (AudioSystem::audio_in_acoustics)flags);
188 mChannels = channels;
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.h 75 int scan_channels; /* Number of allowed scan channels */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
Debugger.java 26 import java.nio.channels.SelectionKey;
27 import java.nio.channels.Selector;
28 import java.nio.channels.ServerSocketChannel;
29 import java.nio.channels.SocketChannel;
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.h 75 int scan_channels; /* Number of allowed scan channels */
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCmd.c 393 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "2.4 GHz Channels:\n");
395 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 0 ], pCommand->numOfActive[ 0 ]);
399 TRACE0(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "5.0 GHz Channels:\n");
401 TRACE3(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of DFS channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 1 ], pCommand->numOfDfs, pCommand->numOfActive[ 2 ]);
408 TRACE2(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION , "Number of passive channels: %d, number of active channels: %d\n", pCommand->numOfPassive[ 2 ], pCommand->numOfActive[ 2 ]);
443 * \brief Copy channels info for periodic scan to FW structure for a specific band and scan type
    [all...]

Completed in 268 milliseconds

<<11121314151617181920>>