Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp209 iParamPort.nPortIndex = iPortIndexForDynamicReconfig; in HandlePortReEnable()
211 CONFIG_SIZE_AND_VERSION(iParamPort); in HandlePortReEnable()
214 OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort); in HandlePortReEnable()
223 iYUVWidth = iParamPort.format.video.nFrameWidth; in HandlePortReEnable()
224 iYUVHeight = iParamPort.format.video.nFrameHeight; in HandlePortReEnable()
226 iOMXComponentOutputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable()
229 if (iNumOutputBuffers < iParamPort.nBufferCountMin) in HandlePortReEnable()
230 iNumOutputBuffers = iParamPort.nBufferCountMin; in HandlePortReEnable()
235 iStride = OSCL_ABS(iParamPort.format.video.nStride); in HandlePortReEnable()
236 iSliceHeight = iParamPort.format.video.nSliceHeight; in HandlePortReEnable()
[all …]
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp511 iParamPort.nPortIndex = iPortIndexForDynamicReconfig; in HandlePortReEnable()
513 CONFIG_SIZE_AND_VERSION(iParamPort); in HandlePortReEnable()
516 OMX_GetParameter(iOMXDecoder, OMX_IndexParamPortDefinition, &iParamPort); in HandlePortReEnable()
668 if (iOMXComponentOutputBufferSize < iParamPort.nBufferSize) in HandlePortReEnable()
672 iOMXComponentOutputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable()
677 if (iNumOutputBuffers < iParamPort.nBufferCountMin) in HandlePortReEnable()
678 iNumOutputBuffers = iParamPort.nBufferCountMin; in HandlePortReEnable()
797 … if ((iNumBuffers < iParamPort.nBufferCountMin) || (iBufferSize < iOMXComponentOutputBufferSize)) in HandlePortReEnable()
892 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable()
894 if (iNumInputBuffers < iParamPort.nBufferCountMin) in HandlePortReEnable()
[all …]
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp1651 iParamPort.nPortIndex = iPortIndexForDynamicReconfig; in HandleProcessingState()
1655 OMX_GetParameter(iOMXEncoder, OMX_IndexParamPortDefinition, &iParamPort); in HandleProcessingState()
1663 …iOMXComponentOutputBufferSize = ((iParamPort.format.video.nFrameWidth + 15) & (~15)) * ((iParamPor… in HandleProcessingState()
1675 …iOMXComponentOutputBufferSize = ((iParamPort.format.video.nFrameWidth + 15) & (~15)) * ((iParamPor… in HandleProcessingState()
1680 …iOMXComponentOutputBufferSize = ((iParamPort.format.video.nFrameWidth + 3) & (~3)) * (iParamPort.f… in HandleProcessingState()
1688 iYUVWidth = iParamPort.format.video.nFrameWidth; in HandleProcessingState()
1689 iYUVHeight = iParamPort.format.video.nFrameHeight; in HandleProcessingState()
1691 if (iOMXComponentOutputBufferSize < iParamPort.nBufferSize) in HandleProcessingState()
1692 iOMXComponentOutputBufferSize = iParamPort.nBufferSize; in HandleProcessingState()
1695 if (iNumOutputBuffers < iParamPort.nBufferCountMin) in HandleProcessingState()
[all …]
Dpvmf_omx_enc_node.h1238 OMX_PARAM_PORTDEFINITIONTYPE iParamPort; variable
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h676 OMX_PARAM_PORTDEFINITIONTYPE iParamPort; variable