Home
last modified time | relevance | path

Searched refs:coreFrameLength (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1952 const int coreFrameLength, /* input */ in sbrEncoder_Init_delay() argument
1973 int flCore = coreFrameLength; /* core frame length */ in sbrEncoder_Init_delay()
2081 int coreFrameLength = *frameLength; in sbrEncoder_Init() local
2160 hSbrEncoder->frameSize = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2193 coreFrameLength, IS_LOWDELAY(aot))) { in sbrEncoder_Init()
2273 error = sbrEncoder_Init_delay(coreFrameLength, *numChannels, in sbrEncoder_Init()
2303 psEncConfig.frameSize = coreFrameLength; // sbrConfig.sbrFrameSize; in sbrEncoder_Init()
2356 { hSbrEncoder->downmixSize = coreFrameLength * (*numChannels); } in sbrEncoder_Init()
2366 *frameLength = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2377 *frameLength = coreFrameLength; in sbrEncoder_Init()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1544 const UINT coreFrameLength, in extElementConfig() argument