/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Thread.c | 177 if (pComponentPrivate->eState != OMX_StateLoaded) in OMX_VIDENC_Thread() 293 (pComponentPrivate->eState != OMX_StatePause && in OMX_VIDENC_Thread() 294 pComponentPrivate->eState != OMX_StateIdle && in OMX_VIDENC_Thread() 295 pComponentPrivate->eState != OMX_StateLoaded)) in OMX_VIDENC_Thread() 312 (pComponentPrivate->eState!= OMX_StatePause && in OMX_VIDENC_Thread() 313 pComponentPrivate->eState != OMX_StateIdle && in OMX_VIDENC_Thread() 314 pComponentPrivate->eState != OMX_StateLoaded)) in OMX_VIDENC_Thread()
|
D | OMX_VideoEncoder.c | 1092 pComponentPrivate->eState = OMX_StateLoaded; in SetCallbacks() 1131 if (pComponentPrivate->eState == OMX_StateInvalid) in GetComponentVersion() 1188 if (pComponentPrivate->eState == OMX_StateInvalid) in SendCommand() 1214 pComponentPrivate->eState == OMX_StateIdle) in SendCommand() 1420 if (pComponentPrivate->eState == OMX_StateInvalid) in GetParameter() 1842 if ((pComponentPrivate->eState != OMX_StateLoaded) && in SetParameter() 1843 (pComponentPrivate->eState != OMX_StateWaitForResources) && in SetParameter() 2252 if (pComponentPrivate->eState == OMX_StateInvalid) in GetConfig() 2456 if (pComponentPrivate->eState == OMX_StateInvalid) in SetConfig() 2727 *pState = ((VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->eState; in GetState() [all …]
|
D | OMX_VideoEnc_Utils.c | 411 pComponentPrivate->eState = OMX_StateInvalid; in OMX_VIDENC_HandleError() 844 if (pComponentPrivate->eState != OMX_StateLoaded) in OMX_VIDENC_HandleCommandEnablePort() 868 if (pComponentPrivate->eState != OMX_StateLoaded) in OMX_VIDENC_HandleCommandEnablePort() 892 if (pComponentPrivate->eState != OMX_StateLoaded) in OMX_VIDENC_HandleCommandEnablePort() 1176 if (pComponentPrivate->eState == OMX_StateInvalid) in OMX_VIDENC_HandleCommandStateSet() 1186 pComponentPrivate->eState = OMX_StateInvalid; in OMX_VIDENC_HandleCommandStateSet() 1200 if (pComponentPrivate->eState == OMX_StateWaitForResources) in OMX_VIDENC_HandleCommandStateSet() 1208 else if (pComponentPrivate->eState == OMX_StateLoaded) in OMX_VIDENC_HandleCommandStateSet() 1210 pComponentPrivate->eState = OMX_StateWaitForResources; in OMX_VIDENC_HandleCommandStateSet() 1265 switch (pComponentPrivate->eState) in OMX_VIDENC_HandleCommandStateSetIdle() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 794 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 804 if(eState == OMX_StateIdle) in send_command_proxy() 821 else if(eState == OMX_StateLoaded) in send_command_proxy() 829 else if(eState == OMX_StateWaitForResources) in send_command_proxy() 836 else if(eState == OMX_StateExecuting) in send_command_proxy() 844 else if(eState == OMX_StatePause) in send_command_proxy() 852 else if(eState == OMX_StateInvalid) in send_command_proxy() 855 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() 861 eState); in send_command_proxy() 871 if(eState == OMX_StateLoaded) in send_command_proxy() [all …]
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
D | test_sample_proxy.c | 194 OMX_STATETYPE eState; member 215 OMX_STATETYPE eState; member 377 OMX_STRING OMX_TEST_StateToString(OMX_STATETYPE eState) in OMX_TEST_StateToString() argument 381 switch (eState) in OMX_TEST_StateToString() 435 pContext->eState = (OMX_STATETYPE) nData2; in SampleTest_EventHandler() 935 (pContext->eState == OMX_StateLoaded)) in SampleTest_TransitionWait() 962 (pContext->eState == OMX_StateIdle)) in SampleTest_TransitionWait() 974 if (pContext->eState != eToState) in SampleTest_TransitionWait() 1047 eError = OMX_GetState(pContext->hComp, &pContext->eState); in main() 1049 if (OMX_StateLoaded != pContext->eState) in main()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 729 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 737 if (eState == OMX_StateIdle) { in send_command_proxy() 750 else if (eState == OMX_StateLoaded) { in send_command_proxy() 757 else if (eState == OMX_StateWaitForResources) { in send_command_proxy() 763 else if (eState == OMX_StateExecuting) { in send_command_proxy() 770 else if (eState == OMX_StatePause) { in send_command_proxy() 777 else if (eState == OMX_StateInvalid) { in send_command_proxy() 779 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() 783 eState); in send_command_proxy() 792 if (eState == OMX_StateLoaded) { in send_command_proxy() [all …]
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
D | OMX_Other.h | 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member 276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
D | OMX_Other.h | 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member 276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
D | OMX_Other.h | 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member 276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
|
/hardware/qcom/media/mm-core/inc/ |
D | OMX_Other.h | 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member 276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
D | OMX_Other.h | 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member 276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Utils.c | 1778 …if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pInPortDef->bPopulated) … in VIDDEC_DisablePort() 1793 …if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pOutPortDef->bPopulated)… in VIDDEC_DisablePort() 1810 …if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pInPortDef->bPopulated) … in VIDDEC_DisablePort() 1824 …if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pInPortDef->bPopulated) … in VIDDEC_DisablePort() 1836 …if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pOutPortDef->bPopulated)… in VIDDEC_DisablePort() 2037 …if (nParam1 == VIDDEC_INPUT_PORT && (pComponentPrivate->eState == OMX_StateLoaded || pComponentPri… in VIDDEC_EnablePort() 2048 else if (nParam1 == VIDDEC_OUTPUT_PORT && (pComponentPrivate->eState == OMX_StateLoaded || in VIDDEC_EnablePort() 2060 else if (nParam1 == VIDDEC_BOTH_PORT && (pComponentPrivate->eState == OMX_StateLoaded || in VIDDEC_EnablePort() 2081 else if (nParam1 == OMX_ALL && && (pComponentPrivate->eState == OMX_StateLoaded || in VIDDEC_EnablePort() 2100 …if((!(pComponentPrivate->eState == OMX_StateLoaded) && !pComponentPrivate->pInPortDef->bPopulated)… in VIDDEC_EnablePort() [all …]
|
D | OMX_VideoDecoder.c | 528 pComponentPrivate->eState = OMX_StateLoaded; in VIDDEC_SetCallbacks() 625 if (pComponentPrivate->eState == OMX_StateInvalid) { in VIDDEC_SendCommand() 806 if (pComponentPrivate->eState == OMX_StateInvalid) { in VIDDEC_GetParameter() 1163 if (pComponentPrivate->eState == OMX_StateInvalid) { in VIDDEC_CheckSetParameter() 1167 …if (pComponentPrivate->eState != OMX_StateLoaded && pComponentPrivate->eState != OMX_StateWaitForR… in VIDDEC_CheckSetParameter() 1695 if (pComponentPrivate->eState == OMX_StateInvalid) { in VIDDEC_GetConfig() 2007 if (pComponentPrivate->eState == OMX_StateInvalid) { in VIDDEC_SetConfig() 2315 *pState = ((VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->eState; in VIDDEC_GetState() 2326 *pState = ((VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->eState; in VIDDEC_GetState() 2380 …pBuffHead, pBuffHead->nInputPortIndex,pComponentPrivate->eState,pBuffHead->nFlags,pComponentPrivat… in VIDDEC_EmptyThisBuffer() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
D | venc_test.cpp | 485 void SetState(OMX_STATETYPE eState) in SetState() argument 487 #define GOTO_STATE(eState) \ in SetState() argument 488 case eState: \ in SetState() 490 D("Going to state " # eState"..."); \ in SetState() 493 (OMX_U32) eState, \ in SetState() 495 while (m_eState != eState) \ in SetState() 499 D("Now in state " # eState); \ in SetState() 503 switch (eState) in SetState() 1032 #define SET_STATE(eState) \ in EVT_CB() argument 1033 case eState: \ in EVT_CB() [all …]
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 1640 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 1645 m_state, eState); in send_command_proxy() 1650 DEBUG_PRINT_HIGH("\n Current State %d, Expected State %d", m_state, eState); in send_command_proxy() 1656 if(eState == OMX_StateIdle) in send_command_proxy() 1673 else if(eState == OMX_StateLoaded) in send_command_proxy() 1681 else if(eState == OMX_StateWaitForResources) in send_command_proxy() 1688 else if(eState == OMX_StateExecuting) in send_command_proxy() 1696 else if(eState == OMX_StatePause) in send_command_proxy() 1704 else if(eState == OMX_StateInvalid) in send_command_proxy() 1707 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() [all …]
|
D | omx_vdec.cpp | 1723 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 1728 m_state, eState); in send_command_proxy() 1733 DEBUG_PRINT_HIGH("\n Current State %d, Expected State %d", m_state, eState); in send_command_proxy() 1739 if(eState == OMX_StateIdle) in send_command_proxy() 1756 else if(eState == OMX_StateLoaded) in send_command_proxy() 1764 else if(eState == OMX_StateWaitForResources) in send_command_proxy() 1771 else if(eState == OMX_StateExecuting) in send_command_proxy() 1779 else if(eState == OMX_StatePause) in send_command_proxy() 1787 else if(eState == OMX_StateInvalid) in send_command_proxy() 1790 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/ |
D | venc_test.cpp | 525 void SetState(OMX_STATETYPE eState) in SetState() argument 527 #define GOTO_STATE(eState) \ in SetState() argument 528 case eState: \ in SetState() 530 D("Going to state " # eState"..."); \ in SetState() 533 (OMX_U32) eState, \ in SetState() 535 while (m_eState != eState) \ in SetState() 539 D("Now in state " # eState); \ in SetState() 543 switch (eState) { in SetState() 1053 #define SET_STATE(eState) \ in EVT_CB() argument 1054 case eState: \ in EVT_CB() [all …]
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 1706 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 1711 m_state, eState); in send_command_proxy() 1715 DEBUG_PRINT_HIGH("\n Current State %d, Expected State %d", m_state, eState); in send_command_proxy() 1720 if (eState == OMX_StateIdle) { in send_command_proxy() 1733 else if (eState == OMX_StateLoaded) { in send_command_proxy() 1740 else if (eState == OMX_StateWaitForResources) { in send_command_proxy() 1746 else if (eState == OMX_StateExecuting) { in send_command_proxy() 1753 else if (eState == OMX_StatePause) { in send_command_proxy() 1760 else if (eState == OMX_StateInvalid) { in send_command_proxy() 1762 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() [all …]
|
D | omx_vdec.cpp | 1711 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 1715 cmd, m_state, eState); in send_command_proxy() 1719 DEBUG_PRINT_HIGH("Current State %d, Expected State %d", m_state, eState); in send_command_proxy() 1727 if (eState == OMX_StateIdle) { in send_command_proxy() 1740 else if (eState == OMX_StateLoaded) { in send_command_proxy() 1747 else if (eState == OMX_StateWaitForResources) { in send_command_proxy() 1753 else if (eState == OMX_StateExecuting) { in send_command_proxy() 1760 else if (eState == OMX_StatePause) { in send_command_proxy() 1767 else if (eState == OMX_StateInvalid) { in send_command_proxy() 1769 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() [all …]
|
D | omx_vdec_msm8974.cpp | 1859 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local 1864 m_state, eState); in send_command_proxy() 1868 DEBUG_PRINT_HIGH("\n Current State %d, Expected State %d", m_state, eState); in send_command_proxy() 1873 if (eState == OMX_StateIdle) { in send_command_proxy() 1886 else if (eState == OMX_StateLoaded) { in send_command_proxy() 1893 else if (eState == OMX_StateWaitForResources) { in send_command_proxy() 1899 else if (eState == OMX_StateExecuting) { in send_command_proxy() 1906 else if (eState == OMX_StatePause) { in send_command_proxy() 1913 else if (eState == OMX_StateInvalid) { in send_command_proxy() 1915 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy() [all …]
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 878 OMX_STATETYPE eState; member 1338 (((pComponentPrivate->eState == OMX_StatePause) || \ 1339 (pComponentPrivate->eState == OMX_StateExecuting)) && \ 1343 (((pComponentPrivate->eState == OMX_StateIdle)) && \
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 585 OMX_STATETYPE eState; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
D | VideoEncTest.c | 310 OMX_STATETYPE eState; member 1784 OMX_ERRORTYPE VIDENCTEST_HandleState(MYDATATYPE* pAppData, OMX_U32 eState) in VIDENCTEST_HandleState() argument 1793 switch (eState) { in VIDENCTEST_HandleState()
|