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

1 2

  /frameworks/av/cmds/stagefright/
SineSource.cpp 54 meta->setInt32(kKeySampleRate, mSampleRate);
audioloop.cpp 46 meta->setInt32(kKeySampleRate, kSampleRate);
record.cpp 219 enc_meta->setInt32(kKeySampleRate, kFramerate);
322 encMeta->setInt32(kKeySampleRate, kSampleRate);
sf2.cpp 286 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 138 format->setInt32(kKeySampleRate, sampleRate);
APacketSource.cpp 477 mFormat->setInt32(kKeySampleRate, sampleRate);
493 mFormat->setInt32(kKeySampleRate, sampleRate);
506 mFormat->setInt32(kKeySampleRate, sampleRate);
557 mFormat->setInt32(kKeySampleRate, sampleRate);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 59 mOutputFormat->setInt32(kKeySampleRate, kDefaultSamplingFreqencyHz);
302 CHECK(format->findInt32(kKeySampleRate, &mSampleRate));
DummyAudioSource.cpp 111 meta->setInt32(kKeySampleRate, mSamplingRate);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 268 bool hasSampleRate = meta->findInt32(kKeySampleRate, &sr);
331 CHECK(meta->findInt32(kKeySampleRate, &sr));
764 CHECK(meta->findInt32(kKeySampleRate, &sr));
AacBqToPcmCbRenderer.cpp 187 CHECK(meta->findInt32(kKeySampleRate, &sr));
  /frameworks/av/include/media/stagefright/
MetaData.h 48 kKeySampleRate = 'srte', // int32_t (audio sampling rate Hz)
  /frameworks/av/media/libstagefright/
Utils.cpp 91 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
382 meta->setInt32(kKeySampleRate, sampleRate);
WAVExtractor.cpp 295 mTrackMeta->setInt32(kKeySampleRate, mSampleRate);
333 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
AMRExtractor.cpp 134 mMeta->setInt32(kKeySampleRate, mIsWide ? 16000 : 8000);
AMRWriter.cpp 94 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
AACWriter.cpp 102 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate));
AudioSource.cpp 176 meta->setInt32(kKeySampleRate, mSampleRate);
OMXCodec.cpp 509 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
539 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
    [all...]
AudioPlayer.cpp 115 success = format->findInt32(kKeySampleRate, &mSampleRate);
avc_utils.cpp 365 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
MPEG4Extractor.cpp 961 mLastTrack->meta->setInt32(kKeySampleRate, sample_rate);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 47 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 362 mFormat->setInt32(kKeySampleRate, 48000);
425 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate));
691 mFormat->setInt32(kKeySampleRate, samplingRate);
  /frameworks/av/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...]

Completed in 80 milliseconds

1 2