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

1 2

  /frameworks/av/cmds/stagefright/
SineSource.cpp 54 meta->setInt32(kKeySampleRate, mSampleRate);
audioloop.cpp 105 meta->setInt32(kKeySampleRate, kSampleRate);
record.cpp 219 enc_meta->setInt32(kKeySampleRate, kFramerate);
323 encMeta->setInt32(kKeySampleRate, kSampleRate);
sf2.cpp 309 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 140 format->setInt32(kKeySampleRate, sampleRate);
APacketSource.cpp 475 mFormat->setInt32(kKeySampleRate, sampleRate);
491 mFormat->setInt32(kKeySampleRate, sampleRate);
504 mFormat->setInt32(kKeySampleRate, sampleRate);
555 mFormat->setInt32(kKeySampleRate, sampleRate);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 271 bool hasSampleRate = meta->findInt32(kKeySampleRate, &sr);
334 CHECK(meta->findInt32(kKeySampleRate, &sr));
767 CHECK(meta->findInt32(kKeySampleRate, &sr));
AacBqToPcmCbRenderer.cpp 190 CHECK(meta->findInt32(kKeySampleRate, &sr));
  /frameworks/av/include/media/stagefright/
MetaData.h 50 kKeySampleRate = 'srte', // int32_t (audio sampling rate Hz)
  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 305 mTrackMeta->setInt32(kKeySampleRate, mSampleRate);
349 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
AACWriter.cpp 87 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate));
AMRExtractor.cpp 134 mMeta->setInt32(kKeySampleRate, mIsWide ? 16000 : 8000);
AMRWriter.cpp 83 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
MidiExtractor.cpp 179 trackMetadata->setInt32(kKeySampleRate, mEasConfig->sampleRate);
OMXCodec.cpp 593 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
612 && meta->findInt32(kKeySampleRate, &sampleRate)) {
624 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
639 if (!meta->findInt32(kKeySampleRate, &sampleRate)) {
649 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
    [all...]
Utils.cpp 151 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
610 meta->setInt32(kKeySampleRate, sampleRate);
711 if (meta->findInt32(kKeySampleRate, &sampleRate)) {
831 if (!meta->findInt32(kKeySampleRate, &srate)) {
AudioSource.cpp 184 meta->setInt32(kKeySampleRate, mSampleRate);
AudioPlayer.cpp 122 success = format->findInt32(kKeySampleRate, &mSampleRate);
FLACExtractor.cpp 617 mTrackMetadata->setInt32(kKeySampleRate, getSampleRate());
MP3Extractor.cpp 344 mMeta->setInt32(kKeySampleRate, sample_rate);
avc_utils.cpp 478 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
OggExtractor.cpp 952 mMeta->setInt32(kKeySampleRate, kOpusSampleRate);
1093 mMeta->setInt32(kKeySampleRate, mVi.rate);
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 166 (*metaData)->setInt32(kKeySampleRate, samplingRate);
594 mFormat->setInt32(kKeySampleRate, 48000);
695 if (!mFormat->findInt32(kKeySampleRate, &sampleRate)) {
996 mFormat->setInt32(kKeySampleRate, samplingRate);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 47 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
  /frameworks/av/media/libstagefright/webm/
WebmWriter.cpp 102 CHECK(md->findInt32(kKeySampleRate, &samplerate));

Completed in 417 milliseconds

1 2