Searched refs:getBytesPerDeviceFrame (Results 1 – 5 of 5) sorted by relevance
107 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()116 written = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()172 int32_t byteCount = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()181 written = buffer.getFrameCount() * getBytesPerDeviceFrame(); in onMoreData()
225 mBlockAdapterBytesPerFrame = getBytesPerDeviceFrame(); in open()408 int32_t bytesPerDeviceFrame = getBytesPerDeviceFrame(); in read()
318 framesActuallyWrittenToWrappingBuffer * getBytesPerDeviceFrame(); in writeNowWithConversion()354 framesActuallyWrittenToWrappingBuffer * getBytesPerDeviceFrame(); in writeNowWithConversion()
226 const int32_t numBytesToReadFromWrappingBuffer = getBytesPerDeviceFrame() * in readNowWithConversion()
343 int32_t getBytesPerDeviceFrame() const { in getBytesPerDeviceFrame() function