Searched refs:theChannelAtom (Results 1 – 1 of 1) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | alac_encoder.c | 1143 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()
|