Home
last modified time | relevance | path

Searched refs:ALACSpecificConfig (Results 1 - 7 of 7) sorted by relevance

/third_party/libsnd/src/ALAC/
H A Dalac_decoder.c65 ALACSpecificConfig theConfig ; in alac_decoder_init()
71 // the ALACSpecificConfig. This would consist of format ('frma') and 'alac' atoms which precede the in alac_decoder_init()
72 // ALACSpecificConfig. in alac_decoder_init()
89 // read the ALACSpecificConfig in alac_decoder_init()
90 if (theCookieBytesRemaining >= sizeof (ALACSpecificConfig)) in alac_decoder_init()
92 theConfig.frameLength = psf_get_be32 (theActualCookie, offsetof (ALACSpecificConfig, frameLength)) ; in alac_decoder_init()
97 theConfig.compatibleVersion = theActualCookie [offsetof (ALACSpecificConfig, compatibleVersion)] ; in alac_decoder_init()
98 theConfig.bitDepth = theActualCookie [offsetof (ALACSpecificConfig, bitDepth)] ; in alac_decoder_init()
99 theConfig.pb = theActualCookie [offsetof (ALACSpecificConfig, pb)] ; in alac_decoder_init()
100 theConfig.mb = theActualCookie [offsetof (ALACSpecificConfig, m in alac_decoder_init()
[all...]
H A DALACAudioTypes.h171 typedef struct ALACSpecificConfig struct
185 } ALACSpecificConfig ; typedef
H A Dalac_encoder.c53 static void GetConfig (ALAC_ENCODER *p, ALACSpecificConfig * config) ;
1110 GetConfig (ALAC_ENCODER *p, ALACSpecificConfig * config) in GetConfig()
1130 return sizeof (ALACSpecificConfig) + kChannelAtomSize + sizeof (ALACAudioChannelLayout) ; in alac_get_magic_cookie_size()
1134 return sizeof (ALACSpecificConfig) ; in alac_get_magic_cookie_size()
1141 ALACSpecificConfig theConfig = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } ; in alac_get_magic_cookie()
1144 uint32_t theCookieSize = sizeof (ALACSpecificConfig) ; in alac_get_magic_cookie()
1155 memcpy (theCookiePointer, &theConfig, sizeof (ALACSpecificConfig)) ; in alac_get_magic_cookie()
1159 theCookiePointer += sizeof (ALACSpecificConfig) ; in alac_get_magic_cookie()
H A DALACDecoder.h45 ALACSpecificConfig mConfig ;
H A Dalac_decoder.h43 ALACSpecificConfig mConfig ;
H A Dalac_codec.h40 ALACSpecificConfig mConfig ;
H A DALACEncoder.h49 void GetConfig (ALACSpecificConfig & config) ;

Completed in 4 milliseconds