Searched refs:eState (Results 1 - 15 of 15) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Thread.c177 if (pComponentPrivate->eState != OMX_StateLoaded)
293 (pComponentPrivate->eState != OMX_StatePause &&
294 pComponentPrivate->eState != OMX_StateIdle &&
295 pComponentPrivate->eState != OMX_StateLoaded))
312 (pComponentPrivate->eState!= OMX_StatePause &&
313 pComponentPrivate->eState != OMX_StateIdle &&
314 pComponentPrivate->eState != OMX_StateLoaded))
H A DOMX_VideoEnc_Utils.c411 pComponentPrivate->eState = OMX_StateInvalid;
844 if (pComponentPrivate->eState != OMX_StateLoaded)
868 if (pComponentPrivate->eState != OMX_StateLoaded)
892 if (pComponentPrivate->eState != OMX_StateLoaded)
1176 if (pComponentPrivate->eState == OMX_StateInvalid)
1186 pComponentPrivate->eState = OMX_StateInvalid;
1200 if (pComponentPrivate->eState == OMX_StateWaitForResources)
1208 else if (pComponentPrivate->eState == OMX_StateLoaded)
1210 pComponentPrivate->eState = OMX_StateWaitForResources;
1265 switch (pComponentPrivate->eState)
[all...]
H A DOMX_VideoEncoder.c1092 pComponentPrivate->eState = OMX_StateLoaded;
1131 if (pComponentPrivate->eState == OMX_StateInvalid)
1188 if (pComponentPrivate->eState == OMX_StateInvalid)
1214 pComponentPrivate->eState == OMX_StateIdle)
1420 if (pComponentPrivate->eState == OMX_StateInvalid)
1842 if ((pComponentPrivate->eState != OMX_StateLoaded) &&
1843 (pComponentPrivate->eState != OMX_StateWaitForResources) &&
2252 if (pComponentPrivate->eState == OMX_StateInvalid)
2456 if (pComponentPrivate->eState == OMX_StateInvalid)
2727 *pState = ((VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->eState;
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member in struct:OMX_TIME_MEDIATIMETYPE
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member in struct:OMX_TIME_CONFIG_CLOCKSTATETYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member in struct:OMX_TIME_MEDIATIMETYPE
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member in struct:OMX_TIME_CONFIG_CLOCKSTATETYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Other.h234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/ member in struct:OMX_TIME_MEDIATIMETYPE
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */ member in struct:OMX_TIME_CONFIG_CLOCKSTATETYPE
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Domx_video_base.cpp722 OMX_STATETYPE eState = (OMX_STATETYPE) param1; local
732 if(eState == OMX_StateIdle)
749 else if(eState == OMX_StateLoaded)
757 else if(eState == OMX_StateWaitForResources)
764 else if(eState == OMX_StateExecuting)
772 else if(eState == OMX_StatePause)
780 else if(eState == OMX_StateInvalid)
783 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
789 eState);
799 if(eState
[all...]
/hardware/qcom/media/mm-video/vidc/venc/test/
H A Dvenc_test.cpp311 void SetState(OMX_STATETYPE eState) argument
313 #define GOTO_STATE(eState) \
314 case eState: \
316 D("Going to state " # eState"..."); \
319 (OMX_U32) eState, \
321 while (m_eState != eState) \
325 D("Now in state " # eState); \
329 switch (eState)
620 #define SET_STATE(eState) \
621 case eState
[all...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp1207 OMX_STATETYPE eState = (OMX_STATETYPE) param1; local
1212 m_state, eState);
1217 DEBUG_PRINT_HIGH("\n Current State %d, Expected State %d", m_state, eState);
1223 if(eState == OMX_StateIdle)
1240 else if(eState == OMX_StateLoaded)
1248 else if(eState == OMX_StateWaitForResources)
1255 else if(eState == OMX_StateExecuting)
1263 else if(eState == OMX_StatePause)
1271 else if(eState == OMX_StateInvalid)
1274 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVEN
[all...]
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c194 OMX_STATETYPE eState; member in struct:SampleCompTestCtxt
215 OMX_STATETYPE eState; member in struct:TestCtxt
377 OMX_STRING OMX_TEST_StateToString(OMX_STATETYPE eState) argument
381 switch (eState)
435 pContext->eState = (OMX_STATETYPE) nData2;
935 (pContext->eState == OMX_StateLoaded))
962 (pContext->eState == OMX_StateIdle))
974 if (pContext->eState != eToState)
1047 eError = OMX_GetState(pContext->hComp, &pContext->eState);
1049 if (OMX_StateLoaded != pContext->eState)
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c1778 if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pInPortDef->bPopulated) ||
1793 if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pOutPortDef->bPopulated) ||
1810 if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pInPortDef->bPopulated) ||
1824 if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pInPortDef->bPopulated) ||
1836 if((!(pComponentPrivate->eState == OMX_StateLoaded) && pComponentPrivate->pOutPortDef->bPopulated) ||
2037 if (nParam1 == VIDDEC_INPUT_PORT && (pComponentPrivate->eState == OMX_StateLoaded || pComponentPrivate->pInPortDef->bPopulated)) {
2048 else if (nParam1 == VIDDEC_OUTPUT_PORT && (pComponentPrivate->eState == OMX_StateLoaded ||
2060 else if (nParam1 == VIDDEC_BOTH_PORT && (pComponentPrivate->eState == OMX_StateLoaded ||
2081 else if (nParam1 == OMX_ALL && && (pComponentPrivate->eState == OMX_StateLoaded ||
2100 if((!(pComponentPrivate->eState
[all...]
H A DOMX_VideoDecoder.c528 pComponentPrivate->eState = OMX_StateLoaded;
625 if (pComponentPrivate->eState == OMX_StateInvalid) {
806 if (pComponentPrivate->eState == OMX_StateInvalid) {
1163 if (pComponentPrivate->eState == OMX_StateInvalid) {
1167 if (pComponentPrivate->eState != OMX_StateLoaded && pComponentPrivate->eState != OMX_StateWaitForResources) {
1695 if (pComponentPrivate->eState == OMX_StateInvalid) {
2007 if (pComponentPrivate->eState == OMX_StateInvalid) {
2315 *pState = ((VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->eState;
2326 *pState = ((VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->eState;
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h878 OMX_STATETYPE eState; member in struct:VIDDEC_COMPONENT_PRIVATE
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/
H A DOMX_VideoEnc_Utils.h585 OMX_STATETYPE eState; member in struct:VIDENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c310 OMX_STATETYPE eState; member in struct:MYDATATYPE
1784 OMX_ERRORTYPE VIDENCTEST_HandleState(MYDATATYPE* pAppData, OMX_U32 eState) argument
1793 switch (eState) {

Completed in 1154 milliseconds