Home | History | Annotate | Download | only in src

Lines Matching defs:frameLength

489   cc->samplesPerFrame = hAacConfig->framelength;
621 const INT frameLength,
658 frameLength,
779 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 1024;
780 if (hAacConfig->framelength != 1024) {
791 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
792 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) {
804 hAacConfig->framelength = (config->userFramelength!=(UINT)-1) ? config->userFramelength : 512;
805 if (hAacConfig->framelength != 512 && hAacConfig->framelength != 480) {
868 hAacConfig->maxBitsPerFrame = (FDKaacEnc_CalcBitsPerFrame(fMax(hAacConfig->bitRate, (INT)config->userPeakBitrate), hAacConfig->framelength
874 hAacConfig->minBitsPerFrame = fMin(32*8, FDKaacEnc_CalcBitsPerFrame(hAacConfig->bitRate, hAacConfig->framelength, hAacConfig->sampleRate))&~7;
934 hAacConfig->framelength,
1021 INT frameLength = hAacConfig->framelength;
1031 frameLength = hAacConfig->framelength; /* adapt temporal framelength */
1048 hAacEncoder->nDelay = DELAY_AACELD(hAacConfig->framelength);
1051 hAacEncoder->nDelay = DELAY_AAC(hAacConfig->framelength); /* AAC encoder delay */
1091 &frameLength,
1170 INT inputDataDelay = DELAY_AAC(hAacConfig->framelength);
1180 frameLength,
1199 hAacEncoder->nSamplesToRead = frameLength * config->nChannels;
2064 value = (UINT)hAacEncoder->aacConfig.framelength;
2128 pInfo->frameLength = hAacEncoder->nSamplesToRead/hAacEncoder->extParam.nChannels;