Bug:
7261738
Change-Id: I1baf82b37120207de9f757a66e76185e68a81b80
Signed-off-by: Dima Zavin <dima@android.com>
Exynos_OMX_Release_Resource(pOMXComponent);
}
- Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "destState: %d", destState);
+ Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "destState: %d currentState: %d", destState, currentState);
switch (destState) {
case OMX_StateInvalid:
switch (currentState) {
/*
* if (CHECK_PORT_TUNNELED == OMX_TRUE) thenTunnel Buffer Free
*/
+ Exynos_OSAL_SignalSet(pExynosComponent->abendStateEvent);
+ Exynos_OMX_Release_Resource(pOMXComponent);
goto EXIT;
}
if (pExynosComponent->bMultiThreadProcess == OMX_FALSE) {