Searched refs:RETURN_IF_FATAL (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/xaacdec/ |
D | SoftXAAC.cpp | 61 #define RETURN_IF_FATAL(retval, str) \ macro 201 RETURN_IF_FATAL(err_code, "IA_ENHAACPLUS_DEC_CONFIG_PARAM_DRC_TARGET_LEVEL"); in initDecoder() 209 RETURN_IF_FATAL(err_code, "IA_ENHAACPLUS_DEC_DRC_TARGET_LOUDNESS"); in initDecoder() 223 RETURN_IF_FATAL(err_code, "IA_ENHAACPLUS_DEC_CONFIG_PARAM_DRC_CUT"); in initDecoder() 235 RETURN_IF_FATAL(err_code, "IA_ENHAACPLUS_DEC_CONFIG_PARAM_DRC_BOOST"); in initDecoder() 247 RETURN_IF_FATAL(err_code, "IA_ENHAACPLUS_DEC_CONFIG_PARAM_DRC_HEAVY_COMP"); in initDecoder() 261 RETURN_IF_FATAL(err_code, "IA_ENHAACPLUS_DEC_DRC_EFFECT_TYPE"); in initDecoder() 838 RETURN_IF_FATAL(err_code, "IA_CMD_TYPE_FLUSH_MEM"); in configflushDecode() 841 RETURN_IF_FATAL(err_code, "IA_API_CMD_SET_INPUT_BYTES"); in configflushDecode() 844 RETURN_IF_FATAL(err_code, "IA_CMD_TYPE_FLUSH_MEM"); in configflushDecode() [all …]
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 48 #define RETURN_IF_FATAL(retval, str) \ macro 329 RETURN_IF_FATAL(err_code, "initXAACDrc"); in initDecoder() 632 RETURN_IF_FATAL(err_code, "IA_CMD_TYPE_FLUSH_MEM"); in configflushDecode() 638 RETURN_IF_FATAL(err_code, "IA_API_CMD_SET_INPUT_BYTES"); in configflushDecode() 644 RETURN_IF_FATAL(err_code, "IA_CMD_TYPE_FLUSH_MEM"); in configflushDecode() 650 RETURN_IF_FATAL(err_code, "IA_CMD_TYPE_INIT_DONE_QUERY"); in configflushDecode() 654 RETURN_IF_FATAL(err_code, "getXAACStreamInfo"); in configflushDecode() 707 RETURN_IF_FATAL(err_code, "IA_API_CMD_GET_API_SIZE"); in initXAACDecoder() 722 RETURN_IF_FATAL(err_code, "IA_CMD_TYPE_INIT_API_PRE_CONFIG_PARAMS"); in initXAACDecoder() 727 RETURN_IF_FATAL(err_code, "IA_API_CMD_GET_API_SIZE"); in initXAACDecoder() [all …]
|