Searched refs:bEnabled (Results 1 - 25 of 98) sorted by relevance

1234

/hardware/qcom/media/mm-core/inc/
H A DQOMX_CoreExtensions.h132 * bEnabled : Enable/Disable the extra data processing
139 OMX_BOOL bEnabled; member in struct:QOMX_INDEXEXTRADATATYPE
H A DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member in struct:OMX_PARAM_PORTDEFINITIONTYPE
131 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_BOOLEANTYPE
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member in struct:OMX_PARAM_METADATAFILTERTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
H A DExynos_OMX_Macros.h62 #define CHECK_PORT_ENABLED(port) (port->portDefinition.bEnabled == OMX_TRUE)
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_TI_Common.h120 * @ param bEnabled : Whether buffer pre announcement is
130 OMX_BOOL bEnabled; member in struct:OMX_TI_PARAM_BUFFERPREANNOUNCE
H A DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member in struct:OMX_PARAM_PORTDEFINITIONTYPE
131 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_BOOLEANTYPE
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member in struct:OMX_PARAM_METADATAFILTERTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c433 pPortDef_ip->bEnabled = OMX_TRUE;
445 pPortDef_op->bEnabled = OMX_TRUE;
1045 temp_bEnabled = pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled;
1051 pComponentPrivate->pPortDef[WBAMR_DEC_INPUT_PORT]->bEnabled = temp_bEnabled;
1056 temp_bEnabled = pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled;
1062 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = temp_bEnabled;
1228 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = 0;
1275 pComponentPrivate->pPortDef[WBAMR_DEC_OUTPUT_PORT]->bEnabled = 0;
1433 if(!pPortDef->bEnabled) {
1529 if(!pPortDef->bEnabled) {
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
H A DOMX_VideoDec_Utils.h621 OMX_BOOL bEnabled; member in struct:VIDDEC_MUTEX
630 OMX_BOOL bEnabled; member in struct:VIDDEC_SEMAPHORE
1246 (_mutex_).bEnabled = OMX_FALSE; \
1254 (_mutex_).bEnabled = OMX_FALSE; \
1275 /*if( (_mutex_).bEnabled) { */ \
1283 (_mutex_).bEnabled = OMX_TRUE; \
1288 (_mutex_).bEnabled = OMX_FALSE; \
1295 (_semaphore_).bEnabled = OMX_FALSE; \
1304 (_semaphore_).bEnabled = OMX_FALSE; \
1307 printf("post signal %d Enable %d\n",(_semaphore_).bSignaled,(_semaphore_).bEnabled); \
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member in struct:OMX_PARAM_PORTDEFINITIONTYPE
131 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_BOOLEANTYPE
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member in struct:OMX_PARAM_METADATAFILTERTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member in struct:OMX_PARAM_PORTDEFINITIONTYPE
131 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_BOOLEANTYPE
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member in struct:OMX_PARAM_METADATAFILTERTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by member in struct:OMX_PARAM_PORTDEFINITIONTYPE
131 OMX_BOOL bEnabled; member in struct:OMX_CONFIG_BOOLEANTYPE
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g. member in struct:OMX_PARAM_METADATAFILTERTYPE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c365 pPortDef_ip->bEnabled = OMX_TRUE;
380 pPortDef_op->bEnabled = OMX_TRUE;
1112 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled = 0;
1146 pComponentPrivate->pPortDef[G711DEC_OUTPUT_PORT]->bEnabled = 0;
1310 if(!pPortDef->bEnabled) {
1400 if(!pPortDef->bEnabled) {
1595 G711DEC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1596 G711DEC_DPRINT("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c388 pPortDef_ip->bEnabled = OMX_TRUE;
398 pPortDef_op->bEnabled = OMX_TRUE;
1158 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0;
1209 pComponentPrivate->pPortDef[G729DEC_OUTPUT_PORT]->bEnabled = 0;
1338 if(!pPortDef->bEnabled) {
1424 if(!pPortDef->bEnabled) {
1632 G729DEC_DPRINT ("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1634 G729DEC_DPRINT ("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c423 pPortDef_ip->bEnabled = OMX_TRUE;
435 pPortDef_op->bEnabled = OMX_TRUE;
1359 if(!pPortDef->bEnabled) {
1462 if(!pPortDef->bEnabled) {
1673 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1675 OMX_PRDSP2(pComponentPrivate->dbg, "pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1677 if(!pPortDef->bEnabled) {
1733 if((pComponentPrivate->pPortDef[OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[OUTPUT_PORT]->bEnabled)
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c662 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE;
663 OMX_PRBUFFER2(pComponentPrivate->dbg, "Disabling VIDDEC_INPUT_PORT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled);
667 pComponentPrivate->pOutPortDef->bEnabled = OMX_FALSE;
668 OMX_PRBUFFER2(pComponentPrivate->dbg, "Disabling VIDDEC_OUTPUT_PORT 0x%x\n",pComponentPrivate->pOutPortDef->bEnabled);
672 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE;
673 pComponentPrivate->pOutPortDef->bEnabled = OMX_FALSE;
674 OMX_PRBUFFER2(pComponentPrivate->dbg, "Disabling OMX_ALL IN 0x%x OUT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled,
675 pComponentPrivate->pOutPortDef->bEnabled);
705 pComponentPrivate->pInPortDef->bEnabled = OMX_TRUE;
706 OMX_PRBUFFER2(pComponentPrivate->dbg, "Enabling VIDDEC_INPUT_PORT 0x%x\n",pComponentPrivate->pInPortDef->bEnabled);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c564 pPortDef_ip->bEnabled = OMX_TRUE;
574 pPortDef_op->bEnabled = OMX_TRUE;
1391 if(!pPortDef->bEnabled){
1479 if(!pPortDef->bEnabled){
1667 G722ENC_DPRINT ("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1669 G722ENC_DPRINT ("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1670 if(!(pPortDef->bEnabled))
1746 if((pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G722ENC_OUTPUT_PORT]->bEnabled)
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c281 pPortDef_ip->bEnabled = OMX_TRUE;
298 pPortDef_op->bEnabled = OMX_TRUE;
1093 if (!pPortDef->bEnabled) {
1179 if (!pPortDef->bEnabled) {
1358 G726ENC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1360 if(!pPortDef->bEnabled) {
1414 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->bEnabled &&
1416 pComponentPrivate->pPortDef[G726ENC_INPUT_PORT]->bEnabled &&
1421 pComponentPrivate->pPortDef[G726ENC_OUTPUT_PORT]->bEnabled
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c452 pPortDef_ip->bEnabled = OMX_TRUE;
466 pPortDef_op->bEnabled = OMX_TRUE;
1073 temp_bEnabled = pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->bEnabled;
1079 pComponentPrivate->pPortDef[NBAMRDEC_INPUT_PORT]->bEnabled = temp_bEnabled;
1085 temp_bEnabled = pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled;
1091 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled = temp_bEnabled;
1273 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled = 0;
1342 pComponentPrivate->pPortDef[NBAMRDEC_OUTPUT_PORT]->bEnabled = 0;
1505 if(!pPortDef->bEnabled) {
1609 if(!pPortDef->bEnabled) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c287 pPortDef_ip->bEnabled = OMX_TRUE;
304 pPortDef_op->bEnabled = OMX_TRUE;
1164 if (!pPortDef->bEnabled) {
1253 if (!pPortDef->bEnabled) {
1432 if(!pPortDef->bEnabled){
1445 G711ENC_DPRINT("%d :: pPortDef->bEnabled = %d\n", __LINE__,pPortDef->bEnabled);
1488 pComponentPrivate->pPortDef[G711ENC_OUTPUT_PORT]->bEnabled) &&
1490 pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->bEnabled) &&
1611 if(pComponentPrivate->pPortDef[G711ENC_INPUT_PORT]->bEnabled
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c356 pPortDef_ip->bEnabled = OMX_TRUE;
371 pPortDef_op->bEnabled = OMX_TRUE;
1315 if(!pPortDef->bEnabled) {
1418 if(!pPortDef->bEnabled) {
1640 if (!pPortDef->bEnabled) {
1723 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled)&&
1725 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled) &&
1844 if(pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled &&
1883 if(pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled &&
1970 G722DEC_DPRINT ("pPortDef->bEnabled
[all...]
H A DOMX_G722Dec_Utils.c238 G722DEC_DPRINT("%d :: OMX_StateLoaded [G722D_INPUT_PORT]->bEnabled %d \n",
239 __LINE__,pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled);
242 G722DEC_DPRINT("%d :: OMX_StateLoaded [G722D_OUTPUT_PORT]->bEnabled %d \n",
243 __LINE__,pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled);
734 pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled= FALSE;
753 G722DEC_DPRINT("%d :: OMX_StateLoaded [G722D_INPUT_PORT]->bEnabled %d \n",
754 __LINE__,pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled);
757 G722DEC_DPRINT("%d :: OMX_StateLoaded [G722D_OUTPUT_PORT]->bEnabled %d \n",
758 __LINE__,pComponentPrivate->pPortDef[G722D_OUTPUT_PORT]->bEnabled);
761 pComponentPrivate->pPortDef[G722D_INPUT_PORT]->bEnabled) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c359 pPortDef_ip->bEnabled = OMX_TRUE;
374 pPortDef_op->bEnabled = OMX_TRUE;
1335 if(!pPortDef->bEnabled) {
1438 if(!pPortDef->bEnabled) {
1689 if (!pPortDef->bEnabled) {
1764 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled)&&
1766 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) &&
1888 if(pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled &&
1927 if(pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled &&
2014 G726DEC_DPRINT ("pPortDef->bEnabled
[all...]
H A DOMX_G726Dec_Utils.c131 G726DEC_DPRINT("%d :: OMX_StateLoaded [G726D_INPUT_PORT]->bEnabled %d \n",
132 __LINE__,pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled);
135 G726DEC_DPRINT("%d :: OMX_StateLoaded [G726D_OUTPUT_PORT]->bEnabled %d \n",
136 __LINE__,pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled);
605 pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled= FALSE;
624 G726DEC_DPRINT("%d :: OMX_StateLoaded [G726D_INPUT_PORT]->bEnabled %d \n",
625 __LINE__,pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled);
628 G726DEC_DPRINT("%d :: OMX_StateLoaded [G726D_OUTPUT_PORT]->bEnabled %d \n",
629 __LINE__,pComponentPrivate->pPortDef[G726D_OUTPUT_PORT]->bEnabled);
632 pComponentPrivate->pPortDef[G726D_INPUT_PORT]->bEnabled) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c299 pPortDef_ip->bEnabled = OMX_TRUE;
317 pPortDef_op->bEnabled = OMX_TRUE;
1323 if (!pPortDef->bEnabled)
1418 if (!pPortDef->bEnabled)
1631 G729ENC_DPRINT("pPortDef->bEnabled = %d\n", pPortDef->bEnabled);
1632 if(!(pPortDef->bEnabled))
1692 if((pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_OUTPUT_PORT]->bEnabled)&&
1693 (pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled) &&
1828 if(pComponentPrivate->pPortDef[G729ENC_INPUT_PORT]->bEnabled
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c404 pPortDef_ip->bEnabled = OMX_TRUE;
420 pPortDef_op->bEnabled = OMX_TRUE;
1486 if(!pPortDef->bEnabled) {
1580 if(!pPortDef->bEnabled) {
1823 if (!pPortDef->bEnabled) {
1879 if((pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[OUTPUT_PORT_AACDEC]->bEnabled)&&
1880 (pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bPopulated == pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled) &&
2016 OMX_PRSTATE2(pComponentPrivate->dbg, "CurrentState = %d\nbLoadedCommandPending = %d\nInput port bEnabled = %d\n",
2019 pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled);
2021 if(pComponentPrivate->pPortDef[INPUT_PORT_AACDEC]->bEnabled
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c407 pPortDef_ip->bEnabled = OMX_TRUE;
424 pPortDef_op->bEnabled = OMX_TRUE;
1519 if(!pPortDef->bEnabled) {
1622 if(!pPortDef->bEnabled) {
1894 if(!pPortDef->bEnabled){
1962 if((pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bEnabled)&&
1963 (pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bPopulated == pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled) &&
2091 if(pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled &&
2107 if(pComponentPrivate->pPortDef[MP3D_INPUT_PORT]->bEnabled &&
2147 if(pComponentPrivate->pPortDef[MP3D_OUTPUT_PORT]->bEnabled
[all...]

Completed in 1123 milliseconds

1234