Searched refs:numberOfTimeSlots (Results 1 – 1 of 1) sorted by relevance
198 static int checkFrameInfo(FRAME_INFO *pFrameInfo, int numberOfTimeSlots,1657 int numberOfTimeSlots, /*!< QMF time slots per frame */ in checkFrameInfo() argument1686 maxPos = numberOfTimeSlots + (overlap / timeStep); in checkFrameInfo()1691 if (startPos > maxPos - numberOfTimeSlots) /* First env. must start in or in checkFrameInfo()1695 if (stopPos < numberOfTimeSlots) /* One complete frame must be ready for in checkFrameInfo()