Home
last modified time | relevance | path

Searched refs:eDir (Results 1 – 13 of 13) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp217 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
233 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp221 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
236 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Component.h82 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */ member
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp229 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
244 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp224 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
239 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp249 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
270 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp296 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
327 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp323 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
345 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1168 if (OMX_DirInput == pBaseComponentPort->PortParam.eDir) in UseBuffer()
1295 if (OMX_DirInput == pBaseComponentPort->PortParam.eDir) in AllocateBuffer()
2539 ipPorts[PortIndex]->PortParam.eDir != OMX_DirInput) in EmptyThisBuffer()
2628 ipPorts[PortIndex]->PortParam.eDir != OMX_DirOutput) in FillThisBuffer()
3363 if (OMX_DirInput == ipPorts[PortIndex]->PortParam.eDir) in GetParameter()
3895 if (OMX_DirInput == ipPorts[PortIndex]->PortParam.eDir) in GetParameter()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp258 ipPorts[OMX_PORT_INPUTPORT_INDEX]->PortParam.eDir = OMX_DirInput; in ConstructComponent()
279 ipPorts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.eDir = OMX_DirOutput; in ConstructComponent()
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp1054 if (iParamPort.eDir == OMX_DirInput) in NegotiateComponentParameters()
1093 if (iParamPort.eDir == OMX_DirOutput) in NegotiateComponentParameters()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp596 if (iParamPort.eDir == OMX_DirInput) in NegotiateComponentParameters()
633 if (iParamPort.eDir == OMX_DirOutput) in NegotiateComponentParameters()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp1998 if (iParamPort.eDir == OMX_DirInput) in NegotiateVideoComponentParameters()
2035 if (iParamPort.eDir == OMX_DirOutput) in NegotiateVideoComponentParameters()
3208 if (iParamPort.eDir == OMX_DirInput) in NegotiateAudioComponentParameters()
3245 if (iParamPort.eDir == OMX_DirOutput) in NegotiateAudioComponentParameters()