HomeSort by relevance Sort by last modified time
    Searched refs:sampleRateOut (Results 1 - 9 of 9) sorted by null

  /external/aac/libSBRdec/src/
sbr_ram.h 134 INT sampleRateOut; /* Sampling rate of the SBR decoder output audio samples. */
sbrdecoder.cpp 205 int sampleRateOut,
227 if ( sampleRateOut > 96000 )
246 if (sampleRateOut == 0)
249 sampleRateOut = sampleRateIn<<1; /* In case of implicit signalling, assume dual rate SBR */
252 if ( sampleRateIn == sampleRateOut ) {
259 self->sampleRateOut = sampleRateOut;
272 sampleRateOut,
419 const int sampleRateOut,
539 sampleRateOut,
    [all...]
env_extr.cpp 166 const int sampleRateOut,
175 if ( sampleRateIn == sampleRateOut ) {
176 hHeaderData->sbrProcSmplRate = sampleRateOut<<1;
179 hHeaderData->sbrProcSmplRate = sampleRateOut;
180 if ( (sampleRateOut>>1) == sampleRateIn) {
183 } else if ( (sampleRateOut>>2) == sampleRateIn ) {
186 } else if ( (sampleRateOut*3)>>3 == (sampleRateIn*8)>>3 ) {
221 if (sampleRateOut > 24000) { /* Trigger an error if SBR is going to be processed without */
    [all...]
env_extr.h 315 const int sampleRateOut,
  /external/aac/libSBRdec/include/
sbrdecoder.h 172 * \param sampleRateOut Output samplerate of the SBR decoder instance.
183 const int sampleRateOut,
204 const INT sampleRateOut,
  /external/aac/libMpegTPDec/include/
tp_data.h 285 const INT sampleRateOut,
  /external/aac/libMpegTPEnc/include/
tp_data.h 285 const INT sampleRateOut,
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 225 SLuint32 *sampleRateOut, SLuint32 *channelsOut) {
247 *sampleRateOut = sampleRate;
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]

Completed in 3737 milliseconds