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