Searched refs:kChannelAtomSize (Results 1 – 2 of 2) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | alac_encoder.c | 1130 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()
|
D | ALACAudioTypes.h | 54 #define kChannelAtomSize 12 macro
|