|
| bool | Atom::Create2DChannelMap (const FChannelMapParams &InParams, TArray< float > &OutChannelMap) |
| bool | Atom::ChannelMapPrivate::Create2DGenericInputChannelMap (int32 InNumInputChannels, int32 InNumOutputChannels, TArray< float > &OutChannelMap) |
| bool | Atom::ChannelMapPrivate::Create2DMonoInputChannelMap (int32 InNumOutputChannels, EChannelMapMonoUpmixMethod InMonoChannelUpmixMethod, bool bInIsCenterChannelOnly, TArray< float > &OutChannelMap) |
| bool | Atom::ChannelMapPrivate::Create2DQuadInputChannelMap (int32 InNumOutputChannels, TArray< float > &OutChannelMap) |
| bool | Atom::CreateVorbis2DChannelMap (int32 InNumOutputChannels, EChannelMapOrder InOrder, TArray< float > &OutVorbisChannelMap) |
| bool | Atom::ChannelMapPrivate::EnsureValidChannelCounts (int32 InNumInputChannels, int32 InNumOutputChannels) |
| static int32 | Atom::GetChannelMapCacheID (const int32 NumSourceChannels, const int32 NumOutputChannels, const bool bIsCenterChannelOnly) |
| void | Atom::ChannelMapPrivate::TransposeOutputMajorOrderToInputMajorOrder (int32 InNumInputChannels, int32 InNumOutputChannels, TArray< float > &OutChannelMap) |