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);
323 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);
VideoEditorAudioPlayer.cpp 505 success = format->findInt32(kKeySampleRate, &mSampleRate);
  /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 50 kKeySampleRate = 'srte', // int32_t (audio sampling rate Hz)
  /frameworks/av/media/libstagefright/
Utils.cpp 103 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
406 meta->setInt32(kKeySampleRate, sampleRate);
WAVExtractor.cpp 305 mTrackMeta->setInt32(kKeySampleRate, mSampleRate);
349 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));
528 && meta->findInt32(kKeySampleRate, &sampleRate)) {
550 CHECK(meta->findInt32(kKeySampleRate, &sampleRate));
    [all...]
AudioPlayer.cpp 115 success = format->findInt32(kKeySampleRate, &mSampleRate);
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 47 CHECK(mMeta->findInt32(kKeySampleRate, &mSampleRate));
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 363 mFormat->setInt32(kKeySampleRate, 48000);
446 CHECK(mFormat->findInt32(kKeySampleRate, &sampleRate));
704 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...]
VideoEditorAudioEncoder.cpp 407 encoderMetadata->setInt32(kKeySampleRate,

Completed in 308 milliseconds

1 2