HomeSort by relevance Sort by last modified time
    Searched defs:numChannels (Results 51 - 75 of 182) sorted by null

1 23 4 5 6 7 8

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/SLES/
OpenSLES_Android.h 50 SLuint32 numChannels;
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 50 SLuint32 numChannels;
  /external/sonic/
Sonic.java 30 private int numChannels;
50 newLength *= numChannels;
69 for(int xSample = 0; xSample < numSamples*numChannels; xSample++) {
70 dest[destPos*numChannels + xSample] = source[sourcePos*numChannels + xSample];
82 int start = position*numChannels;
83 int stop = start + numSamples*numChannels;
179 int numChannels)
185 inputBuffer = new short[maxRequired*numChannels];
187 outputBuffer = new short[maxRequired*numChannels];
    [all...]
sonic.c 34 int numChannels;
210 int numChannels)
217 stream->inputBuffer = (short *)calloc(maxRequired, sizeof(short)*numChannels);
223 stream->outputBuffer = (short *)calloc(maxRequired, sizeof(short)*numChannels);
229 stream->pitchBuffer = (short *)calloc(maxRequired, sizeof(short)*numChannels);
240 stream->numChannels = numChannels;
254 int numChannels)
261 if(!allocateStreamBuffers(stream, sampleRate, numChannels)) {
289 allocateStreamBuffers(stream, sampleRate, stream->numChannels);
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp     [all...]
  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 712 uint32_t numChannels = U16LE_AT(&data[2]);
715 track->mMeta->setInt32(kKeyChannelCount, numChannels);
    [all...]
Utils.cpp 686 int32_t numChannels, sampleRate;
687 if (!meta->findInt32(kKeyChannelCount, &numChannels)
692 msg->setInt32("channel-count", numChannels);
    [all...]
ACodec.cpp     [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 599 size_t frameSize = 2 /* numChannels */ * sizeof(int16_t);
695 int32_t numChannels;
700 if (!mFormat->findInt32(kKeyChannelCount, &numChannels)) {
706 sampleRate, numChannels);
945 int samplingRate, numChannels, bitrate, numSamples;
947 header, &frameSize, &samplingRate, &numChannels,
998 mFormat->setInt32(kKeyChannelCount, numChannels);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 495 final int numChannels =
498 final int bytesPerFrame = numChannels * bytesPerSample;
502 final int targetSamples = targetFrames * numChannels;
504 final int BUFFER_SAMPLES = BUFFER_FRAMES * numChannels;
519 int amount = samplesRead == 0 ? numChannels :
644 final int numChannels =
647 final int bytesPerFrame = numChannels * bytesPerSample;
650 (int)((long)RECORD_TIME_IN_MS * RECORD_SAMPLE_RATE * numChannels / 1000);
652 final int BUFFER_SAMPLES = BUFFER_FRAMES * numChannels;
663 int amount = samplesRead == 0 ? numChannels
    [all...]
AudioTrackTest.java     [all...]
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 445 const INT numChannels, /* in */
478 for (ch = 0; ch < numChannels; ch += 1) {
509 chGrpIdx = numChannels + numChToPlace;
529 +numChInGrp[CH_GROUP_REAR]+numChInGrp[CH_GROUP_LFE]) == numChannels);
531 FDK_ASSERT( numChInGrp[CH_GROUP_FRONT] == numChannels );
679 int grpIdx, ch = 0, numChannels = 0;
702 numChannels += numChInGrp[grpIdx];
713 pChannelMap = channelMapping[numChannels];
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 248 long numChannels; /* Number of Channels: IAUDIO_ChannelId */
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java     [all...]
  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]

Completed in 2472 milliseconds

1 23 4 5 6 7 8