Searched refs:iOMXComponentInputBufferSize (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 802 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() 2154 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters() 2159 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2… in NegotiateVideoComponentParameters() 2164 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters() 2171 … iOMXComponentInputBufferSize = iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2; in NegotiateVideoComponentParameters() 2176 … iOMXComponentInputBufferSize = iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2; in NegotiateVideoComponentParameters() 2250 …nBufferCountMin %d", iNodeTypeId, iNumBuffers , iBufferSize , iOMXComponentInputBufferSize, iParam… in NegotiateVideoComponentParameters() [all …]
|
D | pvmf_omx_enc_node.h | 1208 …uint32 iOMXComponentInputBufferSize; // size of input buffer that the component sees (negotiated w… variable
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 892 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/ |
D | pvmf_omx_videodec_node.cpp | 466 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/ |
D | pvmf_omx_basedec_node.h | 636 …uint32 iOMXComponentInputBufferSize; // size of input buffer that the component sees (negotiated w… variable
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 566 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()
|