Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dsbr_encoder.cpp1951 const int coreFrameLength, /* input */ in sbrEncoder_Init_delay() argument
1972 int flCore = coreFrameLength; /* core frame length */ in sbrEncoder_Init_delay()
2080 int coreFrameLength = *frameLength; in sbrEncoder_Init() local
2159 hSbrEncoder->frameSize = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2192 coreFrameLength, IS_LOWDELAY(aot))) { in sbrEncoder_Init()
2272 error = sbrEncoder_Init_delay(coreFrameLength, *numChannels, in sbrEncoder_Init()
2302 psEncConfig.frameSize = coreFrameLength; // sbrConfig.sbrFrameSize; in sbrEncoder_Init()
2355 { hSbrEncoder->downmixSize = coreFrameLength * (*numChannels); } in sbrEncoder_Init()
2365 *frameLength = coreFrameLength * *downSampleFactor; in sbrEncoder_Init()
2376 *frameLength = coreFrameLength; in sbrEncoder_Init()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1692 const UINT coreFrameLength, in extElementConfig() argument