Home
last modified time | relevance | path

Searched refs:eChannelMapping (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp249 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[0] = OMX_AUDIO_ChannelLF; in ConstructComponent()
250 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[1] = OMX_AUDIO_ChannelRF; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp267 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[0] = OMX_AUDIO_ChannelLF; in ConstructComponent()
268 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[1] = OMX_AUDIO_ChannelRF; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp270 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[0] = OMX_AUDIO_ChannelLF; in ConstructComponent()
271 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[1] = OMX_AUDIO_ChannelRF; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp262 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[0] = OMX_AUDIO_ChannelLF; in ConstructComponent()
263 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->AudioPcmMode.eChannelMapping[1] = OMX_AUDIO_ChannelRF; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Audio.h189 …OMX_AUDIO_CHANNELTYPE eChannelMapping[OMX_AUDIO_MAXCHANNELS]; /**< Slot i contains channel defined… member