Searched refs:timeBuffer (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRenc/src/ |
D | sbr_encoder.cpp | 1869 INT_PCM *timeBuffer, in FDKsbrEnc_DelayCompensation() argument 1877 timeBuffer + hEnvEnc->downsampledOffset / hEnvEnc->nChannels, in FDKsbrEnc_DelayCompensation() 1881 sbrEncoder_UpdateBuffers(hEnvEnc, timeBuffer, timeBufferBufSize); in FDKsbrEnc_DelayCompensation() 2410 INT_PCM *timeBuffer, UINT timeBufferBufSize) { in sbrEncoder_UpdateBuffers() argument 2417 FDKmemcpy(timeBuffer + timeBufferBufSize * c, in sbrEncoder_UpdateBuffers() 2418 timeBuffer + timeBufferBufSize * c + nd, in sbrEncoder_UpdateBuffers() 2428 timeBuffer + timeBufferBufSize * c, in sbrEncoder_UpdateBuffers() 2429 timeBuffer + timeBufferBufSize * c + hSbrEncoder->frameSize, in sbrEncoder_UpdateBuffers()
|
/external/aac/libSBRenc/include/ |
D | sbr_encoder.h | 375 INT sbrEncoder_UpdateBuffers(HANDLE_SBR_ENCODER hEnvEnc, INT_PCM *timeBuffer,
|