Searched defs:samplerate (Results 1 - 2 of 2) sorted by relevance

/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/
H A DMPEG4Writer.cpp2608 int32_t samplerate; local
2609 success = mMeta->findInt32(kKeySampleRate, &samplerate);
2611 mOwner->writeInt32(samplerate << 16);

Completed in 1441 milliseconds