Searched refs:AudioAacParam (Results 1 – 3 of 3) sorted by relevance
253 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nPortIndex = OMX_PORT_INPUTPORT_INDEX; in ConstructComponent()254 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nChannels = 2; in ConstructComponent()255 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nBitRate = 0; in ConstructComponent()256 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nSampleRate = 44100; in ConstructComponent()257 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nAudioBandWidth = 0; in ConstructComponent()258 …ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nFrameLength = 2048; // use HE_PS frame size as d… in ConstructComponent()259 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.eChannelMode = OMX_AUDIO_ChannelModeStereo; in ConstructComponent()260 …ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.eAACProfile = OMX_AUDIO_AACObjectHE_PS; //OMX_… in ConstructComponent()261 …ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.eAACStreamFormat = OMX_AUDIO_AACStreamFormatMP2AD… in ConstructComponent()365 …OMX_AUDIO_AACSTREAMFORMATTYPE InFormat = ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.eAACStre… in SyncWithInputTimestamp()[all …]
94 OMX_AUDIO_PARAM_AACPROFILETYPE AudioAacParam; member
3264 …oscl_memcpy(pAudioAac, &ipPorts[PortIndex]->AudioAacParam, sizeof(OMX_AUDIO_PARAM_AACPROFILETYPE)); in GetParameter()3487 …oscl_memcpy(&ipPorts[PortIndex]->AudioAacParam, pAudioAac, sizeof(OMX_AUDIO_PARAM_AACPROFILETYPE)); in SetParameter()3489 if ((ipPorts[PortIndex]->AudioAacParam.eAACProfile == OMX_AUDIO_AACObjectHE) in SetParameter()3490 || (ipPorts[PortIndex]->AudioAacParam.eAACProfile == OMX_AUDIO_AACObjectHE_PS)) in SetParameter()