Lines Matching refs:framelength

489   cc->samplesPerFrame = hAacConfig->framelength;  in H_ALLOC_MEM()
779 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024; in FDKaacEnc_AdjustEncSettings()
780 if (hAacConfig->framelength != 1024) { in FDKaacEnc_AdjustEncSettings()
791 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512; in FDKaacEnc_AdjustEncSettings()
792 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) { in FDKaacEnc_AdjustEncSettings()
804 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512; in FDKaacEnc_AdjustEncSettings()
805 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) { in FDKaacEnc_AdjustEncSettings()
868 …e(fMax(hAacConfig->bitRate, (INT)config->userPeakBitrate), hAacConfig->framelength, hAacConfig->sa… in FDKaacEnc_AdjustEncSettings()
874 …fMin(32*8, FDKaacEnc_CalcBitsPerFrame(hAacConfig->bitRate, hAacConfig->framelength, hAacConfig->sa… in FDKaacEnc_AdjustEncSettings()
934 hAacConfig->framelength, in FDKaacEnc_AdjustEncSettings()
1021 INT frameLength = hAacConfig->framelength; in aacEncInit()
1031 frameLength = hAacConfig->framelength; /* adapt temporal framelength */ in aacEncInit()
1048 hAacEncoder->nDelay = DELAY_AACELD(hAacConfig->framelength); in aacEncInit()
1051 hAacEncoder->nDelay = DELAY_AAC(hAacConfig->framelength); /* AAC encoder delay */ in aacEncInit()
1170 INT inputDataDelay = DELAY_AAC(hAacConfig->framelength); in aacEncInit()
2064 value = (UINT)hAacEncoder->aacConfig.framelength; in aacEncoder_GetParam()