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

  /external/aac/libSBRdec/src/
sbr_ram.h 134 INT sampleRateOut; /* Sampling rate of the SBR decoder output audio samples. */
sbrdecoder.cpp 238 int sampleRateOut,
260 if ( sampleRateOut > 96000 )
279 if (sampleRateOut == 0)
282 sampleRateOut = sampleRateIn<<1; /* In case of implicit signalling, assume dual rate SBR */
285 if ( sampleRateIn == sampleRateOut ) {
294 self->sampleRateOut = sampleRateOut;
307 sampleRateOut,
454 const int sampleRateOut,
576 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 320 const int sampleRateOut,
  /external/aac/libSBRdec/include/
sbrdecoder.h 174 * \param sampleRateOut Output samplerate of the SBR decoder instance.
185 const int sampleRateOut,
206 const INT sampleRateOut,
  /external/aac/libMpegTPDec/include/
tp_data.h 288 const INT sampleRateOut,
  /external/aac/libMpegTPEnc/include/
tp_data.h 288 const INT sampleRateOut,
  /external/aac/libAACenc/src/
aacenc_lib.cpp     [all...]

Completed in 231 milliseconds