Searched refs:inputDataDelay (Results 1 – 3 of 3) sorted by relevance
149 …INT inputDataDelay; /* delay caused by downsampler, in/out buffer at sb… member
2070 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()
1170 INT inputDataDelay = DELAY_AAC(hAacConfig->framelength); in aacEncInit() local1173 … inputDataDelay = hAacConfig->sbrRatio*inputDataDelay + sbrEncoder_GetInputDataDelay(*hSbrEncoder); in aacEncInit()1179 inputDataDelay, in aacEncInit()