Searched refs:tempDelay12 (Results 1 – 1 of 1) sorted by relevance
304 int tempDelay1, tempDelay2, tempDelay12, tempDelay3; in fdk_sacenc_delay_SubCalulateBufferDelays() local327 tempDelay12 = in fdk_sacenc_delay_SubCalulateBufferDelays()330 tempDelay12 += hDel->config.nSacStreamMuxDelay; in fdk_sacenc_delay_SubCalulateBufferDelays()333 tempDelay12 += tempDelay1; in fdk_sacenc_delay_SubCalulateBufferDelays()335 tempDelay12 += tempDelay2; in fdk_sacenc_delay_SubCalulateBufferDelays()338 if (tempDelay3 > tempDelay12) { in fdk_sacenc_delay_SubCalulateBufferDelays()341 (tempDelay3 - tempDelay12) / hDel->config.nFrameLen; /*floor*/ in fdk_sacenc_delay_SubCalulateBufferDelays()344 (tempDelay3 - tempDelay12 - in fdk_sacenc_delay_SubCalulateBufferDelays()347 (tempDelay3 - tempDelay12 - in fdk_sacenc_delay_SubCalulateBufferDelays()351 ((tempDelay3 - tempDelay12) + hDel->config.nFrameLen - 1) / in fdk_sacenc_delay_SubCalulateBufferDelays()[all …]