MCPcopy Create free account
hub / github.com/crownengine/crown / FrameSizeFromUserFmt

Function FrameSizeFromUserFmt

3rdparty/openal/al/buffer.cpp:272–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 return 0;
271}
272inline ALuint FrameSizeFromUserFmt(UserFmtChannels chans, UserFmtType type)
273{ return ChannelsFromUserFmt(chans) * BytesFromUserFmt(type); }
274
275
276constexpr ALbitfieldSOFT INVALID_STORAGE_MASK{~unsigned(AL_MAP_READ_BIT_SOFT |

Callers 1

LoadDataFunction · 0.85

Calls 2

ChannelsFromUserFmtFunction · 0.85
BytesFromUserFmtFunction · 0.85

Tested by

no test coverage detected