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

1 2

  /frameworks/av/cmds/stagefright/
SineSource.cpp 54 meta->setInt32(kKeySampleRate, mSampleRate);
audioloop.cpp 98 meta->setInt32(kKeySampleRate, kSampleRate);
record.cpp 219 enc_meta->setInt32(kKeySampleRate, kFramerate);
323 encMeta->setInt32(kKeySampleRate, kSampleRate);
sf2.cpp 310 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 140 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/wilhelm/src/android/
android_AudioSfDecoder.cpp 270 bool hasSampleRate = meta->findInt32(kKeySampleRate, &sr);
333 CHECK(meta->findInt32(kKeySampleRate, &sr));
766 CHECK(meta->findInt32(kKeySampleRate, &sr));
AacBqToPcmCbRenderer.cpp 187 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/mpeg2ts/
ESQueue.cpp 166 (*metaData)->setInt32(kKeySampleRate, samplingRate);
570 mFormat->setInt32(kKeySampleRate, 48000);
655 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate));
759 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate));
958 mFormat->setInt32(kKeySampleRate, samplingRate);
    [all...]
  /frameworks/av/media/libstagefright/
WAVExtractor.cpp 305 mTrackMeta->setInt32(kKeySampleRate, mSampleRate);
349 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
AMRExtractor.cpp 134 mMeta->setInt32(kKeySampleRate, mIsWide ? 16000 : 8000);
AMRWriter.cpp 96 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
Utils.cpp 134 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
523 meta->setInt32(kKeySampleRate, sampleRate);
607 if (meta->findInt32(kKeySampleRate, &sampleRate)) {
727 if (!meta->findInt32(kKeySampleRate, &srate)) {
OMXCodec.cpp 589 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
608 && meta->findInt32(kKeySampleRate, &sampleRate)) {
620 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
641 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
    [all...]
AACWriter.cpp 105 CHECK(meta->findInt32(kKeySampleRate, &mSampleRate));
AudioSource.cpp 175 meta->setInt32(kKeySampleRate, mSampleRate);
AudioPlayer.cpp 122 success = format->findInt32(kKeySampleRate, &mSampleRate);
FLACExtractor.cpp 617 mTrackMetadata->setInt32(kKeySampleRate, getSampleRate());
MP3Extractor.cpp 311 mMeta->setInt32(kKeySampleRate, sample_rate);
avc_utils.cpp 463 meta->setInt32(kKeySampleRate, kSamplingFreq[sampling_freq_index]);
MPEG4Extractor.cpp 1006 mLastTrack->meta->findInt32(kKeySampleRate, &samplerate)) {
1040 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/webm/
WebmWriter.cpp 134 CHECK(md->findInt32(kKeySampleRate, &samplerate));
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]

Completed in 357 milliseconds

1 2