Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_encoder.c1130 return sizeof (ALACSpecificConfig) + kChannelAtomSize + sizeof (ALACAudioChannelLayout) ; in alac_get_magic_cookie_size()
1143 uint8_t theChannelAtom [kChannelAtomSize] = { 0, 0, 0, 0, 'c', 'h', 'a', 'n', 0, 0, 0, 0 } ; in alac_get_magic_cookie()
1151 theCookieSize += (sizeof (ALACAudioChannelLayout) + kChannelAtomSize) ; in alac_get_magic_cookie()
1156 theChannelAtom [3] = (sizeof (ALACAudioChannelLayout) + kChannelAtomSize) ; in alac_get_magic_cookie()
1160 memcpy (theCookiePointer, theChannelAtom, kChannelAtomSize) ; in alac_get_magic_cookie()
1161 theCookiePointer += kChannelAtomSize ; in alac_get_magic_cookie()
DALACAudioTypes.h54 #define kChannelAtomSize 12 macro