HomeSort by relevance Sort by last modified time
    Searched defs:samplingRateIndex (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
channelinfo.h 144 UINT samplingRateIndex;
298 AAC_DECODER_ERROR getSamplingRateInfo(SamplingRateInfo *t, UINT samplesPerFrame, UINT samplingRateIndex, UINT samplingRate);
444 inline UCHAR GetMaximumTnsBands(const CIcsInfo *pIcsInfo, const int samplingRateIndex)
446 return tns_max_bands_tbl[samplingRateIndex][!IsLongBlock(pIcsInfo)];
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 239 unsigned samplingRateIndex = (ptr[2] >> 2) & 3;
241 if (samplingRateIndex == 3) {
    [all...]

Completed in 64 milliseconds