Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 13 of 13) sorted by relevance

/cts/apps/CtsVerifier/jni/audio_loopback/
Dsles.cpp107 memset(buffer, 0, framesToErase * pSles->channels * sizeof(short)); in recorderCallback()
174 memset(buffer, 0, pSles->bufSizeInFrames * pSles->channels * sizeof(short)); in playerCallback()
184 for (unsigned k = 0; k < pSles->channels; k++) { in playerCallback()
185 ((short *)buffer)[(i+j)*pSles->channels+k] = j < 4 ? 0x7FFF : 0x8000; in playerCallback()
264 pSles->channels = 1; // -c# in slesCreateServer()
298 pSles->bufSizeInBytes = pSles->channels * pSles->bufSizeInFrames * sizeof(short); in slesCreateServer()
320 size_t frameSize = pSles->channels * sizeof(short); in slesCreateServer()
322 pSles->fifoBuffer = new short[FIFO_FRAMES * pSles->channels]; in slesCreateServer()
336 pSles->fifo2Buffer = new short[FIFO2_FRAMES * pSles->channels]; in slesCreateServer()
375 pcm.numChannels = pSles->channels; in slesCreateServer()
[all …]
Dsles.h38 SLuint32 channels; // -c# member
/cts/tests/tests/media/res/raw/
Dvoice12_48k_128kbps_15s_ac3_readme.txt5 channels=2
/cts/tests/tests/media/src/android/media/cts/
DAudioNativeTest.java248 for (int channels : deviceInfo.getChannelCounts()) { in testInputChannelMasks()
249 maxInputChannels = Math.max(channels, maxInputChannels); in testInputChannelMasks()
/cts/suite/audio_quality/lib/src/audio/
DAudioPlaybackLocal.cpp61 config.channels = 2; in doPrepare()
DAudioRecordingLocal.cpp48 config.channels = 2; in doPrepare()
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java67 List<NotificationChannel> channels = mNotificationManager.getNotificationChannels(); in tearDown() local
69 for (NotificationChannel nc : channels) { in tearDown()
272 List<NotificationChannel> channels = mNotificationManager.getNotificationChannels(); in testGetChannels() local
273 for (NotificationChannel nc : channels) { in testGetChannels()
/cts/tools/vm-tests-tf/src/util/build/
DBuildStep.java23 import java.nio.channels.FileChannel;
/cts/tests/tests/libcorefileio/src/android/cts/
DLockHoldingService.java25 import java.nio.channels.FileLock;
DFileChannelInterProcessLockTest.java30 import java.nio.channels.AsynchronousFileChannel;
31 import java.nio.channels.FileChannel;
32 import java.nio.channels.FileLock;
/cts/tools/dex-tools/dex/
Dclasses0.out.dex10982 private java.nio.channels.FileChannel channel
11010 public java.nio.channels.FileChannel getChannel()
11049 private java.nio.channels.FileChannel channel
11081 public java.nio.channels.FileChannel getChannel()
13491 private java.nio.channels.FileChannel channel
13516 public final java.nio.channels.FileChannel getChannel()
19004 public static java.nio.channels.Channel inheritedChannel()
22932 public java.nio.channels.DatagramChannel getChannel()
24859 public java.nio.channels.ServerSocketChannel getChannel()
25027 public java.nio.channels.SocketChannel getChannel()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DDngCreatorTest.java53 import java.nio.channels.FileChannel;
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...