Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/
Dsles.cpp161 memset(buffer, 0, pSles->bufSizeInFrames * pSles->channels * sizeof(short)); in playerCallback()
171 for (unsigned k = 0; k < pSles->channels; k++) { in playerCallback()
172 ((short *)buffer)[(i+j)*pSles->channels+k] = j < 4 ? 0x7FFF : 0x8000; in playerCallback()
250 pSles->channels = 1; // -c# in slesCreateServer()
278 pSles->bufSizeInBytes = pSles->channels * pSles->bufSizeInFrames * sizeof(short); in slesCreateServer()
300 size_t frameSize = pSles->channels * sizeof(short); in slesCreateServer()
302 pSles->fifoBuffer = new short[FIFO_FRAMES * pSles->channels]; in slesCreateServer()
316 pSles->fifo2Buffer = new short[FIFO2_FRAMES * pSles->channels]; in slesCreateServer()
357 pcm.numChannels = pSles->channels; in slesCreateServer()
361 pcm.channelMask = pSles->channels == 1 ? SL_SPEAKER_FRONT_CENTER : in slesCreateServer()
[all …]
Dsles.h38 SLuint32 channels; // -c# member
/cts/tools/signature-tools/
Dsig-create69 java.nio.channels \
70 java.nio.channels.spi \
Dsig-check72 java.nio.channels \
73 java.nio.channels.spi \
/cts/suite/audio_quality/lib/src/audio/
DAudioPlaybackLocal.cpp61 config.channels = 2; in doPrepare()
DAudioRecordingLocal.cpp48 config.channels = 2; in doPrepare()
/cts/tools/vm-tests-tf/src/util/build/
DBuildStep.java23 import java.nio.channels.FileChannel;
/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/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js116 this.createBuffer = function (channels, len, sampleRate) { argument
321 function Resampler(fromSampleRate, toSampleRate, channels, outputBufferSize, noReturn) { argument
324 this.channels = channels | 0;
331 if (this.fromSampleRate > 0 && this.toSampleRate > 0 && this.channels > 0) {
353 if ((bufferLength % " + this.channels + ") == 0) {\
357 for (var channel = 0; channel < this.channels; ++channel) {
370 for (channel = 0; channel < this.channels; ++channel) {
376 for (channel = 0; channel < this.channels; ++channel) {
384 for (channel = 0; channel < this.channels; ++channel) {
391 for (channel = 0; channel < this.channels; ++channel) {
[all …]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DDngCreatorTest.java51 import java.nio.channels.FileChannel;
/cts/apps/CtsVerifier/libs/
Dopencv-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...