HomeSort by relevance Sort by last modified time
    Searched refs:MAX_NUM_CHANNELS_USAC_LVL2 (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_cnst.h 111 #define MAX_NUM_CHANNELS_USAC_LVL2 2
ixheaacd_process.c 328 if (ch_offset >= MAX_NUM_CHANNELS_USAC_LVL2) return -1;
329 if (num_ch_out > MAX_NUM_CHANNELS_USAC_LVL2) return -1;
ixheaacd_create.c 317 if ((chan + 1) > MAX_NUM_CHANNELS_USAC_LVL2) return -1;
327 if ((chan + 2) > MAX_NUM_CHANNELS_USAC_LVL2) return -1;

Completed in 51 milliseconds