Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c5730 AudioDecStatus_t stAudioDecStatus_t; in AU_CUS_SetCodecType() local
5734 memset(&stAudioDecStatus_t, 0x00, sizeof(AudioDecStatus_t)); in AU_CUS_SetCodecType()
5742 stAudioDecStatus_t.bIsAD = FALSE; in AU_CUS_SetCodecType()
5743stAudioDecStatus_t.eAudFormat = AU_CUS_ConvertCustomerCodecTypeToDriverDVBdecSystemType(audioType… in AU_CUS_SetCodecType()
5744stAudioDecStatus_t.eSourceType = AU_CUS_ConvertCustomerADECInputSourceToDriverSourceInfoType(pstAu… in AU_CUS_SetCodecType()
5745 stAudioDecStatus_t.eGroup = E_CONNECT_MAIN; //define ADEC0 as main, can also work well in AU_CUS_SetCodecType()
5746 stAudioDecStatus_t.eAudio_Force_ID = AUDIO_FORCE_ID1; in AU_CUS_SetCodecType()
5748 … pstAudioCustomerShmData->g_audio_customer_ADEC0_DriverCodec = stAudioDecStatus_t.eAudFormat; in AU_CUS_SetCodecType()
5749 …ioCustomerShmData->g_audio_customer_ADEC0_DecID = MApi_AUDIO_OpenDecodeSystem(&stAudioDecStatus_t); in AU_CUS_SetCodecType()
5750 …_AUDIO_GetDecodeSystem(pstAudioCustomerShmData->g_audio_customer_ADEC0_DecID, &stAudioDecStatus_t); in AU_CUS_SetCodecType()
[all …]