Searched refs:iInputAllocSize (Results 1 – 6 of 6) sorted by relevance
/external/opencore/nodes/pvomxbasedecnode/src/ |
D | pvmf_omx_basedec_node.cpp | 1313 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1516 … iInputAllocSize, // 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() 2966 …iInputAllocSize = 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() 4269 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare() 4915 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_node.cpp | 1565 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandleProcessingState() 1726 … iInputAllocSize, // 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() 4066 …iInputAllocSize = 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() 5933 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoPrepare() 6566 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in DoReset()
|
D | pvmf_omx_enc_node.h | 1198 …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 | 633 …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 | 932 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 542 … iInputAllocSize, // size to allocate from pool (hdr only or hdr+ buffer) in HandlePortReEnable()
|