Lines Matching defs:theActualCookie
66 uint8_t * theActualCookie = (uint8_t *) inMagicCookie ;
76 if (theActualCookie [4] == 'f' && theActualCookie [5] == 'r' && theActualCookie [6] == 'm' && theActualCookie [7] == 'a')
78 theActualCookie += 12 ;
83 if (theActualCookie [4] == 'a' && theActualCookie [5] == 'l' && theActualCookie [6] == 'a' && theActualCookie [7] == 'c')
85 theActualCookie += 12 ;
92 theConfig.frameLength = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, frameLength)) ;
97 theConfig.compatibleVersion = theActualCookie [offsetof (ALACSpecificConfig, compatibleVersion)] ;
98 theConfig.bitDepth = theActualCookie [offsetof (ALACSpecificConfig, bitDepth)] ;
99 theConfig.pb = theActualCookie [offsetof (ALACSpecificConfig, pb)] ;
100 theConfig.mb = theActualCookie [offsetof (ALACSpecificConfig, mb)] ;
101 theConfig.kb = theActualCookie [offsetof (ALACSpecificConfig, kb)] ;
102 theConfig.numChannels = theActualCookie [offsetof (ALACSpecificConfig, numChannels)] ;
103 theConfig.maxRun = psf_get_be16 (theActualCookie, offsetof (ALACSpecificConfig, maxRun)) ;
104 theConfig.maxFrameBytes = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, maxFrameBytes)) ;
105 theConfig.avgBitRate = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, avgBitRate)) ;
106 theConfig.sampleRate = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, sampleRate)) ;
122 // theActualCookie += sizeof (ALACSpecificConfig) ;