Home
last modified time | relevance | path

Searched refs:bEnabled (Results 1 – 25 of 117) sorted by relevance

12345

/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_TI_Common.h130 OMX_BOOL bEnabled; member
280 OMX_BOOL bEnabled; member
DOMX_Component.h86 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
148 OMX_BOOL bEnabled; member
308 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_Utils.h621 OMX_BOOL bEnabled; member
630 OMX_BOOL bEnabled; member
1246 (_mutex_).bEnabled = OMX_FALSE; \
1254 (_mutex_).bEnabled = OMX_FALSE; \
1283 (_mutex_).bEnabled = OMX_TRUE; \
1288 (_mutex_).bEnabled = OMX_FALSE; \
1295 (_semaphore_).bEnabled = OMX_FALSE; \
1304 (_semaphore_).bEnabled = OMX_FALSE; \
1317 if((_semaphore_).bEnabled) { \
1319 (_semaphore_).bEnabled = OMX_FALSE; \
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDecoder.c433 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
445 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1045 temp_bEnabled = pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled; in SetParameter()
1051 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled = temp_bEnabled; in SetParameter()
1056 temp_bEnabled = pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled; in SetParameter()
1062 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = temp_bEnabled; in SetParameter()
1228 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = 0; in SetConfig()
1275 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = 0; in SetConfig()
1433 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1529 if(!pPortDef->bEnabled) { in FillThisBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Encoder.c281 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
298 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1093 if (!pPortDef->bEnabled) { in EmptyThisBuffer()
1179 if (!pPortDef->bEnabled) { in FillThisBuffer()
1358 G726ENC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled); in AllocateBuffer()
1360 if(!pPortDef->bEnabled) { in AllocateBuffer()
1414 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->bEnabled && in AllocateBuffer()
1416 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->bEnabled && in AllocateBuffer()
1421 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->bEnabled && in AllocateBuffer()
1527 if(pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->bEnabled && in FreeBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Decoder.c388 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
398 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1158 …pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0; … in SetConfig()
1209 …pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0; … in SetConfig()
1338 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1424 if(!pPortDef->bEnabled) { in FillThisBuffer()
1632 G729DEC_DPRINT ("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled); in AllocateBuffer()
1634 G729DEC_DPRINT ("pPortDef->bEnabled = %d\n", pPortDef->bEnabled); in AllocateBuffer()
1635 if(!(pPortDef->bEnabled)) in AllocateBuffer()
1693 …f[G729DEC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Decoder.c365 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
380 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1112 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled = 0; in SetConfig()
1146 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled = 0; in SetConfig()
1310 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1400 if(!pPortDef->bEnabled) { in FillThisBuffer()
1595 G711DEC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled); in AllocateBuffer()
1596 G711DEC_DPRINT("pPortDef->bEnabled = %d\n", pPortDef->bEnabled); in AllocateBuffer()
1598 if(!pPortDef->bEnabled){ in AllocateBuffer()
1652 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled) && in AllocateBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDecoder.c452 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
466 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1073 temp_bEnabled = pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->bEnabled; in SetParameter()
1079 pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->bEnabled = temp_bEnabled; in SetParameter()
1085 temp_bEnabled = pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled; in SetParameter()
1091 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled = temp_bEnabled; in SetParameter()
1273 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled = 0; in SetConfig()
1342 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled = 0; in SetConfig()
1505 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1609 if(!pPortDef->bEnabled) { in FillThisBuffer()
[all …]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c662 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE; in VIDDEC_SendCommand()
663 …mponentPrivate->dbg, "Disabling VIDDEC_INPUT_PORT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled); in VIDDEC_SendCommand()
667 pComponentPrivate->pOutPortDef->bEnabled = OMX_FALSE; in VIDDEC_SendCommand()
668 …onentPrivate->dbg, "Disabling VIDDEC_OUTPUT_PORT 0x%x\n",pComponentPrivate->pOutPortDef->bEnabled); in VIDDEC_SendCommand()
672 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE; in VIDDEC_SendCommand()
673 pComponentPrivate->pOutPortDef->bEnabled = OMX_FALSE; in VIDDEC_SendCommand()
674 …ponentPrivate->dbg, "Disabling OMX_ALL IN 0x%x OUT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled, in VIDDEC_SendCommand()
675 pComponentPrivate->pOutPortDef->bEnabled); in VIDDEC_SendCommand()
705 pComponentPrivate->pInPortDef->bEnabled = OMX_TRUE; in VIDDEC_SendCommand()
706 …omponentPrivate->dbg, "Enabling VIDDEC_INPUT_PORT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled); in VIDDEC_SendCommand()
[all …]
/hardware/qcom/media/mm-core/inc/
DQOMX_CoreExtensions.h139 OMX_BOOL bEnabled; member
DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
131 OMX_BOOL bEnabled; member
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
131 OMX_BOOL bEnabled; member
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
131 OMX_BOOL bEnabled; member
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
131 OMX_BOOL bEnabled; member
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member
131 OMX_BOOL bEnabled; member
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Encoder.c564 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
574 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1391 if(!pPortDef->bEnabled){ in EmptyThisBuffer()
1479 if(!pPortDef->bEnabled){ in FillThisBuffer()
1667 G722ENC_DPRINT ("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled); in AllocateBuffer()
1669 G722ENC_DPRINT ("pPortDef->bEnabled = %d\n", pPortDef->bEnabled); in AllocateBuffer()
1670 if(!(pPortDef->bEnabled)) in AllocateBuffer()
1746 …f[G722ENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
1747 …ef[G722ENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G722ENC_INPUT_PORT]->bEnabled) && in AllocateBuffer()
1857 if(pComponentPrivate->pPortDef[G722ENC_INPUT_PORT]->bEnabled && in FreeBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDecoder.c423 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
435 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1359 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1462 if(!pPortDef->bEnabled) { in FillThisBuffer()
1673 …MX_PRCOMM2(pComponentPrivate->dbg, "%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled); in AllocateBuffer()
1675 OMX_PRDSP2(pComponentPrivate->dbg, "pPortDef->bEnabled = %d\n", pPortDef->bEnabled); in AllocateBuffer()
1677 if(!pPortDef->bEnabled) { in AllocateBuffer()
1733 …Private->pPortDef[OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
1734 …tPrivate->pPortDef[INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[INPUT_PORT]->bEnabled) && in AllocateBuffer()
1862 if(pComponentPrivate->pPortDef[INPUT_PORT]->bEnabled && in FreeBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Decoder.c356 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
371 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1315 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1418 if(!pPortDef->bEnabled) { in FillThisBuffer()
1640 if (!pPortDef->bEnabled) { in AllocateBuffer()
1723 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
1725 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled) && in AllocateBuffer()
1844 if(pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled && in FreeBuffer()
1883 if(pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled && in FreeBuffer()
1970 G722DEC_DPRINT ("pPortDef->bEnabled = %d\n",pPortDef->bEnabled); in UseBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Decoder.c359 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
374 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1335 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1438 if(!pPortDef->bEnabled) { in FillThisBuffer()
1689 if (!pPortDef->bEnabled) { in AllocateBuffer()
1764 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
1766 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) && in AllocateBuffer()
1888 if(pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled && in FreeBuffer()
1927 if(pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled && in FreeBuffer()
2014 G726DEC_DPRINT ("pPortDef->bEnabled = %d\n",pPortDef->bEnabled); in UseBuffer()
[all …]
DOMX_G726Dec_Utils.c132 __LINE__,pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled); in G726DEC_Fill_LCMLInitParams()
136 __LINE__,pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled); in G726DEC_Fill_LCMLInitParams()
605 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled= FALSE; in G726DEC_HandleCommand()
625 … __LINE__,pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled); in G726DEC_HandleCommand()
629 … __LINE__,pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled); in G726DEC_HandleCommand()
632 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) { in G726DEC_HandleCommand()
636 !pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) { in G726DEC_HandleCommand()
640 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled) { in G726DEC_HandleCommand()
644 !pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled) { in G726DEC_HandleCommand()
1083 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled = OMX_FALSE; in G726DEC_HandleCommand()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Encoder.c287 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
304 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1164 if (!pPortDef->bEnabled) { in EmptyThisBuffer()
1253 if (!pPortDef->bEnabled) { in FillThisBuffer()
1432 if(!pPortDef->bEnabled){ in AllocateBuffer()
1445 G711ENC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled); in AllocateBuffer()
1488 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->bEnabled) && in AllocateBuffer()
1490 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->bEnabled) && in AllocateBuffer()
1611 if(pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->bEnabled && in FreeBuffer()
1652 if(pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->bEnabled && in FreeBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Decoder.c407 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
424 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1519 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1622 if(!pPortDef->bEnabled) { in FillThisBuffer()
1894 if(!pPortDef->bEnabled){ in AllocateBuffer()
1962 …PortDef[MP3D_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
1963 …pPortDef[MP3D_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled) && in AllocateBuffer()
2091 if(pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled && in FreeBuffer()
2107 if(pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled && in FreeBuffer()
2147 if(pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bEnabled && in FreeBuffer()
[all …]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXAlgo.cpp414 vstabp.bEnabled = OMX_TRUE; in enableVideoStabilization()
418 vstabp.bEnabled = OMX_FALSE; in enableVideoStabilization()
617 bCAC.bEnabled = OMX_FALSE; in setCaptureMode()
741 bOMX.bEnabled = OMX_TRUE; in setLDC()
748 bOMX.bEnabled = OMX_FALSE; in setLDC()
753 CAMHAL_LOGVB("Configuring LDC mode 0x%x", bOMX.bEnabled); in setLDC()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Encoder.c299 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
317 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1323 if (!pPortDef->bEnabled) in EmptyThisBuffer()
1418 if (!pPortDef->bEnabled) in FillThisBuffer()
1631 G729ENC_DPRINT("pPortDef->bEnabled = %d\n", pPortDef->bEnabled); in AllocateBuffer()
1632 if(!(pPortDef->bEnabled)) in AllocateBuffer()
1692 …f[G729ENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bEnabled)&& in AllocateBuffer()
1693 …ef[G729ENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled) && in AllocateBuffer()
1828 if(pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled && in FreeBuffer()
1866 if(pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bEnabled && in FreeBuffer()
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDecoder.c404 pPortDef_ip->bEnabled = OMX_TRUE; in OMX_ComponentInit()
420 pPortDef_op->bEnabled = OMX_TRUE; in OMX_ComponentInit()
1486 if(!pPortDef->bEnabled) { in EmptyThisBuffer()
1580 if(!pPortDef->bEnabled) { in FillThisBuffer()
1823 if (!pPortDef->bEnabled) { in AllocateBuffer()
1879 …Def[OUTPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled)&& in AllocateBuffer()
1880 …tDef[INPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled) && in AllocateBuffer()
2019 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled); in FreeBuffer()
2021 if(pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled && in FreeBuffer()
2069 pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled, in FreeBuffer()
[all …]

12345