/frameworks/base/media/jni/soundpool/ |
SoundPool.cpp | 54 LOGW_IF(maxChannels != mMaxChannels, "App requested %d channels", maxChannels); 566 uint32_t channels = (numChannels == 2) ? AudioSystem::CHANNEL_OUT_STEREO : AudioSystem::CHANNEL_OUT_MONO; local 570 channels, sample->getIMemory(), 0, callback, userData); 573 channels, frameCount, 0, callback, userData, bufferFrames);
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
AACDecoder.cpp | 138 // We'll always output stereo, regardless of how many channels are
|
pvmp4setaudioconfig.cpp | 75 encodedChannels - channels found on the file (informative) 261 * Set number of channels 274 status = -1; /* do not support more than two channels */ 353 * we default to 2 channel, even for mono files, (where channels have same content)
|
/hardware/ti/wlan/wl1271/stad/src/Application/ |
roamingMngr_autoSM.c | 256 { /* Scan all channels */ 277 * full on all channels. 296 /* check which scan should be performed: Partial on list of channels, or full scan */ 303 { /* Scan all channels */
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
videodev.h | 21 int channels; member in struct:video_capability
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
videodev.h | 21 int channels; member in struct:video_capability
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
videodev.h | 21 int channels; member in struct:video_capability
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
videodev.h | 38 int channels; member in struct:video_capability
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
videodev.h | 21 int channels; member in struct:video_capability
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
videodev.h | 38 int channels; member in struct:video_capability
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppPreference.java | 161 Log.d(TAG, "Dumping Channels: ");
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
DeviceMonitor.java | 28 import java.nio.channels.AsynchronousCloseException; 29 import java.nio.channels.SelectionKey; 30 import java.nio.channels.Selector; 31 import java.nio.channels.SocketChannel;
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/inc/ |
ScanCncnAppApi.h | 115 * \prama SPSStatus - a bitmap indicating on which channels scan was attempted (valid for SPS scan only!).\n
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/NetworkCtrl/RegulatoryDomain/ |
regulatoryDomain.h | 89 /* scan availability channels from registry */
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/ |
public_event_mbox.h | 202 uint16 scheduledScanAttendedChannels; /* Channels scanned by the Scheduled Scan. */
|
/system/wlan/ti/wilink_6_1/stad/src/Application/ |
roamingMngr_autoSM.c | 256 { /* Scan all channels */ 277 * full on all channels. 296 /* check which scan should be performed: Partial on list of channels, or full scan */ 303 { /* Scan all channels */
|
/frameworks/base/core/jni/ |
android_media_AudioTrack.cpp | 168 jint streamType, jint sampleRateInHertz, jint channels, 171 LOGV("sampleRate=%d, audioFormat(from Java)=%d, channels=%x, buffSize=%d", 172 sampleRateInHertz, audioFormat, channels, buffSizeInBytes); 185 if (!AudioSystem::isOutputChannel(channels)) { 189 int nbChannels = AudioSystem::popCount(channels); 270 channels, 290 channels, [all...] |
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
driver_ti.c | 47 Routine Description: get number of allowed channels according to a build var. 49 Return Value: Number of channels 55 char *prop_name = "ro.wifi.channels"; 659 else if( os_strncasecmp(cmd, "scan-channels", 13) == 0 ) { 663 wpa_printf(MSG_DEBUG,"Scan Channels command = %d", noOfChan); 666 ret = sprintf(buf,"Scan-Channels = %d\n", drv->scan_channels); 948 /* Set default amount of channels */ [all...] |
/system/wlan/ti/wilink_6_1/wpa_supplicant_lib/ |
driver_ti.c | 47 Routine Description: get number of allowed channels according to a build var. 49 Return Value: Number of channels 55 char *prop_name = "ro.wifi.channels"; 659 else if( os_strncasecmp(cmd, "scan-channels", 13) == 0 ) { 663 wpa_printf(MSG_DEBUG,"Scan Channels command = %d", noOfChan); 666 ret = sprintf(buf,"Scan-Channels = %d\n", drv->scan_channels); 948 /* Set default amount of channels */ [all...] |
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | 223 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) 238 status_t lStatus = out->set(this, devices, format, channels, sampleRate); 263 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status, 274 status_t lStatus = in->set(this, devices, format, channels, sampleRate, acoustic_flags); [all...] |
/external/libpng/ |
pngset.c | 250 info_ptr->channels = 1; 252 info_ptr->channels = 3; 254 info_ptr->channels = 1; 256 info_ptr->channels++; 257 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); [all...] |
pngwrite.c | 905 png_ptr->row_info.channels = png_ptr->usr_channels; 908 png_ptr->row_info.channels); 915 png_debug1(3, "row_info->channels = %d", png_ptr->row_info.channels); [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngset.c | 346 info_ptr->channels = 1; 348 info_ptr->channels = 3; 350 info_ptr->channels = 1; 352 info_ptr->channels++; 353 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * info_ptr->bit_depth); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_test.c | 964 modes[0].channels = os_zalloc(sizeof(struct wpa_channel_data)); 966 if (modes[0].channels == NULL || modes[0].rates == NULL) { 970 modes[0].channels[0].chan = 1; 971 modes[0].channels[0].freq = 2412; 972 modes[0].channels[0].flag = WPA_CHAN_W_SCAN | WPA_CHAN_W_ACTIVE_SCAN; [all...] |
/frameworks/base/services/java/com/android/server/ |
WifiService.java | 200 * Number of allowed radio frequency channels in various regulatory domains. [all...] |