Home
last modified time | relevance | path

Searched refs:u32CurrDecIndex (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DhalAUDIO.c4104 MS_U32 u32CurrDecIndex = AU_DEC_MAX; in _HAL_AUDIO_Get_SourceDecoderIndex() local
4138 u32CurrDecIndex = pDecPriority[u32DecIndex]; in _HAL_AUDIO_Get_SourceDecoderIndex()
4143 if (u32CurrDecIndex == AU_DEC_MAX) in _HAL_AUDIO_Get_SourceDecoderIndex()
4145 …EBUG_LEVEL_ERROR, "%s() u32CurrDecIndex %u - Invalid u32DecIndex\n",__FUNCTION__, u32CurrDecIndex); in _HAL_AUDIO_Get_SourceDecoderIndex()
4149 if (g_AudioVars2->AudioDecStatus[u32CurrDecIndex].bConnect == FALSE) in _HAL_AUDIO_Get_SourceDecoderIndex()
4151 …AUDIO_PRINT(AUDIO_DEBUG_LEVEL_ERROR, "%s() Decoder%u Not Connect\n",__FUNCTION__, u32CurrDecIndex); in _HAL_AUDIO_Get_SourceDecoderIndex()
4155 return u32CurrDecIndex; in _HAL_AUDIO_Get_SourceDecoderIndex()
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DhalAUDIO.c4830 MS_U32 u32CurrDecIndex = AU_DEC_MAX; in _HAL_AUDIO_Get_SourceDecoderIndex() local
4864 u32CurrDecIndex = pDecPriority[u32DecIndex]; in _HAL_AUDIO_Get_SourceDecoderIndex()
4869 if (u32CurrDecIndex == AU_DEC_MAX) in _HAL_AUDIO_Get_SourceDecoderIndex()
4871 …EBUG_LEVEL_ERROR, "%s() u32CurrDecIndex %d - Invalid u32DecIndex\n",__FUNCTION__, u32CurrDecIndex); in _HAL_AUDIO_Get_SourceDecoderIndex()
4875 if (g_AudioVars2->AudioDecStatus[u32CurrDecIndex].bConnect == FALSE) in _HAL_AUDIO_Get_SourceDecoderIndex()
4877 …AUDIO_PRINT(AUDIO_DEBUG_LEVEL_ERROR, "%s() Decoder%d Not Connect\n",__FUNCTION__, u32CurrDecIndex); in _HAL_AUDIO_Get_SourceDecoderIndex()
4881 return u32CurrDecIndex; in _HAL_AUDIO_Get_SourceDecoderIndex()