Home
last modified time | relevance | path

Searched refs:kKeyChannelCount (Results 1 – 25 of 30) 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.cpp141 format->setInt32(kKeyChannelCount, numChannels); in MakeFormat()
DARTPWriter.cpp477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels)); in dumpSessionDesc()
/frameworks/av/cmds/stagefright/
DSineSource.cpp53 meta->setInt32(kKeyChannelCount, mNumChannels); in getFormat()
Daudioloop.cpp97 meta->setInt32(kKeyChannelCount, channels); in main()
Drecord.cpp324 encMeta->setInt32(kKeyChannelCount, kNumChannels); in main()
Dsf2.cpp309 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in makeFormat()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp268 bool hasChannelCount = meta->findInt32(kKeyChannelCount, &channelCount); in onPrepare()
329 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in onPrepare()
764 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in hasNewDecodeParams()
DAacBqToPcmCbRenderer.cpp185 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in onPrepare()
/frameworks/av/media/libstagefright/
DWAVExtractor.cpp303 mTrackMeta->setInt32(kKeyChannelCount, mNumChannels); in init()
350 CHECK(mMeta->findInt32(kKeyChannelCount, &mNumChannels)); in WAVSource()
DOMXCodec.cpp588 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
607 if (meta->findInt32(kKeyChannelCount, &numChannels) in configureCodec()
619 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
633 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
640 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
1739 if (mOutputFormat->findInt32(kKeyChannelCount, &numchannels)) { in allocateBuffersOnPort()
2463 CHECK(from->findInt32(kKeyChannelCount, &numChannels_from)); in formatHasNotablyChanged()
2464 CHECK(to->findInt32(kKeyChannelCount, &numChannels_to)); in formatHasNotablyChanged()
3489 CHECK(format->findInt32(kKeyChannelCount, &numChannels)); in setAMRFormat()
4276 inputFormat->findInt32(kKeyChannelCount, &numChannels); in initOutputFormat()
[all …]
DAMRWriter.cpp94 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in addSource()
DUtils.cpp133 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in convertMetaDataToMessage()
519 meta->setInt32(kKeyChannelCount, numChannels); in convertMessageToMetaData()
738 if (!meta->findInt32(kKeyChannelCount, &channelCount)) { in canOffloadStream()
DAMRExtractor.cpp133 mMeta->setInt32(kKeyChannelCount, 1); in AMRExtractor()
DAACWriter.cpp104 CHECK(meta->findInt32(kKeyChannelCount, &mChannelCount)); in addSource()
DAudioSource.cpp176 meta->setInt32(kKeyChannelCount, mRecord->channelCount()); in getFormat()
DMP3Extractor.cpp313 mMeta->setInt32(kKeyChannelCount, num_channels); in MP3Extractor()
Davc_utils.cpp464 meta->setInt32(kKeyChannelCount, channel_configuration); in MakeAACCodecSpecificData()
DAudioPlayer.cpp126 success = format->findInt32(kKeyChannelCount, &numChannels); in start()
DFLACExtractor.cpp616 mTrackMetadata->setInt32(kKeyChannelCount, getChannels()); in init()
DMPEG4Extractor.cpp1039 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels); in parseChunk()
1317 mLastTrack->meta->setInt32(kKeyChannelCount, num_channels); in parseChunk()
2934 CHECK(mLastTrack->meta->findInt32(kKeyChannelCount, &prevChannelCount)); in updateAudioTrackInfoFromESDS_MPEG4Audio()
2941 mLastTrack->meta->setInt32(kKeyChannelCount, numChannels); in updateAudioTrackInfoFromESDS_MPEG4Audio()
/frameworks/av/include/media/stagefright/
DMetaData.h48 kKeyChannelCount = '#chn', // int32_t enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp165 (*metaData)->setInt32(kKeyChannelCount, channelCount); in parseAC3SyncFrame()
569 mFormat->setInt32(kKeyChannelCount, 2); in dequeueAccessUnitPCMAudio()
656 CHECK(mFormat->findInt32(kKeyChannelCount, &numChannels)); in dequeueAccessUnitAAC()
959 mFormat->setInt32(kKeyChannelCount, numChannels); in dequeueAccessUnitMPEGAudio()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp48 CHECK(mMeta->findInt32(kKeyChannelCount, &mChannels)); in initCheck()
/frameworks/av/media/libstagefright/webm/
DWebmWriter.cpp133 CHECK(md->findInt32(kKeyChannelCount, &nChannels)); in audioTrack()

12