equal
deleted
inserted
replaced
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); |