Searched refs:maxRun (Results 1 – 3 of 3) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | alac_decoder.c | 103 theConfig.maxRun = psf_get_be16 (theActualCookie, offsetof (ALACSpecificConfig, maxRun)) ; in alac_decoder_init() 249 …s, p->mConfig.mb, (pb * pbFactorU) / 4, p->mConfig.kb, numSamples, numSamples, p->mConfig.maxRun) ; in alac_decode() 410 …s, p->mConfig.mb, (pb * pbFactorU) / 4, p->mConfig.kb, numSamples, numSamples, p->mConfig.maxRun) ; in alac_decode() 426 …s, p->mConfig.mb, (pb * pbFactorV) / 4, p->mConfig.kb, numSamples, numSamples, p->mConfig.maxRun) ; in alac_decode()
|
D | ALACAudioTypes.h | 180 uint16_t maxRun ; member
|
D | alac_encoder.c | 1119 config->maxRun = Swap16NtoB ((uint16_t) MAX_RUN_DEFAULT) ; in GetConfig()
|