Searched refs:aac_ip (Results 1 – 2 of 2) sorted by relevance
203 OMX_AUDIO_PARAM_AACPROFILETYPE *aac_ip = NULL; in OMX_ComponentInit() local286 OMX_MALLOC_GENERIC(aac_ip,OMX_AUDIO_PARAM_AACPROFILETYPE); in OMX_ComponentInit()288 pComponentPrivate->aacParams = aac_ip; in OMX_ComponentInit()450 OMX_CONF_INIT_STRUCT(aac_ip, OMX_AUDIO_PARAM_AACPROFILETYPE); in OMX_ComponentInit()451 aac_ip->nPortIndex = INPUT_PORT_AACDEC; in OMX_ComponentInit()452 aac_ip->nSampleRate = AACD_SAMPLING_FREQUENCY; in OMX_ComponentInit()453 aac_ip->nChannels = STEREO_INTERLEAVED_STREAM_AACDEC; in OMX_ComponentInit()454 aac_ip->eChannelMode = OMX_AUDIO_ChannelModeStereo; in OMX_ComponentInit()455 aac_ip->eAACProfile = OMX_AUDIO_AACObjectLC; in OMX_ComponentInit()456 aac_ip->eAACStreamFormat = OMX_AUDIO_AACStreamFormatMP2ADTS; in OMX_ComponentInit()[all …]
168 OMX_AUDIO_PARAM_AACPROFILETYPE *aac_ip = NULL; in OMX_ComponentInit() local205 OMX_MALLOC_GENERIC(aac_ip, OMX_AUDIO_PARAM_AACPROFILETYPE); in OMX_ComponentInit()208 ((AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->aacParams[INPUT_PORT] = aac_ip; in OMX_ComponentInit()