Searched refs:iInputAllocSize (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 1335 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1538 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1800 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendEOSBufferToOMXComponent() 2152 errcode = AllocateChunkFromMemPool(temp, iInBufMemoryPool, iInputAllocSize); in SendInputBufferToOMXComponent() 2743 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendConfigBufferToOMXComponent() 3013 …iInputAllocSize = oscl_mem_aligned_size((uint32) sizeof(InputBufCtrlStruct)); //aligned_size_buffe… in CreateInputMemPool() 3024 iInputAllocSize += iOMXComponentInputBufferSize; in CreateInputMemPool() 3045 OSCL_TRY(leavecode, dummy_alloc = iInBufMemoryPool->allocate(iInputAllocSize)); in CreateInputMemPool() 4316 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare() 4971 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 1601 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1762 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 3790 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendEOSBufferToOMXComponent() 3878 … OSCL_TRY(errcode, temp = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendInputBufferToOMXComponent() 4247 …iInputAllocSize = oscl_mem_aligned_size((uint32) sizeof(InputBufCtrlStruct)); //aligned_size_buffe… in CreateInputMemPool() 4258 iInputAllocSize += iOMXComponentInputBufferSize; in CreateInputMemPool() 4279 OSCL_TRY(leavecode, dummy_alloc = iInBufMemoryPool->allocate(iInputAllocSize)); in CreateInputMemPool() 6117 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare() 6750 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
|
D | pvmf_omx_enc_node.h | 1209 …uint32 iInputAllocSize; // size of input buffer to allocate (OMX_ALLOCATE_BUFFER = size of bu… variable
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 637 …uint32 iInputAllocSize; // size of input buffer to allocate (OMX_ALLOCATE_BUFFER = size of bu… variable
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 945 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 518 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
|