Home
last modified time | relevance | path

Searched refs:iInputBufferToResendToComponent (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp1605 if (iInputBufferToResendToComponent != NULL) in HandleProcessingState()
1610 OMX_EmptyThisBuffer(iOMXDecoder, iInputBufferToResendToComponent); in HandleProcessingState()
1611 iInputBufferToResendToComponent = NULL; // do this only once in HandleProcessingState()
3011 iInputBufferToResendToComponent = NULL; // nothing to resend yet in CreateInputMemPool()
3577 iInputBufferToResendToComponent = NULL; in EmptyBufferDoneProcessing()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h680 …OMX_BUFFERHEADERTYPE *iInputBufferToResendToComponent; // ptr to input buffer that is not empty, b… variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1235 …OMX_BUFFERHEADERTYPE *iInputBufferToResendToComponent; // ptr to input buffer that is not empty, b… variable
Dpvmf_omx_enc_node.cpp1794 if (iInputBufferToResendToComponent != NULL) in HandleProcessingState()
1799 OMX_EmptyThisBuffer(iOMXEncoder, iInputBufferToResendToComponent); in HandleProcessingState()
1800 iInputBufferToResendToComponent = NULL; // do this only once in HandleProcessingState()
4111 iInputBufferToResendToComponent = NULL; // nothing to resend yet in CreateInputMemPool()
4812 iInputBufferToResendToComponent = NULL; in EmptyBufferDoneProcessing()