Home
last modified time | relevance | path

Searched refs:eState (Results 1 – 25 of 32) sorted by relevance

12

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c177 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()
DOMX_VideoEncoder.c1092 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 …]
DOMX_VideoEnc_Utils.c411 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/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
Domx_qcelp13_aenc.cpp1296 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1298 nState = eState; in send_command_proxy()
1313 if (OMX_StateIdle == eState) in send_command_proxy()
1329 } else if (eState == OMX_StateLoaded) in send_command_proxy()
1340 else if (eState == OMX_StateWaitForResources) in send_command_proxy()
1346 else if (eState == OMX_StateExecuting) in send_command_proxy()
1357 else if (eState == OMX_StatePause) in send_command_proxy()
1368 else if (eState == OMX_StateInvalid) in send_command_proxy()
1380 DEBUG_PRINT_ERROR("SCP-->Loaded to Invalid(%d))\n",eState); in send_command_proxy()
1390 if (OMX_StateLoaded == eState) in send_command_proxy()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
Domx_amr_aenc.cpp1292 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1294 nState = eState; in send_command_proxy()
1309 if (OMX_StateIdle == eState) in send_command_proxy()
1325 } else if (eState == OMX_StateLoaded) in send_command_proxy()
1336 else if (eState == OMX_StateWaitForResources) in send_command_proxy()
1342 else if (eState == OMX_StateExecuting) in send_command_proxy()
1353 else if (eState == OMX_StatePause) in send_command_proxy()
1364 else if (eState == OMX_StateInvalid) in send_command_proxy()
1376 DEBUG_PRINT_ERROR("SCP-->Loaded to Invalid(%d))\n",eState); in send_command_proxy()
1386 if (OMX_StateLoaded == eState) in send_command_proxy()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
Domx_evrc_aenc.cpp1294 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1296 nState = eState; in send_command_proxy()
1311 if (OMX_StateIdle == eState) in send_command_proxy()
1327 } else if (eState == OMX_StateLoaded) in send_command_proxy()
1338 else if (eState == OMX_StateWaitForResources) in send_command_proxy()
1344 else if (eState == OMX_StateExecuting) in send_command_proxy()
1355 else if (eState == OMX_StatePause) in send_command_proxy()
1366 else if (eState == OMX_StateInvalid) in send_command_proxy()
1378 DEBUG_PRINT_ERROR("SCP-->Loaded to Invalid(%d))\n",eState); in send_command_proxy()
1388 if (OMX_StateLoaded == eState) in send_command_proxy()
[all …]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
Domx_aac_aenc.cpp1298 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1300 nState = eState; in send_command_proxy()
1315 if (OMX_StateIdle == eState) in send_command_proxy()
1331 } else if (eState == OMX_StateLoaded) in send_command_proxy()
1342 else if (eState == OMX_StateWaitForResources) in send_command_proxy()
1348 else if (eState == OMX_StateExecuting) in send_command_proxy()
1359 else if (eState == OMX_StatePause) in send_command_proxy()
1370 else if (eState == OMX_StateInvalid) in send_command_proxy()
1382 DEBUG_PRINT_ERROR("SCP-->Loaded to Invalid(%d))\n",eState); in send_command_proxy()
1392 if (OMX_StateLoaded == eState) in send_command_proxy()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp802 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
812 if(eState == OMX_StateIdle) in send_command_proxy()
829 else if(eState == OMX_StateLoaded) in send_command_proxy()
837 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
844 else if(eState == OMX_StateExecuting) in send_command_proxy()
852 else if(eState == OMX_StatePause) in send_command_proxy()
860 else if(eState == OMX_StateInvalid) in send_command_proxy()
863 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
869 eState); in send_command_proxy()
879 if(eState == OMX_StateLoaded) in send_command_proxy()
[all …]
/hardware/ti/omap4xxx/domx/test/sample_proxy/
Dtest_sample_proxy.c194 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/ti/omap4-aah/domx/test/sample_proxy/
Dtest_sample_proxy.c194 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/ti/omap4xxx/domx/omx_core/inc/
DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Other.h251 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member
293 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Other.h234 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/system/src/openmax_il/omx_core/inc/
DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp751 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
759 if (eState == OMX_StateIdle) { in send_command_proxy()
772 else if (eState == OMX_StateLoaded) { in send_command_proxy()
779 else if (eState == OMX_StateWaitForResources) { in send_command_proxy()
785 else if (eState == OMX_StateExecuting) { in send_command_proxy()
792 else if (eState == OMX_StatePause) { in send_command_proxy()
799 else if (eState == OMX_StateInvalid) { in send_command_proxy()
801 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
805 eState); in send_command_proxy()
814 if (eState == OMX_StateLoaded) { in send_command_proxy()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp823 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
831 if (eState == OMX_StateIdle) { in send_command_proxy()
844 else if (eState == OMX_StateLoaded) { in send_command_proxy()
851 else if (eState == OMX_StateWaitForResources) { in send_command_proxy()
857 else if (eState == OMX_StateExecuting) { in send_command_proxy()
864 else if (eState == OMX_StatePause) { in send_command_proxy()
871 else if (eState == OMX_StateInvalid) { in send_command_proxy()
873 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
877 eState); in send_command_proxy()
886 if (eState == OMX_StateLoaded) { in send_command_proxy()
[all …]
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp1853 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1858 m_state, eState); in send_command_proxy()
1863 DEBUG_PRINT_HIGH("Current State %d, Expected State %d", m_state, eState); in send_command_proxy()
1869 if(eState == OMX_StateIdle) in send_command_proxy()
1886 else if(eState == OMX_StateLoaded) in send_command_proxy()
1894 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
1901 else if(eState == OMX_StateExecuting) in send_command_proxy()
1909 else if(eState == OMX_StatePause) in send_command_proxy()
1917 else if(eState == OMX_StateInvalid) in send_command_proxy()
1920 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp485 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/msm8974/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp1640 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 …]
Domx_vdec.cpp1742 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1747 m_state, eState); in send_command_proxy()
1752 DEBUG_PRINT_HIGH("\n Current State %d, Expected State %d", m_state, eState); in send_command_proxy()
1758 if(eState == OMX_StateIdle) in send_command_proxy()
1775 else if(eState == OMX_StateLoaded) in send_command_proxy()
1783 else if(eState == OMX_StateWaitForResources) in send_command_proxy()
1790 else if(eState == OMX_StateExecuting) in send_command_proxy()
1798 else if(eState == OMX_StatePause) in send_command_proxy()
1806 else if(eState == OMX_StateInvalid) in send_command_proxy()
1809 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c528 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/msm8974/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp525 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/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp1718 OMX_STATETYPE eState = (OMX_STATETYPE) param1; in send_command_proxy() local
1723 m_state, eState); in send_command_proxy()
1727 DEBUG_PRINT_HIGH("Current State %d, Expected State %d", m_state, eState); in send_command_proxy()
1732 if (eState == OMX_StateIdle) { in send_command_proxy()
1745 else if (eState == OMX_StateLoaded) { in send_command_proxy()
1752 else if (eState == OMX_StateWaitForResources) { in send_command_proxy()
1758 else if (eState == OMX_StateExecuting) { in send_command_proxy()
1765 else if (eState == OMX_StatePause) { in send_command_proxy()
1772 else if (eState == OMX_StateInvalid) { in send_command_proxy()
1774 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT); in send_command_proxy()
[all …]

12