Searched refs:mSampleSizeInBytes (Results 1 – 2 of 2) sorted by relevance
665 mSampleSizeInBytes(audio_bytes_per_sample(format)), in AdjustChannelsBufferProvider()705 mSampleSizeInBytes, frames * mInChannelCount * mSampleSizeInBytes); in copyFrames()708 const size_t contractedIdx = frames * mOutChannelCount * mSampleSizeInBytes; in copyFrames()719 mSampleSizeInBytes, frames * mContractedInChannelCount * mSampleSizeInBytes); in copyFrames()
271 const size_t mSampleSizeInBytes; variable