Home
last modified time | relevance | path

Searched refs:ui_channel_mode (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/test/
Dixheaacd_main.c696 UWORD32 ui_channel_mode; in ixheaacd_get_config_param() local
699 IA_ENHAACPLUS_DEC_CONFIG_PARAM_CHANNEL_MODE, &ui_channel_mode); in ixheaacd_get_config_param()
701 if (ui_channel_mode == 0) in ixheaacd_get_config_param()
703 else if (ui_channel_mode == 1) in ixheaacd_get_config_param()
705 else if (ui_channel_mode == 2) in ixheaacd_get_config_param()
/external/libxaac/decoder/
Dixheaacd_struct_def.h89 UWORD32 ui_channel_mode; member
Dixheaacd_api.c395 p_obj_exhaacplus_dec->aac_config.ui_channel_mode = 3; in ixheaacd_dec_api()
924 p_obj_exhaacplus_dec->aac_config.ui_channel_mode = 3; in ixheaacd_decoder_2_ga_hdr()
1005 p_obj_exhaacplus_dec->aac_config.ui_channel_mode = 3; in ixheaacd_decoder_flush_api()
2127 p_obj_exhaacplus_dec->aac_config.ui_channel_mode = 2; in ixheaacd_dec_init()
2131 p_obj_exhaacplus_dec->aac_config.ui_channel_mode = 0; in ixheaacd_dec_init()
2133 p_obj_exhaacplus_dec->aac_config.ui_channel_mode = 1; in ixheaacd_dec_init()
/external/libxaac/fuzzer/
Dxaac_dec_fuzzer.cpp754 uint32_t ui_channel_mode; in getXAACStreamInfo() local
757 &ui_channel_mode); in getXAACStreamInfo()