HomeSort by relevance Sort by last modified time
    Searched defs:numChannels (Results 26 - 50 of 89) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/
Utils.cpp 106 int32_t numChannels, sampleRate;
107 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
110 msg->setInt32("channel-count", numChannels);
405 int32_t numChannels;
406 if (msg->findInt32("channel-count", &numChannels)) {
407 meta->setInt32(kKeyChannelCount, numChannels);
AVIExtractor.cpp 712 uint32_t numChannels = U16LE_AT(&data[2]);
715 track->mMeta->setInt32(kKeyChannelCount, numChannels);
    [all...]
ACodec.cpp     [all...]
MPEG4Extractor.cpp     [all...]
OMXCodec.cpp 502 int32_t numChannels, sampleRate, aacProfile;
503 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
515 status_t err = setAACFormat(numChannels, sampleRate, bitRate, aacProfile, isADTS);
521 int32_t numChannels, sampleRate;
522 if (meta->findInt32(kKeyChannelCount, &numChannels)
529 numChannels);
536 int32_t numChannels;
537 CHECK(meta->findInt32(kKeyChannelCount, &numChannels));
539 setG711Format(numChannels);
543 int32_t numChannels, sampleRate
1629 int32_t numchannels = 0; local
    [all...]
  /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));
MyHandler.h     [all...]
  /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/libSBRenc/include/
sbr_encoder.h 145 UCHAR numChannels; /*!< */
288 * \param numChannels The amount of audio channels
293 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
313 * \param numChannels Input: Encoder input channels. output: core encoder channels.
332 INT *numChannels,
  /frameworks/av/include/media/
SoundPool.h 59 int numChannels() { return mNumChannels; }
70 void init(int numChannels, int sampleRate, audio_format_t format, size_t size,
72 mNumChannels = numChannels; mSampleRate = sampleRate; mFormat = format; mSize = size;
142 int numChannels() { return mNumChannels; }
  /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);
654 int samplingRate, numChannels, bitrate, numSamples;
656 header, &frameSize, &samplingRate, &numChannels,
700 mFormat->setInt32(kKeyChannelCount, numChannels);
  /external/aac/libPCMutils/src/
pcmutils_lib.cpp 272 const INT numChannels, /* in */
293 for (ch = 0; ch < numChannels; ch += 1) {
406 int grpIdx, ch = 0, numChannels = 0;
427 numChannels += numChInGrp[grpIdx];
431 pChannelMap = channelMapping[numChannels-1];
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 596 int32_t numChannels;
598 "channel-count", &numChannels));
604 sampleRate, numChannels);
631 numChannels,
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 248 long numChannels; /* Number of Channels: IAUDIO_ChannelId */
  /development/ndk/platforms/android-14/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/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h 358 SLuint32 numChannels;
    [all...]

Completed in 1106 milliseconds

12 3 4