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.cpp1627 if (iInputBufferToResendToComponent != NULL) in HandleProcessingState()
1632 OMX_EmptyThisBuffer(iOMXDecoder, iInputBufferToResendToComponent); in HandleProcessingState()
1633 iInputBufferToResendToComponent = NULL; // do this only once in HandleProcessingState()
3058 iInputBufferToResendToComponent = NULL; // nothing to resend yet in CreateInputMemPool()
3624 iInputBufferToResendToComponent = NULL; in EmptyBufferDoneProcessing()
/external/opencore/nodes/pvomxbasedecnode/include/
Dpvmf_omx_basedec_node.h684 …OMX_BUFFERHEADERTYPE *iInputBufferToResendToComponent; // ptr to input buffer that is not empty, b… variable
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.h1246 …OMX_BUFFERHEADERTYPE *iInputBufferToResendToComponent; // ptr to input buffer that is not empty, b… variable
Dpvmf_omx_enc_node.cpp1830 if (iInputBufferToResendToComponent != NULL) in HandleProcessingState()
1835 OMX_EmptyThisBuffer(iOMXEncoder, iInputBufferToResendToComponent); in HandleProcessingState()
1836 iInputBufferToResendToComponent = NULL; // do this only once in HandleProcessingState()
4292 iInputBufferToResendToComponent = NULL; // nothing to resend yet in CreateInputMemPool()
5005 iInputBufferToResendToComponent = NULL; in EmptyBufferDoneProcessing()