Home
last modified time | relevance | path

Searched refs:flush_pending (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h289 OMX_U32 flush_pending[4]; member
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c1360 phandle->flush_pending[(int)args[1]]= 1; in ControlCodec()
2165 … if (hDSPInterface->flush_pending[0] && (streamId == 0) && (msg.dwArg1 == USN_ERR_NONE)) in MessagingThread()
2167 hDSPInterface->flush_pending[0] = 0; in MessagingThread()
2269 … else if (hDSPInterface->flush_pending[1] && (streamId == 1) && (msg.dwArg1 == USN_ERR_NONE)) in MessagingThread()
2271 hDSPInterface->flush_pending[1] = 0; in MessagingThread()
2373 … if (hDSPInterface->flush_pending[2] && (streamId == 2) && (msg.dwArg1 == USN_ERR_NONE)) in MessagingThread()
2375 hDSPInterface->flush_pending[0] = 0; in MessagingThread()
2455 … else if (hDSPInterface->flush_pending[3] && (streamId == 3) && (msg.dwArg1 == USN_ERR_NONE)) in MessagingThread()
2457 hDSPInterface->flush_pending[1] = 0; in MessagingThread()