Searched refs:ThrTbl (Results 1 – 12 of 12) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO.c | 2835 void _MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl) in _MApi_AUDIO_SIF_SetThreshold() argument 2841 MDrv_SIF_SetThreshold(ThrTbl, BTSC_TBL_INDEX, BTSC_TBL_LENGTH, BTSC_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2845 MDrv_SIF_SetThreshold(ThrTbl, FM_RADIO_TBL_INDEX, FM_RADIO_TBL_LENGTH, FM_RADIO_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2849 MDrv_SIF_SetThreshold(ThrTbl, A2_M_TBL_INDEX, A2_M_TBL_LENGTH, A2_M_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2850 MDrv_SIF_SetThreshold(ThrTbl, A2_BG_TBL_INDEX, A2_BG_TBL_LENGTH, A2_BG_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2851 MDrv_SIF_SetThreshold(ThrTbl, A2_DK_TBL_INDEX, A2_DK_TBL_LENGTH, A2_DK_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2852 MDrv_SIF_SetThreshold(ThrTbl, FM_I_TBL_INDEX, FM_I_TBL_LENGTH, A2_I_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2853 MDrv_SIF_SetThreshold(ThrTbl, AM_TBL_INDEX, AM_TBL_LENGTH, AM_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2854 MDrv_SIF_SetThreshold(ThrTbl, NICAM_BG_TBL_INDEX, NICAM_BG_TBL_LENGTH, NICAM_BG_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() 2855 MDrv_SIF_SetThreshold(ThrTbl, NICAM_I_TBL_INDEX, NICAM_I_TBL_LENGTH, NICAM_I_STANDARD); in _MApi_AUDIO_SIF_SetThreshold() [all …]
|
| H A D | apiAUDIO_v2_customer_utopia.h | 618 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl);
|
| H A D | apiAUDIO_v2.c | 3026 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl) in MApi_AUDIO_SIF_SetThreshold() argument 3037 …if (UtopiaIoctl(_pInstantAudio, MApi_CMD_AUDIO_SIF_SetThreshold, (THR_TBL_TYPE *)ThrTbl) != UTOPIA… in MApi_AUDIO_SIF_SetThreshold() 3046 return _MApi_AUDIO_SIF_SetThreshold(ThrTbl); in MApi_AUDIO_SIF_SetThreshold()
|
| H A D | apiAUDIO_v2.h | 729 THR_TBL_TYPE code *ThrTbl;
|
| H A D | apiAUDIO_private.h | 872 void _MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl);
|
| H A D | apiAUDIO_v2_customer.h | 1978 MS_BOOL API_AUDIO_CUSTOMER_SIF_SetThreshold(API_AUDIO_CUSTOMER_SIF_THR_TBL_TYPE *ThrTbl);
|
| H A D | apiAUDIO_v2_customer.c | 25983 MS_BOOL API_AUDIO_CUSTOMER_SIF_SetThreshold(API_AUDIO_CUSTOMER_SIF_THR_TBL_TYPE *ThrTbl) in API_AUDIO_CUSTOMER_SIF_SetThreshold() argument 25987 MApi_AUDIO_SIF_SetThreshold((THR_TBL_TYPE*)ThrTbl); in API_AUDIO_CUSTOMER_SIF_SetThreshold()
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/ |
| H A D | drvSIF.c | 246 void MDrv_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl, MS_U8 start_i, MS_U8 num, AUDIO_SIF_SYSTEM_TYPE st… in MDrv_SIF_SetThreshold() argument 253 ThrTbl = ThrTbl+start_i; in MDrv_SIF_SetThreshold() 256 value =( (0x00FF & ThrTbl->HiByteValue) <<8)|(0x00FF & ThrTbl->LowByteValue); in MDrv_SIF_SetThreshold() 258 ThrTbl++; in MDrv_SIF_SetThreshold()
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | apiAUDIO.h | 1572 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE code *ThrTbl); 1574 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl);
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/internal/ |
| H A D | drvSIF.h | 130 void MDrv_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl, MS_U8 start_i, MS_U8 num, AUDIO_SIF_SYSTEM_TYPE…
|
| /utopia/UTPA2-700.0.x/projects/tmplib/include/ |
| H A D | apiAUDIO.h | 1511 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE code *ThrTbl);
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 48865 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE code *ThrTbl); 48867 void MApi_AUDIO_SIF_SetThreshold(THR_TBL_TYPE *ThrTbl);
|