Searched refs:AACENC_CONFIG (Results 1 – 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | aacenc.h | 101 } AACENC_CONFIG; typedef 138 HI_S32 AACInitDefaultConfig(AACENC_CONFIG *pstConfig); 151 HI_S32 AACEncoderOpen(AAC_ENCODER_S **phAacPlusEnc, const AACENC_CONFIG *pstConfig);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | aacenc.h | 101 } AACENC_CONFIG; typedef 138 HI_S32 AACInitDefaultConfig(AACENC_CONFIG *pstConfig); 151 HI_S32 AACEncoderOpen(AAC_ENCODER_S **phAacPlusEnc, const AACENC_CONFIG *pstConfig);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/audio/adp/ |
D | audio_aac_adp.c | 60 typedef HI_S32 (*pAACInitDefaultConfig_Callback)(AACENC_CONFIG *pstConfig); 61 typedef HI_S32 (*pAACEncoderOpen_Callback)(AAC_ENCODER_S **phAacPlusEnc, const AACENC_CONFIG *pstCo… 243 static HI_S32 AACInitDefaultConfig_Adp(AACENC_CONFIG *pstConfig) in AACInitDefaultConfig_Adp() 252 static HI_S32 AACEncoderOpen_Adp(AAC_ENCODER_S **phAacPlusEnc, const AACENC_CONFIG *pstConfig) in AACEncoderOpen_Adp() 483 static hi_s32 aenc_get_aaclc_bitrate(const AACENC_CONFIG *config, hi_s32 *min_rate, in aenc_get_aaclc_bitrate() 524 static hi_s32 aenc_check_aaclc_config(const AACENC_CONFIG *config) in aenc_check_aaclc_config() 555 static hi_s32 aenc_get_eaac_bitrate(const AACENC_CONFIG *config, hi_s32 *min_rate, in aenc_get_eaac_bitrate() 592 static hi_s32 aenc_check_eaac_config(const AACENC_CONFIG *config) in aenc_check_eaac_config() 623 static hi_s32 aenc_get_eaacplus_bitrate(const AACENC_CONFIG *config, hi_s32 *min_rate, in aenc_get_eaacplus_bitrate() 658 static hi_s32 aenc_check_eaacplus_config(const AACENC_CONFIG *config) in aenc_check_eaacplus_config() [all …]
|