omxil_generic/omxilcomplib/src/omxilincontextcallbackmanager.cpp
changeset 5 fb6faddbb212
parent 0 0e4a32b9112d
equal deleted inserted replaced
2:6add9366d894 5:fb6faddbb212
   645 	UnlockCallbackManager();
   645 	UnlockCallbackManager();
   646 	return omxError;
   646 	return omxError;
   647 
   647 
   648 	}
   648 	}
   649 
   649 
   650 #ifdef _OMXIL_COMMON_IL516C_ON
       
   651 OMX_ERRORTYPE
       
   652 COmxILInContextCallbackManager::EjectBuffersRequest(
       
   653 	OMX_U32 aLocalOmxPortIndex)
       
   654 	{
       
   655     DEBUG_PRINTF2(_L8("COmxILInContextCallbackManager::EjectBuffersRequest : aLocalOmxPortIndex[%d]"), aLocalOmxPortIndex);
       
   656 
       
   657 	OMX_ERRORTYPE omxError = DoEjectBuffersRequest(aLocalOmxPortIndex);
       
   658 	return omxError;
       
   659 
       
   660 	}
       
   661 #endif
       
   662 
       
   663 void
   650 void
   664 COmxILInContextCallbackManager::FlushQueue(
   651 COmxILInContextCallbackManager::FlushQueue(
   665 	RCbMgrBufferQueue& aQueue)
   652 	RCbMgrBufferQueue& aQueue)
   666 	{
   653 	{
   667     DEBUG_PRINTF2(_L8("COmxILInContextCallbackManager::FlushQueue : Handle[%X]"), ipHandle);
   654     DEBUG_PRINTF2(_L8("COmxILInContextCallbackManager::FlushQueue : Handle[%X]"), ipHandle);