Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp1335iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1538iInputAllocSize, // 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()
3013iInputAllocSize = 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()
4316iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare()
4971iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp1601iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1762iInputAllocSize, // 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()
4247iInputAllocSize = 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()
6117iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare()
6750iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
Dpvmf_omx_enc_node.h1209 …uint32 iInputAllocSize; // size of input buffer to allocate (OMX_ALLOCATE_BUFFER = size of bu… variable
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h637 …uint32 iInputAllocSize; // size of input buffer to allocate (OMX_ALLOCATE_BUFFER = size of bu… variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp945iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp518iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()