Home
last modified time | relevance | path

Searched refs:bCodecStarted (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c1303 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 …]
DOMX_VideoEncoder.c3092 if (pComponentPrivate->bCodecStarted == OMX_TRUE || in ComponentDeInit()
3135 pComponentPrivate->bCodecStarted = OMX_FALSE; in ComponentDeInit()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h626 OMX_BOOL bCodecStarted; member