Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_encoder.c1142 ALACAudioChannelLayout theChannelLayout = { 0, 0, 0 } ; in alac_get_magic_cookie() local
1150theChannelLayout.mChannelLayoutTag = Swap32NtoB (ALACChannelLayoutTags [theConfig.numChannels - 1]… in alac_get_magic_cookie()
1162 memcpy (theCookiePointer, &theChannelLayout, sizeof (ALACAudioChannelLayout)) ; in alac_get_magic_cookie()