Home
last modified time | relevance | path

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

12

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp477 mFormat->setInt32(kKeySampleRate, sampleRate); in APacketSource()
493 mFormat->setInt32(kKeySampleRate, sampleRate); in APacketSource()
506 mFormat->setInt32(kKeySampleRate, sampleRate); in APacketSource()
557 mFormat->setInt32(kKeySampleRate, sampleRate); in APacketSource()
DARawAudioAssembler.cpp138 format->setInt32(kKeySampleRate, sampleRate); in MakeFormat()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorSRC.cpp59 mOutputFormat->setInt32(kKeySampleRate, kDefaultSamplingFreqencyHz); in VideoEditorSRC()
302 CHECK(format->findInt32(kKeySampleRate, &mSampleRate)); in checkAndSetResampler()
DDummyAudioSource.cpp111 meta->setInt32(kKeySampleRate, mSamplingRate); in getFormat()
/frameworks/av/cmds/stagefright/
Daudioloop.cpp46 meta->setInt32(kKeySampleRate, kSampleRate); in main()
DSineSource.cpp54 meta->setInt32(kKeySampleRate, mSampleRate); in getFormat()
Drecord.cpp219 enc_meta->setInt32(kKeySampleRate, kFramerate);
322 encMeta->setInt32(kKeySampleRate, kSampleRate); in main()
/frameworks/wilhelm/src/android/
Dandroid_AudioSfDecoder.cpp268 bool hasSampleRate = meta->findInt32(kKeySampleRate, &sr); in onPrepare()
331 CHECK(meta->findInt32(kKeySampleRate, &sr)); in onPrepare()
764 CHECK(meta->findInt32(kKeySampleRate, &sr)); in hasNewDecodeParams()
DAacBqToPcmCbRenderer.cpp187 CHECK(meta->findInt32(kKeySampleRate, &sr)); in onPrepare()
/frameworks/av/media/libstagefright/
DWAVExtractor.cpp295 mTrackMeta->setInt32(kKeySampleRate, mSampleRate); in init()
333 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate)); in WAVSource()
DUtils.cpp91 CHECK(meta->findInt32(kKeySampleRate, &sampleRate)); in convertMetaDataToMessage()
382 meta->setInt32(kKeySampleRate, sampleRate); in convertMessageToMetaData()
DAMRWriter.cpp94 CHECK(meta->findInt32(kKeySampleRate, &sampleRate)); in addSource()
DOMXCodec.cpp509 CHECK(meta->findInt32(kKeySampleRate, &sampleRate)); in configureCodec()
539 CHECK(meta->findInt32(kKeySampleRate, &sampleRate)); in configureCodec()
2358 CHECK(from->findInt32(kKeySampleRate, &sampleRate_from)); in formatHasNotablyChanged()
2359 CHECK(to->findInt32(kKeySampleRate, &sampleRate_to)); in formatHasNotablyChanged()
3380 CHECK(format->findInt32(kKeySampleRate, &sampleRate)); in setAMRFormat()
4357 inputFormat->findInt32(kKeySampleRate, &sampleRate); in initOutputFormat()
4385 mOutputFormat->setInt32(kKeySampleRate, params.nSamplingRate); in initOutputFormat()
4402 mOutputFormat->setInt32(kKeySampleRate, 8000); in initOutputFormat()
4407 mOutputFormat->setInt32(kKeySampleRate, 16000); in initOutputFormat()
4416 inputFormat->findInt32(kKeySampleRate, &sampleRate); in initOutputFormat()
[all …]
DAACWriter.cpp102 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate)); in addSource()
DAMRExtractor.cpp134 mMeta->setInt32(kKeySampleRate, mIsWide ? 16000 : 8000); in AMRExtractor()
DAudioSource.cpp176 meta->setInt32(kKeySampleRate, mSampleRate); in getFormat()
DAudioPlayer.cpp115 success = format->findInt32(kKeySampleRate, &mSampleRate); in start()
Davc_utils.cpp365 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]); in MakeAACCodecSpecificData()
DMP3Extractor.cpp311 mMeta->setInt32(kKeySampleRate, sample_rate); in MP3Extractor()
DMPEG4Extractor.cpp961 mLastTrack->meta->setInt32(kKeySampleRate, sample_rate); in parseChunk()
1876 CHECK(mLastTrack->meta->findInt32(kKeySampleRate, &prevSampleRate)); in updateAudioTrackInfoFromESDS_MPEG4Audio()
1883 mLastTrack->meta->setInt32(kKeySampleRate, sampleRate); in updateAudioTrackInfoFromESDS_MPEG4Audio()
/frameworks/av/include/media/stagefright/
DMetaData.h48 kKeySampleRate = 'srte', // int32_t (audio sampling rate Hz) enumerator
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp362 mFormat->setInt32(kKeySampleRate, 48000); in dequeueAccessUnitPCMAudio()
425 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate)); in dequeueAccessUnitAAC()
691 mFormat->setInt32(kKeySampleRate, samplingRate); in dequeueAccessUnitMPEGAudio()
/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp47 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate)); in initCheck()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioDecoder.cpp535 decoderMetaData->setInt32(kKeySampleRate, in VideoEditorAudioDecoder_create()
742 CHECK(meta->findInt32(kKeySampleRate, &sampleRate)); in VideoEditorAudioDecoder_step()
DVideoEditorUtils.cpp80 if (meta->findInt32(kKeySampleRate, &int32Data)) { in displayMetaData()

12