Searched refs:kALAC_ParamError (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | alac_decoder.c | 168 … ((bits != NULL) && (sampleBuffer != NULL) && (outNumSamples != NULL), return kALAC_ParamError ;) ; in alac_decode() 180 RequireAction (bits->cur < bits->end, status = kALAC_ParamError ; goto Exit ;) ; in alac_decode() 198 RequireAction (unusedHeader == 0, status = kALAC_ParamError ; goto Exit ;) ; in alac_decode() 206 RequireAction (bytesShifted != 3, status = kALAC_ParamError ; goto Exit ;) ; in alac_decode() 351 RequireAction (unusedHeader == 0, status = kALAC_ParamError ; goto Exit ;) ; in alac_decode() 359 RequireAction (bytesShifted != 3, status = kALAC_ParamError ; goto Exit ;) ; in alac_decode() 599 RequireAction (bits->cur <= bits->end, return kALAC_ParamError ;) ; in alac_fill_element() 632 RequireAction (bits->cur <= bits->end, return kALAC_ParamError ;) ; in alac_data_stream_element()
|
D | ag_dec.c | 279 …reAction ((bitstream != NULL) && (pc != NULL) && (outNumBits != NULL), return kALAC_ParamError ;) ; in dyn_decomp() 296 RequireAction (bitPos < maxPos, status = kALAC_ParamError ; goto Exit ;) ; in dyn_decomp() 335 RequireAction (c+n <= (uint32_t) numSamples, status = kALAC_ParamError ; goto Exit ;) ; in dyn_decomp() 353 RequireAction (bitstream->cur <= bitstream->end, status = kALAC_ParamError ;) ; in dyn_decomp()
|
D | ag_enc.c | 249 RequireAction ((bitSize >= 1) && (bitSize <= 32), return kALAC_ParamError ;) ; in dyn_comp() 308 RequireAction (c <= (uint32_t) numSamples, status = kALAC_ParamError ; goto Exit ;) ; in dyn_comp()
|
D | ALACAudioTypes.h | 60 kALAC_ParamError = -50, enumerator
|
D | alac_encoder.c | 246 … (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDepth == 32), return kALAC_ParamError ;) ; in EncodeStereo() 525 … (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDepth == 32), return kALAC_ParamError ;) ; in EncodeStereoFast() 766 … (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDepth == 32), return kALAC_ParamError ;) ; in EncodeMono() 970 … (p->mBitDepth == 20) || (p->mBitDepth == 24) || (p->mBitDepth == 32), return kALAC_ParamError ;) ; in alac_encode() 1055 status = kALAC_ParamError ; in alac_encode()
|
/third_party/libsnd/src/ |
D | alac.c | 979 CASE_NAME (kALAC_ParamError) ; in alac_error_string()
|