Searched refs:alac_decode (Results 1 – 4 of 4) sorted by relevance
/third_party/libsnd/src/ALAC/ |
D | alac_decoder.h | 59 int32_t alac_decode (alac_decoder *, struct BitBuffer * bits, uint8_t * sampleBuffer, uint32_t numS…
|
D | alac_codec.h | 91 int32_t alac_decode (ALAC_DECODER *, struct BitBuffer * bits, int32_t * sampleBuffer,
|
D | alac_decoder.c | 137 alac_decode (ALAC_DECODER *p, struct BitBuffer * bits, int32_t * sampleBuffer, uint32_t numSamples,… in alac_decode() function
|
/third_party/libsnd/src/ |
D | alac.c | 430 alac_decode (pdec, &bit_buffer, plac->buffer, plac->frames_per_block, &plac->frames_this_block) ; in alac_decode_block()
|