Searched refs:bCodecStarted (Results 1 – 3 of 3) sorted by relevance
1303 if (pComponentPrivate->bCodecStarted == OMX_TRUE || in OMX_VIDENC_HandleCommandStateSetIdle()1337 pComponentPrivate->bCodecStarted = OMX_FALSE; in OMX_VIDENC_HandleCommandStateSetIdle()1579 pComponentPrivate->bCodecStarted = OMX_FALSE; in OMX_VIDENC_HandleCommandStateSetIdle()1821 if (pComponentPrivate->bCodecStarted == OMX_FALSE) in OMX_VIDENC_HandleCommandStateSetExecuting()1834 pComponentPrivate->bCodecStarted = OMX_TRUE; in OMX_VIDENC_HandleCommandStateSetExecuting()1964 pComponentPrivate->bCodecStarted = OMX_FALSE; in OMX_VIDENC_HandleCommandStateSetPause()2169 … if (pComponentPrivate->bCodecStarted == OMX_TRUE || pComponentPrivate->bCodecLoaded == OMX_TRUE) in OMX_VIDENC_HandleCommandStateSetLoaded()2186 pComponentPrivate->bCodecStarted = OMX_FALSE; in OMX_VIDENC_HandleCommandStateSetLoaded()2809 if (pComponentPrivate->bCodecStarted == OMX_TRUE) in OMX_VIDENC_Process_FilledOutBuf()3962 if (pComponentPrivate->bCodecStarted == OMX_TRUE) in OMX_VIDENC_LCML_Callback()[all …]
3092 if (pComponentPrivate->bCodecStarted == OMX_TRUE || in ComponentDeInit()3135 pComponentPrivate->bCodecStarted = OMX_FALSE; in ComponentDeInit()
626 OMX_BOOL bCodecStarted; member