Lines Matching refs:samplingFreq
266 samplingFrequency = pSsc->samplingFreq; in mpegSurroundDecoder_GetNrOfQmfBands()
299 (pSsc1->samplingFreq != pSsc2->samplingFreq)) { in mpegSurroundDecoder_CalcInitFlags()
307 (pSsc1->samplingFreq != pSsc2->samplingFreq) || in mpegSurroundDecoder_CalcInitFlags()
315 (pSsc1->samplingFreq != pSsc2->samplingFreq) || in mpegSurroundDecoder_CalcInitFlags()
323 (pSsc1->samplingFreq != pSsc2->samplingFreq)) in mpegSurroundDecoder_CalcInitFlags()
337 (pSsc1->samplingFreq != pSsc2->samplingFreq) || in mpegSurroundDecoder_CalcInitFlags()
571 pSSCtarget, pSSCtarget->samplingFreq); in initMpegSurroundDecoder()
834 if (pSsc->samplingFreq > 96000) return MPS_PARSE_ERROR; in sscParseCheck()
835 if (pSsc->samplingFreq < 8000) return MPS_PARSE_ERROR; in sscParseCheck()
1021 if (pSsc->samplingFreq != sampleRate) { in sscCheckInBand()
1025 qmfBands = mpegSurroundDecoder_GetNrOfQmfBands(pSsc, pSsc->samplingFreq); in sscCheckInBand()
1114 if (pSsc->samplingFreq >= 55426) { in sscCheckOutOfBand()
1121 if (pSsc->samplingFreq != sampleRate) { in sscCheckOutOfBand()
1127 if (pSsc->samplingFreq > 48000) { in sscCheckOutOfBand()
1131 qmfBands = mpegSurroundDecoder_GetNrOfQmfBands(pSsc, pSsc->samplingFreq); in sscCheckOutOfBand()