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.cpp1313iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1516iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1778 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendEOSBufferToOMXComponent()
2116 errcode = AllocateChunkFromMemPool(temp, iInBufMemoryPool, iInputAllocSize); in SendInputBufferToOMXComponent()
2699 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendConfigBufferToOMXComponent()
2966iInputAllocSize = oscl_mem_aligned_size((uint32) sizeof(InputBufCtrlStruct)); //aligned_size_buffe… in CreateInputMemPool()
2977 iInputAllocSize += iOMXComponentInputBufferSize; in CreateInputMemPool()
2998 OSCL_TRY(leavecode, dummy_alloc = iInBufMemoryPool->allocate(iInputAllocSize)); in CreateInputMemPool()
4269iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare()
4915iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp1565iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1726iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
3630 … OSCL_TRY(errcode, input_buf = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendEOSBufferToOMXComponent()
3717 … OSCL_TRY(errcode, temp = (InputBufCtrlStruct *) iInBufMemoryPool->allocate(iInputAllocSize)); in SendInputBufferToOMXComponent()
4066iInputAllocSize = oscl_mem_aligned_size((uint32) sizeof(InputBufCtrlStruct)); //aligned_size_buffe… in CreateInputMemPool()
4077 iInputAllocSize += iOMXComponentInputBufferSize; in CreateInputMemPool()
4098 OSCL_TRY(leavecode, dummy_alloc = iInBufMemoryPool->allocate(iInputAllocSize)); in CreateInputMemPool()
5933iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare()
6566iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
Dpvmf_omx_enc_node.h1198 …uint32 iInputAllocSize; // size of input buffer to allocate (OMX_ALLOCATE_BUFFER = size of bu… variable
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h633 …uint32 iInputAllocSize; // size of input buffer to allocate (OMX_ALLOCATE_BUFFER = size of bu… variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp932iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp542iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()