Searched refs:bDynamicConfigurationInProgress (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c279 if(pComponentPrivate->bDynamicConfigurationInProgress){
297 if(pComponentPrivate->bDynamicConfigurationInProgress == OMX_TRUE ||
316 if(pComponentPrivate->bDynamicConfigurationInProgress){
332 if(pComponentPrivate->bDynamicConfigurationInProgress){
392 (pComponentPrivate->eLCMLState == VidDec_LCML_State_Start && pComponentPrivate->bDynamicConfigurationInProgress == OMX_FALSE)) ||
451 if(!(pComponentPrivate->bDynamicConfigurationInProgress == OMX_TRUE && pComponentPrivate->bInPortSettingsChanged == OMX_FALSE)){
H A DOMX_VideoDec_Utils.c1169 pComponentPrivate->bDynamicConfigurationInProgress = OMX_FALSE;
1706 if(pComponentPrivate->bDynamicConfigurationInProgress && bFirstTimeToUnLoadCodec){
1853 if(pComponentPrivate->bDynamicConfigurationInProgress){
1855 pComponentPrivate->bDynamicConfigurationInProgress = OMX_FALSE;
1857 OMX_PRBUFFER1(pComponentPrivate->dbg, "bDynamicConfigurationInProgress = OMX_FALSE;\n");
2107 pComponentPrivate->bDynamicConfigurationInProgress == OMX_FALSE &&
2132 pComponentPrivate->bDynamicConfigurationInProgress == OMX_FALSE &&
2740 if (pComponentPrivate->bDynamicConfigurationInProgress == OMX_TRUE) {
2741 pComponentPrivate->bDynamicConfigurationInProgress = OMX_FALSE;
2742 OMX_PRSTATE1(pComponentPrivate->dbg, "We were doing DynamicConfiguration, canceling it. %d \n",pComponentPrivate->bDynamicConfigurationInProgress);
[all...]
H A DOMX_VideoDecoder.c697 pComponentPrivate->bDynamicConfigurationInProgress == OMX_TRUE &&
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h948 OMX_BOOL bDynamicConfigurationInProgress; member in struct:VIDDEC_COMPONENT_PRIVATE

Completed in 52 milliseconds