Home
last modified time | relevance | path

Searched refs:iYUVWidth (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp240 iYUVWidth = iParamPort.format.video.nFrameWidth; in HandlePortReEnable()
261 iLastYUVWidth = iYUVWidth ; in HandlePortReEnable()
285 fsiInfo->display_width = iYUVWidth; in HandlePortReEnable()
297 fsiInfo->width = (iYUVWidth + 15) & (~15); in HandlePortReEnable()
302 fsiInfo->width = (iYUVWidth + 3) & -4; in HandlePortReEnable()
307 fsiInfo->width = iYUVWidth; in HandlePortReEnable()
743 iYUVWidth = pOutputParameters->width; in NegotiateComponentParameters()
748 iYUVWidth = iParamPort.format.video.nFrameWidth; in NegotiateComponentParameters()
763 if (iLastYUVWidth != iYUVWidth || iYUVHeight != iLastYUVHeight) in NegotiateComponentParameters()
772 iLastYUVWidth = iYUVWidth ; in NegotiateComponentParameters()
[all …]
Dpvmf_omx_videodec_node.h188 int32 iYUVWidth; variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1291 int32 iYUVWidth; variable
Dpvmf_omx_enc_node.cpp1652 iYUVWidth = iParamPort.format.video.nFrameWidth; in HandleProcessingState()
6943 if (iYUVWidth > 0 && iYUVHeight > 0) in DoGetNodeMetadataKey()
7057 iYUVWidth > 0) in DoGetNodeMetadataValue()
7085 KeyVal.value.uint32_value = iYUVWidth; in DoGetNodeMetadataValue()
7836 if (iYUVWidth > 0 && iYUVHeight > 0) in GetNumMetadataKeys()
8006 iYUVWidth > 0) in GetNumMetadataValues()