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

  /external/libxaac/decoder/
ixheaacd_adts.h 29 WORD32 samp_freq_index; member in struct:__anon26478
ixheaacd_headerdecode.c 171 ptr_config_element->samp_freq_index = ixheaacd_read_bits_buf(it_bit_buff, 4);
172 if (ptr_config_element->samp_freq_index > 11) {
335 adts->samp_freq_index = (tmp & 0xF);
337 if (((adts->profile != AAC_LC_PROFILE)) || (adts->samp_freq_index > 11))
    [all...]
ixheaacd_struct_def.h 49 WORD32 samp_freq_index; member in struct:__anon26617
ixheaacd_api.c     [all...]

Completed in 2097 milliseconds