Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qaudio_alignment_support_p.h File Reference

(b6529a5d7185ad0b8fc4670932e0b6700e9502c4)

#include <QtCore/qglobal.h>
Include dependency graph for qaudio_alignment_support_p.h:

Go to the source code of this file.

Namespaces

namespace  QtMultimediaPrivate

Functions

template<typename IntType>
constexpr bool QtMultimediaPrivate::isPowerOfTwo (IntType arg)
template<typename Type>
constexpr Type QtMultimediaPrivate::alignUp (Type arg, size_t alignment)
template<typename Type>
constexpr Type QtMultimediaPrivate::alignDown (Type arg, size_t alignment)
template<typename IntType>
constexpr bool QtMultimediaPrivate::isAligned (IntType arg, size_t alignment)