Home
last modified time | relevance | path

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

12

/frameworks/av/media/libaah_rtp/
Daah_rx_player_substream.cpp526 substream_meta_->setInt32 (kKeyChannelCount, channel_count); in setupMP3SubstreamMeta()
532 substream_meta_->findInt32(kKeyChannelCount, &prev_channel_count); in setupMP3SubstreamMeta()
539 substream_meta_->setInt32(kKeyChannelCount, channel_count); in setupMP3SubstreamMeta()
583 res = substream_meta_->findInt32(kKeyChannelCount, &prev_channel_count); in setupAACSubstreamMeta()
619 substream_meta_->setInt32 (kKeyChannelCount, channel_cnt); in setupAACSubstreamMeta()
Daah_decoder_pump.cpp409 if (!params->findInt32(kKeyChannelCount, &format_channels_)) { in init()
/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp473 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
489 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
502 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
553 mFormat->setInt32(kKeyChannelCount, numChannels); in APacketSource()
DARawAudioAssembler.cpp139 format->setInt32(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/av/cmds/stagefright/
Daudioloop.cpp45 meta->setInt32(kKeyChannelCount, kNumChannels); in main()
DSineSource.cpp53 meta->setInt32(kKeyChannelCount, mNumChannels); in getFormat()
Drecord.cpp323 encMeta->setInt32(kKeyChannelCount, kNumChannels); in main()
/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/media/libstagefright/
DWAVExtractor.cpp293 mTrackMeta->setInt32(kKeyChannelCount, mNumChannels); in init()
334 CHECK(mMeta->findInt32(kKeyChannelCount, &mNumChannels)); in WAVSource()
DAMRWriter.cpp92 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in addSource()
DOMXCodec.cpp509 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
532 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
539 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in configureCodec()
1603 if (mOutputFormat->findInt32(kKeyChannelCount, &numchannels)) { in allocateBuffersOnPort()
2329 CHECK(from->findInt32(kKeyChannelCount, &numChannels_from)); in formatHasNotablyChanged()
2330 CHECK(to->findInt32(kKeyChannelCount, &numChannels_to)); in formatHasNotablyChanged()
3392 CHECK(format->findInt32(kKeyChannelCount, &numChannels)); in setAMRFormat()
4343 inputFormat->findInt32(kKeyChannelCount, &numChannels); in initOutputFormat()
4368 kKeyChannelCount, in initOutputFormat()
4383 mOutputFormat->setInt32(kKeyChannelCount, 1); in initOutputFormat()
[all …]
DUtils.cpp90 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in convertMetaDataToMessage()
DAMRExtractor.cpp133 mMeta->setInt32(kKeyChannelCount, 1); in AMRExtractor()
DAACWriter.cpp99 CHECK(meta->findInt32(kKeyChannelCount, &mChannelCount)); in addSource()
DAudioSource.cpp181 meta->setInt32(kKeyChannelCount, mRecord->channelCount()); in getFormat()
DAudioPlayer.cpp119 success = format->findInt32(kKeyChannelCount, &numChannels); in start()
Davc_utils.cpp366 meta->setInt32(kKeyChannelCount, channel_configuration); in MakeAACCodecSpecificData()
/frameworks/av/include/media/stagefright/
DMetaData.h46 kKeyChannelCount = '#chn', // int32_t enumerator
/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/mpeg2ts/
DESQueue.cpp337 CHECK(mFormat->findInt32(kKeyChannelCount, &numChannels)); in dequeueAccessUnitAAC()
603 mFormat->setInt32(kKeyChannelCount, numChannels); in dequeueAccessUnitMPEGAudio()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp48 CHECK(mMeta->findInt32(kKeyChannelCount, &mChannels)); in initCheck()

12