/frameworks/av/media/libaah_rtp/ |
D | aah_rx_player_substream.cpp | 526 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()
|
D | aah_decoder_pump.cpp | 409 if (!params->findInt32(kKeyChannelCount, &format_channels_)) { in init()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | APacketSource.cpp | 473 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()
|
D | ARawAudioAssembler.cpp | 139 format->setInt32(kKeyChannelCount, numChannels); in MakeFormat()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorSRC.cpp | 60 mOutputFormat->setInt32(kKeyChannelCount, 2); // always stereo in VideoEditorSRC() 303 CHECK(format->findInt32(kKeyChannelCount, &mChannelCnt)); in checkAndSetResampler()
|
D | DummyAudioSource.cpp | 110 meta->setInt32(kKeyChannelCount, mChannelCount); in getFormat()
|
/frameworks/av/cmds/stagefright/ |
D | audioloop.cpp | 45 meta->setInt32(kKeyChannelCount, kNumChannels); in main()
|
D | SineSource.cpp | 53 meta->setInt32(kKeyChannelCount, mNumChannels); in getFormat()
|
D | record.cpp | 323 encMeta->setInt32(kKeyChannelCount, kNumChannels); in main()
|
/frameworks/wilhelm/src/android/ |
D | android_AudioSfDecoder.cpp | 266 bool hasChannelCount = meta->findInt32(kKeyChannelCount, &channelCount); in onPrepare() 327 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in onPrepare() 762 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in hasNewDecodeParams()
|
D | AacBqToPcmCbRenderer.cpp | 185 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in onPrepare()
|
/frameworks/av/media/libstagefright/ |
D | WAVExtractor.cpp | 293 mTrackMeta->setInt32(kKeyChannelCount, mNumChannels); in init() 334 CHECK(mMeta->findInt32(kKeyChannelCount, &mNumChannels)); in WAVSource()
|
D | AMRWriter.cpp | 92 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in addSource()
|
D | OMXCodec.cpp | 509 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 …]
|
D | Utils.cpp | 90 CHECK(meta->findInt32(kKeyChannelCount, &numChannels)); in convertMetaDataToMessage()
|
D | AMRExtractor.cpp | 133 mMeta->setInt32(kKeyChannelCount, 1); in AMRExtractor()
|
D | AACWriter.cpp | 99 CHECK(meta->findInt32(kKeyChannelCount, &mChannelCount)); in addSource()
|
D | AudioSource.cpp | 181 meta->setInt32(kKeyChannelCount, mRecord->channelCount()); in getFormat()
|
D | AudioPlayer.cpp | 119 success = format->findInt32(kKeyChannelCount, &numChannels); in start()
|
D | avc_utils.cpp | 366 meta->setInt32(kKeyChannelCount, channel_configuration); in MakeAACCodecSpecificData()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 46 kKeyChannelCount = '#chn', // int32_t enumerator
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorAudioDecoder.cpp | 537 decoderMetaData->setInt32(kKeyChannelCount, in VideoEditorAudioDecoder_create() 565 pDecoderContext->mDecoder->getFormat()->findInt32(kKeyChannelCount, in VideoEditorAudioDecoder_create() 743 CHECK(meta->findInt32(kKeyChannelCount, &channelCount)); in VideoEditorAudioDecoder_step()
|
D | VideoEditorUtils.cpp | 77 if (meta->findInt32(kKeyChannelCount, &int32Data)) { in displayMetaData()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.cpp | 337 CHECK(mFormat->findInt32(kKeyChannelCount, &numChannels)); in dequeueAccessUnitAAC() 603 mFormat->setInt32(kKeyChannelCount, numChannels); in dequeueAccessUnitMPEGAudio()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 48 CHECK(mMeta->findInt32(kKeyChannelCount, &mChannels)); in initCheck()
|