Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp128 def.nPortIndex = kOutputPortIndex; in initPorts()
153 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()
206 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange()
234 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, 0, NULL); in handlePortSettingsChange()
247 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in handlePortSettingsChange()
252 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in handlePortSettingsChange()
256 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in handlePortSettingsChange()
318 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in copyYV12FrameToOutputBuffer()
511 bool outputPort = (newParams->nPortIndex == kOutputPortIndex); in internalSetParameter()
547 if (rectParams->nPortIndex != kOutputPortIndex) { in getConfig()
[all …]
DSoftVideoEncoderOMXComponent.cpp121 def.nPortIndex = kOutputPortIndex; in initPorts()
165 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef; in updatePortParams()
195 } else if (port->nPortIndex == kOutputPortIndex) { in internalSetPortParams()
271 } else if (format->nPortIndex == kOutputPortIndex) { in internalSetParameter()
292 if (storeParam->nPortIndex == kOutputPortIndex) { in internalSetParameter()
340 } else if (formatParams->nPortIndex == kOutputPortIndex) { in internalGetParameter()
359 if (profileLevel->nPortIndex != kOutputPortIndex) { in internalGetParameter()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.cpp353 if (bitrate->nPortIndex != kOutputPortIndex) { in internalGetParameter()
416 if (params->nPortIndex != kOutputPortIndex) { in internalSetConfig()
433 if (params->nPortIndex != kOutputPortIndex) { in internalSetConfig()
451 if (bitrate->nPortIndex != kOutputPortIndex) { in internalGetBitrateParams()
469 if (bitrate->nPortIndex != kOutputPortIndex) { in internalSetBitrateParams()
488 if (vpxAndroidParams->nPortIndex != kOutputPortIndex) { in internalGetAndroidVpxParams()
504 if (vpxAndroidParams->nPortIndex != kOutputPortIndex) { in internalSetAndroidVpxParams()
633 List<BufferInfo *> &outputBufferInfoQueue = getPortQueue(kOutputPortIndex); in onQueueFilled()
DSoftVP8Encoder.cpp123 if (vp8Params->nPortIndex != kOutputPortIndex) { in internalGetVp8Params()
136 if (vp8Params->nPortIndex != kOutputPortIndex) { in internalSetVp8Params()
DSoftVP9Encoder.cpp122 if (vp9Params->nPortIndex != kOutputPortIndex) { in internalGetVp9Params()
136 if (vp9Params->nPortIndex != kOutputPortIndex) { in internalSetVp9Params()
DSoftVPXEncoder.h177 static const uint32_t kOutputPortIndex = 1; member
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h76 kOutputPortIndex = 1, enumerator
DSoftVideoDecoderOMXComponent.h138 kOutputPortIndex = 1, enumerator
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp1047 if (intraRefreshParams->nPortIndex != kOutputPortIndex) { in getConfig()
1073 if (params->nPortIndex != kOutputPortIndex) { in internalSetConfig()
1092 if (params->nPortIndex != kOutputPortIndex) { in internalSetConfig()
1112 if (intraRefreshParams->nPortIndex != kOutputPortIndex) { in internalSetConfig()
1134 if (bitrate->nPortIndex != kOutputPortIndex) { in internalSetBitrateParams()
1374 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp435 if (kOutputPortIndex == portIndex) { in onPortFlushCompleted()
499 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); in onQueueFilled()
661 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp432 if (kOutputPortIndex == portIndex) { in onPortFlushCompleted()
495 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); in onQueueFilled()
651 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp568 if (kOutputPortIndex == portIndex) { in onPortFlushCompleted()
608 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex); in onQueueFilled()
784 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, in onQueueFilled()
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.cpp407 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()