Home
last modified time | relevance | path

Searched refs:MAX_NUM_CHANNELS_USAC_LVL2 (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_cnst.h111 #define MAX_NUM_CHANNELS_USAC_LVL2 2 macro
Dixheaacd_process.c328 if (ch_offset >= MAX_NUM_CHANNELS_USAC_LVL2) return -1; in ixheaacd_usac_process()
329 if (num_ch_out > MAX_NUM_CHANNELS_USAC_LVL2) return -1; in ixheaacd_usac_process()
Dixheaacd_create.c317 if ((chan + 1) > MAX_NUM_CHANNELS_USAC_LVL2) return -1; in ixheaacd_decode_init()
327 if ((chan + 2) > MAX_NUM_CHANNELS_USAC_LVL2) return -1; in ixheaacd_decode_init()