Searched defs:samplerate (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp1065 int32_t samplerate; local
1070 mLastTrack->meta->findInt32(kKeySampleRate, &samplerate)) {
1072 int64_t delay = (media_time * samplerate + 500000) / 1000000;
1082 int64_t paddingsamples = (paddingus * samplerate + 500000) / 1000000;
H A DMPEG4Writer.cpp3009 int32_t samplerate; local
3010 success = mMeta->findInt32(kKeySampleRate, &samplerate);
3012 mOwner->writeInt32(samplerate << 16);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c279 const Word32 samplerate,
296 pePerWindow = bits2pe(extract_l((bitrate * numLines) / samplerate));
346 Word32 samplerate,
357 samplerateindex = GetSRIndex(samplerate);
368 samplerate,
400 psyConf->lowpassLine = extract_l((bandwidth<<1) * FRAME_LEN_LONG / samplerate);
412 samplerate,
430 Word32 samplerate,
440 samplerateindex = GetSRIndex(samplerate);
450 samplerate,
278 initMinSnr(const Word32 bitrate, const Word32 samplerate, const Word16 numLines, const Word16 *sfbOffset, const Word16 *pbBarcVal, const Word16 sfbActive, Word16 *sfbMinSnr) argument
345 InitPsyConfigurationLong(Word32 bitrate, Word32 samplerate, Word16 bandwidth, PSY_CONFIGURATION_LONG *psyConf) argument
429 InitPsyConfigurationShort(Word32 bitrate, Word32 samplerate, Word16 bandwidth, PSY_CONFIGURATION_SHORT *psyConf) argument
[all...]
/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp114 int32_t nChannels, samplerate; local
123 || !md->findInt32(kKeySampleRate, &samplerate)
152 samplerate,

Completed in 98 milliseconds