Searched refs:mSampleSizeInBytes (Results 1 – 2 of 2) sorted by relevance
672 mSampleSizeInBytes(audio_bytes_per_sample(format)), in AdjustChannelsBufferProvider()712 mSampleSizeInBytes, frames * mInChannelCount * mSampleSizeInBytes); in copyFrames()715 const size_t contractedIdx = frames * mOutChannelCount * mSampleSizeInBytes; in copyFrames()726 mSampleSizeInBytes, frames * mContractedInChannelCount * mSampleSizeInBytes); in copyFrames()
276 const size_t mSampleSizeInBytes; variable