Searched refs:bEnableSignal (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/ |
D | OMX_WbAmrEnc_Utils.h | 1060 …RTYPE RemoveStateTransition(WBAMRENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
D | OMX_JpegEnc_Utils.h | 631 …ORTYPE RemoveStateTransition(JPEGENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 681 …RORTYPE RemoveStateTransition(AACENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/ |
D | OMX_AmrEnc_Utils.h | 1222 …RORTYPE RemoveStateTransition(AMRENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BOOL bEnableSignal);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 785 …RORTYPE RemoveStateTransition(VIDENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/ |
D | OMX_VideoDec_Utils.h | 1444 …RORTYPE RemoveStateTransition(VIDDEC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEnc_Utils.c | 3341 …RTYPE RemoveStateTransition(JPEGENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal) { in RemoveStateTransition() argument 3352 if(!pComponentPrivate->nPendingStateChangeRequests && bEnableSignal) { in RemoveStateTransition()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_Utils.c | 3438 …TYPE RemoveStateTransition(WBAMRENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal) { in RemoveStateTransition() argument 3450 if(!pComponentPrivate->nPendingStateChangeRequests && bEnableSignal) { in RemoveStateTransition()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEnc_Utils.c | 3466 …ORTYPE RemoveStateTransition(AACENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal) { in RemoveStateTransition() argument 3477 if(!pComponentPrivate->nPendingStateChangeRequests && bEnableSignal) { in RemoveStateTransition()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_Utils.c | 3211 …ORTYPE RemoveStateTransition(AMRENC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BOOL bEnableSignal) { in RemoveStateTransition() argument 3222 if(!pComponentPrivate->nPendingStateChangeRequests && bEnableSignal) { in RemoveStateTransition()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Utils.c | 4438 …ORTYPE RemoveStateTransition(VIDENC_COMPONENT_PRIVATE* pComponentPrivate, OMX_BOOL bEnableSignal) { in RemoveStateTransition() argument 4449 if(!pComponentPrivate->nPendingStateChangeRequests && bEnableSignal) { in RemoveStateTransition()
|