Home
last modified time | relevance | path

Searched refs:enDecSystem (Results 1 – 25 of 65) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audio/
H A DhalAUDIO.c5835 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in HAL_AUDIO_SetSystem() argument
5844 switch (enDecSystem) in HAL_AUDIO_SetSystem()
5851 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5861 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5871 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5877 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5886 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5892 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5900 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5906 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
[all …]
H A DhalAUDIO.h391 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
392 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
644 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO.c1426 MS_BOOL _MApi_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in _MApi_AUDIO_SetSystem() argument
1438 …UG_LEVEL_INFO, "apiAud>> enDecSystem %d enCurDecSystem = %d\n", (MS_U8)enDecSystem, (MS_U8)enCurDe… in _MApi_AUDIO_SetSystem()
1440 if ((enDecSystem & 0xf0) == 0xb0) in _MApi_AUDIO_SetSystem()
1442 bRet = MDrv_SIF_SetSystem(enDecSystem); in _MApi_AUDIO_SetSystem()
1446 if (enDecSystem >= 0x20) in _MApi_AUDIO_SetSystem()
1448 enCurDecSystem2 = enDecSystem; in _MApi_AUDIO_SetSystem()
1452 enCurDecSystem = enDecSystem; in _MApi_AUDIO_SetSystem()
1454 bRet = MDrv_AUDIO_SetSystem(enDecSystem); in _MApi_AUDIO_SetSystem()
1741 MS_BOOL _MApi_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem) in _MApi_AUDIO_GetDecSysSupportStatus() argument
1745 return(MDrv_AUDIO_GetDecSysSupportStatus(enDecSystem)); in _MApi_AUDIO_GetDecSysSupportStatus()
[all …]
H A DapiAUDIO_v2.c2407 MS_BOOL MApi_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in MApi_AUDIO_SetSystem() argument
2413 Status.eDecSystem = enDecSystem; in MApi_AUDIO_SetSystem()
2431 return _MApi_AUDIO_SetSystem(enDecSystem); in MApi_AUDIO_SetSystem()
2436 MS_BOOL MApi_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem) in MApi_AUDIO_GetDecSysSupportStatus() argument
2442 Status.eDecSystem = enDecSystem; in MApi_AUDIO_GetDecSysSupportStatus()
2460 return _MApi_AUDIO_GetDecSysSupportStatus(enDecSystem); in MApi_AUDIO_GetDecSysSupportStatus()
5517 void MApi_AUDIO_Init(En_DVB_decSystemType enDecSystem) in MApi_AUDIO_Init() argument
5521 MS_U32 u32param =((MS_U32)enDecSystem); in MApi_AUDIO_Init()
5538 return _MApi_AUDIO_Init(enDecSystem); in MApi_AUDIO_Init()
H A DapiAUDIO_private.h842 MS_BOOL _MApi_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
843 MS_BOOL _MApi_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
990 void _MApi_AUDIO_Init(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/curry/audio/
H A DhalAUDIO.c5548 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in HAL_AUDIO_SetSystem() argument
5557 switch (enDecSystem) in HAL_AUDIO_SetSystem()
5564 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5573 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5582 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5588 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5597 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5603 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5610 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5616 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
[all …]
H A DhalAUDIO.h399 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
400 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
657 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/
H A DhalAUDIO.c5835 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in HAL_AUDIO_SetSystem() argument
5844 switch (enDecSystem) in HAL_AUDIO_SetSystem()
5851 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5861 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5871 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5877 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5886 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5892 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5900 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5906 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
[all …]
/utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/
H A DhalAUDIO.c5961 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in HAL_AUDIO_SetSystem() argument
5969 switch (enDecSystem) in HAL_AUDIO_SetSystem()
5976 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5986 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
5996 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
6002 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
6012 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
6018 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
6025 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
6031 g_AudioVars2->AudioDecStatus[AU_DEC_ID1].eAudFormat = enDecSystem; in HAL_AUDIO_SetSystem()
[all …]
H A DhalAUDIO.h399 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
400 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
735 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/
H A DhalAUDIO.h392 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
393 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
614 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/
H A DhalAUDIO.h409 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
410 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
689 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/k6/audio/
H A DhalAUDIO.h403 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
404 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
685 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DhalAUDIO.h409 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
410 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
688 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
H A DhalSIF.c1319 MS_BOOL HAL_SIF_CheckDecSys(En_DVB_decSystemType enDecSystem) in HAL_SIF_CheckDecSys() argument
1323 dspCodeType2 = HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(enDecSystem); in HAL_SIF_CheckDecSys()
/utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/
H A DhalAUDIO.h404 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
405 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
660 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/kano/audio/
H A DhalAUDIO.h403 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
404 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
684 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/
H A DhalAUDIO.h404 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
405 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
660 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audio/
H A DhalAUDIO.h404 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
405 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
685 …DE_TYPE HAL_AUDIO_Convert_EnDVBdecSystemType_to_AudioDspCodeType(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/drv/audio/
H A DdrvSIF.c478 MS_BOOL MDrv_SIF_CheckDecSys(En_DVB_decSystemType enDecSystem) in MDrv_SIF_CheckDecSys() argument
480 return(HAL_SIF_CheckDecSys(enDecSystem)); in MDrv_SIF_CheckDecSys()
H A DdrvAudio_Common.c562 MS_BOOL MDrv_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem) in MDrv_AUDIO_SetSystem() argument
567 HAL_AUDIO_SetSystem(enDecSystem); in MDrv_AUDIO_SetSystem()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiAUDIO.h1347 MS_BOOL MApi_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
1356 MS_BOOL MApi_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
2389 void MApi_AUDIO_Init(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/messi/audio/
H A DhalAUDIO.h386 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
387 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/modules/audio/hal/mainz/audio/
H A DhalAUDIO.h386 MS_BOOL HAL_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
387 MS_BOOL HAL_AUDIO_GetDecSysSupportStatus(En_DVB_decSystemType enDecSystem);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiAUDIO.h1287 MS_BOOL MApi_AUDIO_SetSystem(En_DVB_decSystemType enDecSystem);
2295 void MApi_AUDIO_Init(En_DVB_decSystemType enDecSystem);

123