Home
last modified time | relevance | path

Searched refs:kKeyChannelCount (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp478 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
494 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
507 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
558 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
DARawAudioAssembler.cpp139 format->setInt32(kKeyChannelCount, numChannels); in MakeFormat()
/frameworks/av/cmds/stagefright/
Daudioloop.cpp45 meta->setInt32(kKeyChannelCount, kNumChannels); in main()
DSineSource.cpp53 meta->setInt32(kKeyChannelCount, mNumChannels); in getFormat()
Drecord.cpp324 encMeta->setInt32(kKeyChannelCount, kNumChannels); in main()
Dsf2.cpp285 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in makeFormat()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorSRC.cpp60 mOutputFormat->setInt32(kKeyChannelCount, 2); // always stereo in VideoEditorSRC()
303 CHECK(format->findInt32(kKeyChannelCount, &mChannelCnt)); in checkAndSetResampler()
DDummyAudioSource.cpp110 meta->setInt32(kKeyChannelCount, mChannelCount); in getFormat()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp266 bool hasChannelCount = meta->findInt32(kKeyChannelCount, &channelCount); in onPrepare()
327 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in onPrepare()
762 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in hasNewDecodeParams()
DAacBqToPcmCbRenderer.cpp185 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in onPrepare()
/frameworks/av/include/media/stagefright/
DMetaData.h48 kKeyChannelCount = '#chn', // int32_t enumerator
/frameworks/av/media/libstagefright/
DWAVExtractor.cpp303 mTrackMeta->setInt32(kKeyChannelCount, mNumChannels); in init()
350 CHECK(mMeta->findInt32(kKeyChannelCount, &mNumChannels)); in WAVSource()
DAMRWriter.cpp92 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in addSource()
DUtils.cpp102 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in convertMetaDataToMessage()
402 meta->setInt32(kKeyChannelCount, numChannels); in convertMessageToMetaData()
DOMXCodec.cpp508 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
527 if (meta->findInt32(kKeyChannelCount, &numChannels) in configureCodec()
542 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
549 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
1633 if (mOutputFormat->findInt32(kKeyChannelCount, &numchannels)) { in allocateBuffersOnPort()
2356 CHECK(from->findInt32(kKeyChannelCount, &numChannels_from)); in formatHasNotablyChanged()
2357 CHECK(to->findInt32(kKeyChannelCount, &numChannels_to)); in formatHasNotablyChanged()
3387 CHECK(format->findInt32(kKeyChannelCount, &numChannels)); in setAMRFormat()
4362 inputFormat->findInt32(kKeyChannelCount, &numChannels); in initOutputFormat()
4387 kKeyChannelCount, in initOutputFormat()
[all …]
DAMRExtractor.cpp133 mMeta->setInt32(kKeyChannelCount, 1); in AMRExtractor()
DAACWriter.cpp101 CHECK(meta->findInt32(kKeyChannelCount, &mChannelCount)); in addSource()
DAudioSource.cpp177 meta->setInt32(kKeyChannelCount, mRecord->channelCount()); in getFormat()
DAudioPlayer.cpp119 success = format->findInt32(kKeyChannelCount, &numChannels); in start()
Davc_utils.cpp434 meta->setInt32(kKeyChannelCount, channel_configuration); in MakeAACCodecSpecificData()
DMP3Extractor.cpp313 mMeta->setInt32(kKeyChannelCount, num_channels); in MP3Extractor()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp362 mFormat->setInt32(kKeyChannelCount, 2); in dequeueAccessUnitPCMAudio()
447 CHECK(mFormat->findInt32(kKeyChannelCount, &numChannels)); in dequeueAccessUnitAAC()
705 mFormat->setInt32(kKeyChannelCount, numChannels); in dequeueAccessUnitMPEGAudio()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioDecoder.cpp537 decoderMetaData->setInt32(kKeyChannelCount, in VideoEditorAudioDecoder_create()
565 pDecoderContext->mDecoder->getFormat()->findInt32(kKeyChannelCount, in VideoEditorAudioDecoder_create()
743 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in VideoEditorAudioDecoder_step()
DVideoEditorUtils.cpp77 if (meta->findInt32(kKeyChannelCount, &int32Data)) { in displayMetaData()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp48 CHECK(mMeta->findInt32(kKeyChannelCount, &mChannels)); in initCheck()

12