Searched refs:iOutputAllocSize (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 532 iOutputAllocSize(0), in PVMFOMXBaseDecNode() 1293 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1496 … iOutputAllocSize, // 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() 4369 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare() 4943 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 647 iOutputAllocSize(0), in PVMFOMXEncNode() 1563 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1714 … iOutputAllocSize, // 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() 6178 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare() 6722 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
|
D | pvmf_omx_enc_node.h | 1190 uint32 iOutputAllocSize; variable
|
/external/opencore/nodes/pvomxbasedecnode/include/ |
D | pvmf_omx_basedec_node.h | 616 uint32 iOutputAllocSize; variable
|
/external/opencore/nodes/pvomxaudiodecnode/src/ |
D | pvmf_omx_audiodec_node.cpp | 864 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 438 … iOutputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
|