Searched refs:kOutputPortIndex (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 128 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 …]
|
D | SoftVideoEncoderOMXComponent.cpp | 121 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/ |
D | SoftVPXEncoder.cpp | 353 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()
|
D | SoftVP8Encoder.cpp | 123 if (vp8Params->nPortIndex != kOutputPortIndex) { in internalGetVp8Params() 136 if (vp8Params->nPortIndex != kOutputPortIndex) { in internalSetVp8Params()
|
D | SoftVP9Encoder.cpp | 122 if (vp9Params->nPortIndex != kOutputPortIndex) { in internalGetVp9Params() 136 if (vp9Params->nPortIndex != kOutputPortIndex) { in internalSetVp9Params()
|
D | SoftVPXEncoder.h | 177 static const uint32_t kOutputPortIndex = 1; member
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 76 kOutputPortIndex = 1, enumerator
|
D | SoftVideoDecoderOMXComponent.h | 138 kOutputPortIndex = 1, enumerator
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 1047 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/ |
D | SoftAVCDec.cpp | 435 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/ |
D | SoftHEVC.cpp | 432 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/ |
D | SoftMPEG2.cpp | 568 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/ |
D | SoftMPEG4.cpp | 407 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef; in updatePortDefinitions()
|