Searched refs:framelength (Results 1 – 3 of 3) sorted by relevance
111 INT framelength,283 config->framelength = -1; /* Framesize not configured */ in FDKaacEnc_AacInitDefaultConfig()430 config->framelength, in FDKaacEnc_Initialize()451 switch (config->framelength) in FDKaacEnc_Initialize()475 config->framelength, in FDKaacEnc_Initialize()484 …>ancDataBitRate += ( (hAacEnc->ancillaryBitsPerFrame * config->sampleRate) / config->framelength ); in FDKaacEnc_Initialize()492 FIXP_DBL tmp = fDivNorm(config->framelength, config->sampleRate, &q_res); in FDKaacEnc_Initialize()517 config->framelength, in FDKaacEnc_Initialize()541 config->framelength, in FDKaacEnc_Initialize()581 qcInit.meanPe = fMult(bw_ratio, (FIXP_DBL)((10*config->framelength)<<16)) >> (qbw-15); in FDKaacEnc_Initialize()[all …]
345 cc->samplesPerFrame = hAacConfig->framelength; in H_ALLOC_MEM()634 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024; in FDKaacEnc_AdjustEncSettings()635 if (hAacConfig->framelength != 1024 && hAacConfig->framelength != 960) { in FDKaacEnc_AdjustEncSettings()645 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024; in FDKaacEnc_AdjustEncSettings()646 if (hAacConfig->framelength != 1024 && hAacConfig->framelength != 960) { in FDKaacEnc_AdjustEncSettings()657 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512; in FDKaacEnc_AdjustEncSettings()658 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) { in FDKaacEnc_AdjustEncSettings()670 … hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512; in FDKaacEnc_AdjustEncSettings()671 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) { in FDKaacEnc_AdjustEncSettings()683 hAacConfig->framelength, in FDKaacEnc_AdjustEncSettings()[all …]
196 INT framelength; /* used frame size */ member