Home
last modified time | relevance | path

Searched refs:DstFrameSize (Results 1 – 1 of 1) sorted by relevance

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dconverter.cpp226 const uint DstFrameSize{static_cast<uint>(mChan.size()) * mDstTypeSize}; in convert() local
327 dst = static_cast<al::byte*>(dst) + DstFrameSize*DstSize; in convert()