Home
last modified time | relevance | path

Searched refs:bFlushComplete (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Utils.c801 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleInternalFlush()
810 while (pComponentPrivate->bFlushComplete == OMX_FALSE) { in HandleInternalFlush()
846 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleInternalFlush()
854 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleInternalFlush()
863 while (pComponentPrivate->bFlushComplete == OMX_FALSE) { in HandleInternalFlush()
907 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleInternalFlush()
954 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleCommandFlush()
964 while(pComponentPrivate->bFlushComplete == OMX_FALSE){ in HandleCommandFlush()
975 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleCommandFlush()
1017 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleCommandFlush()
[all …]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
DOMX_JpegEnc_Utils.c781 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncInternalFlush()
792 while (pComponentPrivate->bFlushComplete == OMX_FALSE) { in HandleJpegEncInternalFlush()
798 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncInternalFlush()
803 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncInternalFlush()
814 while (pComponentPrivate->bFlushComplete == OMX_FALSE) { in HandleJpegEncInternalFlush()
819 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncInternalFlush()
821 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncInternalFlush()
843 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncCommandFlush()
856 while (pComponentPrivate->bFlushComplete == OMX_FALSE) { in HandleJpegEncCommandFlush()
862 pComponentPrivate->bFlushComplete = OMX_FALSE; in HandleJpegEncCommandFlush()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h442 OMX_BOOL bFlushComplete; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
DOMX_JpegEnc_Utils.h448 OMX_BOOL bFlushComplete; member
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h435 OMX_BOOL bFlushComplete; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Utils.c977 while (pComponentPrivate->bFlushComplete == OMX_FALSE) in OMX_VIDENC_HandleCommandFlush()
983 while (pComponentPrivate->bFlushComplete == OMX_FALSE) in OMX_VIDENC_HandleCommandFlush()
989 pComponentPrivate->bFlushComplete = OMX_FALSE; in OMX_VIDENC_HandleCommandFlush()
1058 while (pComponentPrivate->bFlushComplete == OMX_FALSE) in OMX_VIDENC_HandleCommandFlush()
1064 while (pComponentPrivate->bFlushComplete == OMX_FALSE) in OMX_VIDENC_HandleCommandFlush()
1070 pComponentPrivate->bFlushComplete = OMX_FALSE; in OMX_VIDENC_HandleCommandFlush()
4032 pComponentPrivate->bFlushComplete = OMX_TRUE; in OMX_VIDENC_LCML_Callback()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h630 OMX_BOOL bFlushComplete; member
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_Utils.c2715 … if (pComponentPrivate->bFlushComplete == OMX_FALSE && pComponentPrivate->nFlushPort == 0) { in VPP_LCML_Callback()
2755 … if (pComponentPrivate->bFlushComplete == OMX_FALSE && pComponentPrivate->nFlushPort == 1) { in VPP_LCML_Callback()
2849 … if (pComponentPrivate->bFlushComplete == OMX_FALSE && pComponentPrivate->nFlushPort == 2) { in VPP_LCML_Callback()
2947 … if (pComponentPrivate->bFlushComplete == OMX_FALSE && pComponentPrivate->nFlushPort == 3) { in VPP_LCML_Callback()
3093 pComponentPrivate->bFlushComplete = OMX_TRUE; in VPP_LCML_Callback()