Searched refs:mSampleSizeInBytes (Results 1 – 2 of 2) sorted by relevance
641 mSampleSizeInBytes(audio_bytes_per_sample(format)), in AdjustChannelsBufferProvider()675 mSampleSizeInBytes, frames * mInChannelCount * mSampleSizeInBytes); in copyFrames()678 const size_t contractedIdx = frames * mOutChannelCount * mSampleSizeInBytes; in copyFrames()688 mSampleSizeInBytes, frames * mInChannelCount * mSampleSizeInBytes); in copyFrames()
248 const size_t mSampleSizeInBytes; variable