Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_encoder.c1143 uint8_t theChannelAtom [kChannelAtomSize] = { 0, 0, 0, 0, 'c', 'h', 'a', 'n', 0, 0, 0, 0 } ; in alac_get_magic_cookie() local
1156 theChannelAtom [3] = (sizeof (ALACAudioChannelLayout) + kChannelAtomSize) ; in alac_get_magic_cookie()
1160 memcpy (theCookiePointer, theChannelAtom, kChannelAtomSize) ; in alac_get_magic_cookie()