Home
last modified time | relevance | path

Searched refs:iOMXComponentInputBufferSize (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp802 iOMXComponentInputBufferSize = 0; in PVMFOMXEncNode()
1742 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandleProcessingState()
1748 …ingState() new buffers %d, size %d", iNodeTypeId, iNumInputBuffers, iOMXComponentInputBufferSize)); in HandleProcessingState()
1764 iOMXComponentInputBufferSize, // actual buffer size in HandleProcessingState()
2154iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters()
2159iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2… in NegotiateVideoComponentParameters()
2164iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters()
2171iOMXComponentInputBufferSize = iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2; in NegotiateVideoComponentParameters()
2176iOMXComponentInputBufferSize = iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2; in NegotiateVideoComponentParameters()
2250 …nBufferCountMin %d", iNodeTypeId, iNumBuffers , iBufferSize , iOMXComponentInputBufferSize, iParam… in NegotiateVideoComponentParameters()
[all …]
Dpvmf_omx_enc_node.h1208 …uint32 iOMXComponentInputBufferSize; // size of input buffer that the component sees (negotiated w… variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp892 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable()
898 …e::HandlePortReEnable() new buffers %d, size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in HandlePortReEnable()
947 iOMXComponentInputBufferSize, // actual buffer size in HandlePortReEnable()
1133 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in NegotiateComponentParameters()
1139 …ComponentParameters() Inport buffers %d,size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in NegotiateComponentParameters()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp466 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable()
472 …e::HandlePortReEnable() new buffers %d, size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in HandlePortReEnable()
520 iOMXComponentInputBufferSize, // actual buffer size in HandlePortReEnable()
672 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in NegotiateComponentParameters()
678 …ComponentParameters() Inport buffers %d,size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in NegotiateComponentParameters()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h636 …uint32 iOMXComponentInputBufferSize; // size of input buffer that the component sees (negotiated w… variable
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp566 iOMXComponentInputBufferSize = 0; in PVMFOMXBaseDecNode()
3022 …emPool() Allocating input buffers of size %d as well", iName.Str(), iOMXComponentInputBufferSize)); in CreateInputMemPool()
3024 iInputAllocSize += iOMXComponentInputBufferSize; in CreateInputMemPool()
4318 iOMXComponentInputBufferSize, // actual buffer size in DoPrepare()