Searched refs:getDeviceFramesPerBurst (Results 1 – 4 of 4) sorted by relevance
944 int32_t maximumFramesDevice = getDeviceBufferCapacity() - getDeviceFramesPerBurst(); in setBufferSize()948 int32_t actualNumBursts = actualFramesDevice / getDeviceFramesPerBurst(); in setBufferSize()953 const int32_t deviceBufferSizeInFrames = numBursts * getDeviceFramesPerBurst(); in setBufferSize()
174 getDeviceFramesPerBurst(); in processDataNow()
278 - getDeviceFramesPerBurst(); in processDataNow()
215 virtual int32_t getDeviceFramesPerBurst() const { in getDeviceFramesPerBurst() function