Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
DEndianPortable.h36 #define Swap32NtoB(x) H2BE_32 (x) macro
Dalac_encoder.c1112 config->frameLength = Swap32NtoB (p->mFrameSize) ; in GetConfig()
1120 config->maxFrameBytes = Swap32NtoB (p->mMaxFrameBytes) ; in GetConfig()
1121 config->avgBitRate = Swap32NtoB (p->mAvgBitRate) ; in GetConfig()
1122 config->sampleRate = Swap32NtoB (p->mOutputSampleRate) ; in GetConfig()
1150 …theChannelLayout.mChannelLayoutTag = Swap32NtoB (ALACChannelLayoutTags [theConfig.numChannels - 1]… in alac_get_magic_cookie()