HomeSort by relevance Sort by last modified time
    Searched full:numchannels (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /external/aac/libSBRenc/include/
sbr_encoder.h 136 UCHAR numChannels; /*!< */
280 * \param numChannels the amount of audio channels
285 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
295 * \param numChannels Input: Encoder input channels. output: core encoder channels.
309 INT *numChannels,
  /frameworks/av/media/libstagefright/
ACodec.cpp 962 int32_t numChannels, sampleRate;
963 if (!msg->findInt32("channel-count", &numChannels)
972 numChannels);
975 int32_t numChannels, sampleRate;
976 if (!msg->findInt32("channel-count", &numChannels)
989 encoder, numChannels, sampleRate, bitRate, aacProfile,
1001 int32_t numChannels;
1002 if (!msg->findInt32("channel-count", &numChannels)) {
1005 err = setupG711Codec(encoder, numChannels);
1008 int32_t numChannels, sampleRate, compressionLevel = -1
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 367 size_t frameSize = 2 /* numChannels */ * sizeof(int16_t);
445 int32_t numChannels;
447 CHECK(mFormat->findInt32(kKeyChannelCount, &numChannels));
450 sampleRate, numChannels);
659 int samplingRate, numChannels, bitrate, numSamples;
661 header, &frameSize, &samplingRate, &numChannels,
705 mFormat->setInt32(kKeyChannelCount, numChannels);
  /external/aac/libSYS/include/
wav_file.h 126 USHORT numChannels;
180 * \param numChannels Desired number of audio channels of the resulting WAV file.
185 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample);
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 501 LVM_UINT16 NumChannels = 1; /* Assume MONO format */
504 Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, LVM_GetFsFromTable(pPrivate->NewParams.SampleRate), NumChannels);
510 NumChannels = 2; /* Always stereo output */
511 pPrivate->BypassMixer.Alpha1 = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_BYPASSMIXER_TC, LVM_GetFsFromTable(pPrivate->NewParams.SampleRate), NumChannels);
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 424 if (mAudioSink->open(pLibConfig->sampleRate, pLibConfig->numChannels,
441 mAudioBuffer = new EAS_PCM[pLibConfig->mixBufferSize * pLibConfig->numChannels * NUM_BUFFERS];
479 p += count * pLibConfig->numChannels;
480 num_output += count * pLibConfig->numChannels * sizeof(EAS_PCM);
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 123 pPce->NumChannels = 0;
154 pPce->NumChannels += pPce->FrontElementIsCpe[i] ? 2 : 1;
161 pPce->NumChannels += pPce->SideElementIsCpe[i] ? 2 : 1;
168 pPce->NumChannels += pPce->BackElementIsCpe[i] ? 2 : 1;
171 pPce->NumEffectiveChannels = pPce->NumChannels;
176 pPce->NumChannels += 1;
  /external/aac/libSYS/src/
wav_file.cpp 162 FDKfread_EL(&(wav->header.numChannels), 2, 1, wav->fp);
380 * \param numChannels desired number of audio channels of the resulting WAV file
386 INT WAV_OutputOpen(HANDLE_WAV *pWav, const char *outputFilename, INT sampleRate, INT numChannels, INT bitsPerSample)
413 wav->header.numChannels = LittleEndian16((SHORT)numChannels);
414 wav->header.blockAlign = LittleEndian16((SHORT)(numChannels * (bitsPerSample >> 3)));
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 413 SLuint8 numChannels;
417 result = (*muteSoloItf)->GetNumChannels(muteSoloItf, &numChannels);
420 numChannels = 0;
425 numChannels = 0;
427 return numChannels;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_polyphase_filter_window.cpp 42 int32 numChannels number of channels
117 int32 numChannels)
198 int32 k = j << (numChannels - 1);
200 outPcm[(numChannels<<5) - k] = saturate16(sum2 >> 6);
233 outPcm[(SUBBANDS_NUMBER/2)<<(numChannels-1)] = saturate16(sum2 >> 6);
  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.c 297 int channel, int numchannels, struct IMA_ADPCM_decodestate *state)
310 decoded += 2 * numchannels;
317 decoded += 2 * numchannels;
  /frameworks/av/cmds/stagefright/
sf2.cpp 284 int32_t numChannels, sampleRate;
285 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
288 msg->setInt32("channel-count", numChannels);
  /cts/tests/tests/nativemedia/sl/src/
SLObjectCreationTest.cpp 159 formatPcmSnk.numChannels = 1;
210 pcm.numChannels = 2;
  /external/aac/libAACdec/src/
aacdecoder.cpp 424 && ( (channelConfig == 6 && (tmpPce->NumChannels == 6))
425 || (channelConfig == 5 && (tmpPce->NumChannels == 5))
426 || (channelConfig == 0 && (tmpPce->NumChannels == pce->NumChannels)) )
679 pStreamInfo->numChannels = 0;
818 ascChannels = asc->m_progrConfigElement.NumChannels;
    [all...]
aacdecoder.h 183 AUDIO_CHANNEL_TYPE channelType[(6)]; /*!< Audio channel type of each output audio channel (from 0 upto numChannels). */
184 UCHAR channelIndices[(6)]; /*!< Audio channel index for each output audio channel (from 0 upto numChannels). */
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 123 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
136 for (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels)
280 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
438 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\tNumber of channels: %d\n", pLibConfig->numChannels); */ }
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 123 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
136 for (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels)
280 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
438 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\tNumber of channels: %d\n", pLibConfig->numChannels); */ }
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 126 wFile = WaveFileCreate(outputFile, pLibConfig->numChannels, pLibConfig->sampleRate, sizeof(EAS_PCM) * 8);
139 for (i = 0, p = buffer; i < NUM_BUFFERS; i++, p+= pLibConfig->mixBufferSize * pLibConfig->numChannels)
283 bufferSize = pLibConfig->mixBufferSize * pLibConfig->numChannels * (EAS_I32)sizeof(EAS_PCM) * NUM_BUFFERS;
441 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "\tNumber of channels: %d\n", pLibConfig->numChannels); */ }
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 508 int32_t numChannels;
509 success = format->findInt32(kKeyChannelCount, &numChannels);
514 mSampleRate, numChannels, CHANNEL_MASK_USE_CHANNEL_ORDER, AUDIO_FORMAT_PCM_16_BIT,
537 audio_channel_out_mask_from_count(numChannels),
  /frameworks/av/media/libmedia/
JetPlayer.cpp 95 audio_channel_out_mask_from_count(pLibConfig->numChannels),
170 new EAS_PCM[pLibConfig->mixBufferSize * pLibConfig->numChannels * MIX_NUM_BUFFERS];
211 p += count * pLibConfig->numChannels;
212 num_output += count * pLibConfig->numChannels * sizeof(EAS_PCM);
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 475 int32_t sampleRate, numChannels;
477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels));
479 CHECK_EQ(numChannels, 1);
483 sdp.append(StringPrintf("/%d/%d", sampleRate, numChannels));
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/src/
srp_api.c 188 ALOGV("numChannels(%d), samplingRate(%d)", dec_info->channels, dec_info->sample_rate);
  /external/aac/libAACdec/include/
aacdecoder_lib.h 221 While the members sampleRate, frameSize and numChannels might be quite self explaining,
225 CStreamInfo::numChannels cells. Each cell of pChannelType indicates the channel type, described in
259 CStreamInfo::numChannels = 2
281 CStreamInfo::numChannels = 6
321 CStreamInfo::numChannels = 3
494 INT numChannels; /*!< The number of output audio channels in the decoded and interleaved PCM audio signal. */
    [all...]
  /external/aac/libSBRdec/include/
sbrdecoder.h 298 * \param numChannels Pointer to a buffer holding the number of channels in time data buffer.
309 int *numChannels,
  /frameworks/wilhelm/tests/automated/
BufferQueue_test.cpp 121 pcm.numChannels = 2;
319 pcm.numChannels = 1;

Completed in 439 milliseconds

1 23 4 5 6