Home
last modified time | relevance | path

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

/third_party/libsnd/src/ALAC/
Dalac_encoder.c1145 uint8_t * theCookiePointer = (uint8_t *) outCookie ; in alac_get_magic_cookie() local
1155 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()