Home
last modified time | relevance | path

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

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp532 iOutputAllocSize(0), in PVMFOMXBaseDecNode()
1293iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1496iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1696 …L_TRY(errcode, output_buf = (OutputBufCtrlStruct *) iOutBufMemoryPool->allocate(iOutputAllocSize)); in SendOutputBufferToOMXComponent()
2907 iOutputAllocSize = oscl_mem_aligned_size((uint32)sizeof(OutputBufCtrlStruct)); in CreateOutMemPool()
2919 iOutputAllocSize += iOMXComponentOutputBufferSize; in CreateOutMemPool()
2950 OSCL_TRY(leavecode, dummy_alloc = iOutBufMemoryPool->allocate(iOutputAllocSize)); in CreateOutMemPool()
4369iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare()
4943iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp647 iOutputAllocSize(0), in PVMFOMXEncNode()
1563iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1714iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState()
1887 …L_TRY(errcode, output_buf = (OutputBufCtrlStruct *) iOutBufMemoryPool->allocate(iOutputAllocSize)); in SendOutputBufferToOMXComponent()
4138 iOutputAllocSize = oscl_mem_aligned_size((uint32)sizeof(OutputBufCtrlStruct)); in CreateOutMemPool()
4146 iOutputAllocSize += iOMXComponentOutputBufferSize; in CreateOutMemPool()
4154 iOutputAllocSize += 4; // NAL SYNC WORD SIZE in CreateOutMemPool()
4184 OSCL_TRY(leavecode, dummy_alloc = iOutBufMemoryPool->allocate(iOutputAllocSize)); in CreateOutMemPool()
6178iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare()
6722iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
Dpvmf_omx_enc_node.h1190 uint32 iOutputAllocSize; variable
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h616 uint32 iOutputAllocSize; variable
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp864iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp438iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()