Home
last modified time | relevance | path

Searched refs:inputDataDelay (Results 1 – 3 of 3) sorted by relevance

/external/aac/libSBRenc/src/
Dsbr.h149 …INT inputDataDelay; /* delay caused by downsampler, in/out buffer at sb… member
Dsbr_encoder.cpp2070 hSbrEncoder->inputDataDelay = 0; in sbrEncoder_Init()
2205 hSbrEncoder->inputDataDelay = downsamplerDelay; in sbrEncoder_Init()
2264 …hSbrEncoder->inputDataDelay = (64*10/2) + (6*64) + (0) + (64*10/2-64+1) + ((*downSampleFactor)*do… in sbrEncoder_Init()
2401 delay = hSbrEncoder->inputDataDelay; in sbrEncoder_GetInputDataDelay()
/external/aac/libAACenc/src/
Daacenc_lib.cpp1170 INT inputDataDelay = DELAY_AAC(hAacConfig->framelength); in aacEncInit() local
1173inputDataDelay = hAacConfig->sbrRatio*inputDataDelay + sbrEncoder_GetInputDataDelay(*hSbrEncoder); in aacEncInit()
1179 inputDataDelay, in aacEncInit()