Searched refs:theCookiePointer (Results 1 – 1 of 1) sorted by relevance
1145 uint8_t * theCookiePointer = (uint8_t *) outCookie ; in alac_get_magic_cookie() local1155 memcpy (theCookiePointer, &theConfig, sizeof (ALACSpecificConfig)) ; in alac_get_magic_cookie()1159 theCookiePointer += sizeof (ALACSpecificConfig) ; in alac_get_magic_cookie()1160 memcpy (theCookiePointer, theChannelAtom, kChannelAtomSize) ; in alac_get_magic_cookie()1161 theCookiePointer += kChannelAtomSize ; in alac_get_magic_cookie()1162 memcpy (theCookiePointer, &theChannelLayout, sizeof (ALACAudioChannelLayout)) ; in alac_get_magic_cookie()