Searched refs:iOMXComponentInputBufferSize (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 879 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable() 885 …e::HandlePortReEnable() new buffers %d, size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in HandlePortReEnable() 934 iOMXComponentInputBufferSize, // actual buffer size in HandlePortReEnable() 1120 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in NegotiateComponentParameters() 1126 …ComponentParameters() Inport buffers %d,size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in NegotiateComponentParameters()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 788 iOMXComponentInputBufferSize = 0; in PVMFOMXEncNode() 1706 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandleProcessingState() 1712 …ingState() new buffers %d, size %d", iNodeTypeId, iNumInputBuffers, iOMXComponentInputBufferSize)); in HandleProcessingState() 1728 iOMXComponentInputBufferSize, // actual buffer size in HandleProcessingState() 2092 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters() 2097 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 2… in NegotiateVideoComponentParameters() 2102 …iOMXComponentInputBufferSize = (iVideoInputFormat.iFrameWidth * iVideoInputFormat.iFrameHeight * 3… in NegotiateVideoComponentParameters() 2115 iParamPort.nBufferSize = iOMXComponentInputBufferSize; in NegotiateVideoComponentParameters() 2148 …meters() Inport buffers %d,size %d", iNodeTypeId, iNumInputBuffers, iOMXComponentInputBufferSize)); in NegotiateVideoComponentParameters() 3184 …iOMXComponentInputBufferSize = MAX_NUM_AMR_FRAMES_PER_BUFFER * (PVMF_AMRENC_DEFAULT_FRAME_DURATION… in NegotiateAudioComponentParameters() [all …]
|
D | pvmf_omx_enc_node.h | 1197 …uint32 iOMXComponentInputBufferSize; // size of input buffer that the component sees (negotiated w… variable
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 490 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in HandlePortReEnable() 496 …e::HandlePortReEnable() new buffers %d, size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in HandlePortReEnable() 544 iOMXComponentInputBufferSize, // actual buffer size in HandlePortReEnable() 696 iOMXComponentInputBufferSize = iParamPort.nBufferSize; in NegotiateComponentParameters() 702 …ComponentParameters() Inport buffers %d,size %d", iNumInputBuffers, iOMXComponentInputBufferSize)); in NegotiateComponentParameters()
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 632 …uint32 iOMXComponentInputBufferSize; // size of input buffer that the component sees (negotiated w… variable
|
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 563 iOMXComponentInputBufferSize = 0; in PVMFOMXBaseDecNode() 2975 …emPool() Allocating input buffers of size %d as well", iName.Str(), iOMXComponentInputBufferSize)); in CreateInputMemPool() 2977 iInputAllocSize += iOMXComponentInputBufferSize; in CreateInputMemPool() 4271 iOMXComponentInputBufferSize, // actual buffer size in DoPrepare()
|