Searched refs:theCookieSize (Results 1 – 1 of 1) sorted by relevance
1144 uint32_t theCookieSize = sizeof (ALACSpecificConfig) ; in alac_get_magic_cookie() local1151 theCookieSize += (sizeof (ALACAudioChannelLayout) + kChannelAtomSize) ; in alac_get_magic_cookie()1153 if (*ioSize >= theCookieSize) in alac_get_magic_cookie()1164 *ioSize = theCookieSize ; in alac_get_magic_cookie()