| /utopia/UTPA2-700.0.x/modules/audio/hal/messi/audio/ |
| H A D | halSOUND.c | 1687 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1692 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1699 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1701 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1702 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1704 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1706 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1707 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1709 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1711 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 186 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mainz/audio/ |
| H A D | halSOUND.c | 1687 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1692 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1699 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1701 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1702 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1704 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1706 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1707 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1709 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1711 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audio/ |
| H A D | halSOUND.c | 1613 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1618 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1625 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1627 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1628 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1630 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1632 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1633 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1635 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1637 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 179 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audio/ |
| H A D | halSOUND.c | 1659 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1664 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1671 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1673 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1674 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1676 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1678 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1679 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1681 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1683 dsp_addr = DSP2XboxAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 181 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/kano/audio/ |
| H A D | halSOUND.c | 1659 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1664 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1671 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1673 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1674 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1676 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1678 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1679 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1681 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1683 dsp_addr = DSP2XboxAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/ |
| H A D | halSOUND.c | 1777 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1782 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1789 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1791 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1792 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1794 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1796 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1797 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1799 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1801 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 187 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/ |
| H A D | halSOUND.c | 1813 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1818 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1825 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1827 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1828 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1830 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1832 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1833 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1835 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1837 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 187 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/k6/audio/ |
| H A D | halSOUND.c | 1657 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1662 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1669 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1671 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1672 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1674 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1676 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1677 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1679 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1681 dsp_addr = DSP2XboxAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/ |
| H A D | halSOUND.c | 1782 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1787 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1794 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1796 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1797 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1799 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1801 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1802 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1804 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1806 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 182 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/ |
| H A D | halSOUND.c | 1813 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1818 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1825 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1827 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1828 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1830 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1832 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1833 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1835 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1837 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/M7621/audio/ |
| H A D | halSOUND.c | 2114 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 2119 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 2126 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 2128 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 2129 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2131 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2133 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 2134 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2136 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2138 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/curry/audio/ |
| H A D | halSOUND.c | 1801 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 1806 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 1813 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 1815 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 1816 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1818 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1820 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 1821 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 1823 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 1825 dsp_addr = DSP2XboxAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| H A D | halSOUND.h | 186 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/maxim/audio/ |
| H A D | halSOUND.c | 2139 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 2144 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 2151 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 2153 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 2154 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2156 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2158 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 2159 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2161 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2163 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/macan/audio/ |
| H A D | halSOUND.c | 2117 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 2122 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 2129 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 2131 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 2132 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2134 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2136 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 2137 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2139 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2141 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/hal/mustang/audio/ |
| H A D | halSOUND.c | 2142 void HAL_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in HAL_SOUND_SetPEQCoef() argument 2147 if(peq_coef->sfs == 0) in HAL_SOUND_SetPEQCoef() 2154 if(peq_coef->type == AUDIO_COEF_PEQ || peq_coef->type == AUDIO_COEF_PREVER_PEQ) // PEQ setting in HAL_SOUND_SetPEQCoef() 2156 if(peq_coef->enable == FALSE) in HAL_SOUND_SetPEQCoef() 2157 peq_band_enable &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2159 peq_band_enable |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2161 if(peq_coef->precision == AUDIO_SINGLE_PRECISION) in HAL_SOUND_SetPEQCoef() 2162 peq_band_precision &= (0xFFFFFFFF ^ ((MS_U32)1<<peq_coef->band)); in HAL_SOUND_SetPEQCoef() 2164 peq_band_precision |= ((MS_U32)1<<peq_coef->band); in HAL_SOUND_SetPEQCoef() 2166 dsp_addr = DSP2PmAddr_peq48KCoeffAddr + peq_coef->band*5; in HAL_SOUND_SetPEQCoef() [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/api/audio/ |
| H A D | apiAUDIO_v2_customer.c | 17650 API_AUDIO_CUSTOMER_MSTAR_PEQ_COEF peq_coef; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() local 17655 peq_coef.band = (MS_U8)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17659 peq_coef.enable = (MS_BOOL)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17663 peq_coef.a0 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17667 peq_coef.a1 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17671 peq_coef.a2 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17675 peq_coef.b1 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17679 peq_coef.b2 = (MS_U32)arg2; in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 17681 API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef(&peq_coef); in AU_CUS_AQ_Tuning_MSTAR_SE_SET_PEQCoef() 28129 MS_BOOL API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef(API_AUDIO_CUSTOMER_MSTAR_PEQ_COEF *peq_coef) in API_AUDIO_CUSTOMER_MSTAR_SE_SET_PEQCoef() argument [all …]
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/ |
| H A D | drvSOUND.c | 566 void MDrv_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef) in MDrv_SOUND_SetPEQCoef() argument 568 HAL_SOUND_SetPEQCoef(peq_coef); in MDrv_SOUND_SetPEQCoef()
|
| /utopia/UTPA2-700.0.x/modules/audio/drv/audio/internal/ |
| H A D | drvSOUND.h | 166 void MDrv_SOUND_SetPEQCoef(AUDIO_PEQ_COEF *peq_coef);
|