/hardware/ti/omap4-aah/domx/omx_core/inc/ |
D | OMX_TI_Common.h | 130 OMX_BOOL bEnabled; member 280 OMX_BOOL bEnabled; member
|
D | OMX_Component.h | 86 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/ |
D | OMX_VideoDec_Utils.h | 621 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/ |
D | OMX_WbAmrDecoder.c | 433 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/ |
D | OMX_G726Encoder.c | 281 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/ |
D | OMX_G729Decoder.c | 388 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/ |
D | OMX_G711Decoder.c | 365 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/ |
D | OMX_AmrDecoder.c | 452 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/ |
D | OMX_VideoDecoder.c | 662 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/ |
D | QOMX_CoreExtensions.h | 139 OMX_BOOL bEnabled; member
|
D | OMX_Component.h | 69 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/ |
D | OMX_Component.h | 69 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/ |
D | OMX_Component.h | 69 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/ |
D | OMX_Component.h | 69 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/ |
D | OMX_Component.h | 69 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/ |
D | OMX_G722Encoder.c | 564 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/ |
D | OMX_WmaDecoder.c | 423 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/ |
D | OMX_G722Decoder.c | 356 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/ |
D | OMX_G726Decoder.c | 359 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 …]
|
D | OMX_G726Dec_Utils.c | 132 __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/ |
D | OMX_G711Encoder.c | 287 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/ |
D | OMX_Mp3Decoder.c | 407 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/ |
D | OMXAlgo.cpp | 414 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/ |
D | OMX_G729Encoder.c | 299 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/ |
D | OMX_AacDecoder.c | 404 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 …]
|