HomeSort by relevance Sort by last modified time
    Searched refs:kKeySampleRate (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/base/cmds/stagefright/
SineSource.cpp 54 meta->setInt32(kKeySampleRate, mSampleRate);
audioloop.cpp 48 meta->setInt32(kKeySampleRate, kSampleRate);
record.cpp 219 enc_meta->setInt32(kKeySampleRate, kFramerate);
322 encMeta->setInt32(kKeySampleRate, kSampleRate);
  /frameworks/base/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 138 format->setInt32(kKeySampleRate, sampleRate);
APacketSource.cpp 472 mFormat->setInt32(kKeySampleRate, sampleRate);
488 mFormat->setInt32(kKeySampleRate, sampleRate);
501 mFormat->setInt32(kKeySampleRate, sampleRate);
552 mFormat->setInt32(kKeySampleRate, sampleRate);
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorSRC.cpp 56 mOutputFormat->setInt32(kKeySampleRate, DEFAULT_SAMPLING_FREQ);
287 CHECK(format->findInt32(kKeySampleRate, &mSampleRate));
DummyAudioSource.cpp 148 meta->setInt32(kKeySampleRate, mSamplingRate);
AudioPlayerBase.cpp 104 success = format->findInt32(kKeySampleRate, &mSampleRate);
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.cpp 266 bool hasSampleRate = meta->findInt32(kKeySampleRate, &sr);
329 CHECK(meta->findInt32(kKeySampleRate, &sr));
760 CHECK(meta->findInt32(kKeySampleRate, &sr));
AacBqToPcmCbRenderer.cpp 217 CHECK(meta->findInt32(kKeySampleRate, &sr));
  /frameworks/base/include/media/stagefright/
MetaData.h 46 kKeySampleRate = 'srte', // int32_t (audio sampling rate Hz)
  /frameworks/base/media/libstagefright/
WAVExtractor.cpp 227 mTrackMeta->setInt32(kKeySampleRate, mSampleRate);
265 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
AACWriter.cpp 98 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate));
AMRExtractor.cpp 134 mMeta->setInt32(kKeySampleRate, mIsWide ? 16000 : 8000);
AMRWriter.cpp 94 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
AudioPlayer.cpp 110 success = format->findInt32(kKeySampleRate, &mSampleRate);
AudioSource.cpp 159 meta->setInt32(kKeySampleRate, mSampleRate);
OMXCodec.cpp 664 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
    [all...]
MP3Extractor.cpp 310 mMeta->setInt32(kKeySampleRate, sample_rate);
avc_utils.cpp 365 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 126 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
  /frameworks/base/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 47 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 80 if (meta->findInt32(kKeySampleRate, &int32Data)) {
81 LOG1("displayMetaData kKeySampleRate %d", int32Data);
VideoEditorAudioDecoder.cpp 535 decoderMetaData->setInt32(kKeySampleRate,
742 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
    [all...]
  /frameworks/base/media/libstagefright/mpeg2ts/
ESQueue.cpp 337 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate));
624 mFormat->setInt32(kKeySampleRate, samplingRate);

Completed in 358 milliseconds

1 2