Home
last modified time | relevance | path

Searched refs:OMX_DirInput (Results 1 – 20 of 20) sorted by relevance

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Types.h266 OMX_DirInput, /**< Port is an input port */ enumerator
DOMX_AsString.h708 case OMX_DirInput: return "Input";
/frameworks/av/media/libstagefright/omx/
DSimpleSoftOMXComponent.cpp423 && port->mDef.eDir == OMX_DirInput) in onMessageReceived()
550 if (port->mDef.eDir == OMX_DirInput) { in onPortEnable()
607 if (port->mDef.eDir == OMX_DirInput) { in onPortFlush()
DSoftVideoDecoderOMXComponent.cpp106 def.eDir = OMX_DirInput; in initPorts()
DSoftVideoEncoderOMXComponent.cpp94 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/raw/
DSoftRaw.cpp60 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/gsm/dec/
DSoftGSM.cpp67 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/g711/dec/
DSoftG711.cpp66 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
DSoftAMRNBEncoder.cpp71 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/dec/
DSoftFlacDecoder.cpp71 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/mp3dec/
DSoftMP3.cpp74 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrwbenc/
DSoftAMRWBEncoder.cpp78 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
DSoftAMR.cpp82 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.cpp87 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/flac/enc/
DSoftFlacEncoder.cpp119 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
DSoftVorbis.cpp87 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacenc/
DSoftAACEncoder2.cpp85 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp99 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp138 def.eDir = OMX_DirInput; in initPorts()
/frameworks/av/media/libstagefright/
DACodec.cpp4964 if (def.eDir != (portIndex == kPortIndexOutput ? OMX_DirOutput : OMX_DirInput)) { in getPortFormat()
7926 if (config->eDir != (portIndex == kPortIndexInput ? OMX_DirInput : OMX_DirOutput)) { in getVendorParameters()