Searched refs:getBytesPerDeviceFrame (Results 1 – 5 of 5) sorted by relevance
107 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()115 buffer.getFrameCount() * getBytesPerDeviceFrame() : 0; in onMoreData()178 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()186 buffer.getFrameCount() * getBytesPerDeviceFrame() : 0; in onMoreData()
224 mBlockAdapterBytesPerFrame = getBytesPerDeviceFrame(); in open()407 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read()
324 framesActuallyWrittenToWrappingBuffer * getBytesPerDeviceFrame(); in writeNowWithConversion()360 framesActuallyWrittenToWrappingBuffer * getBytesPerDeviceFrame(); in writeNowWithConversion()
226 const int32_t numBytesToReadFromWrappingBuffer = getBytesPerDeviceFrame() * in readNowWithConversion()
349 int32_t getBytesPerDeviceFrame() const { in getBytesPerDeviceFrame() function