HomeSort by relevance Sort by last modified time
    Searched refs:bEnabled (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/sec/
SEC_OMX_Macros.h 59 #define CHECK_PORT_ENABLED(port) (port->portDefinition.bEnabled == OMX_TRUE)
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfg.c 92 TI_STATUS cmdBld_CfgArpIpAddrTable (TI_HANDLE hCmdBld, TIpAddr tIpAddr, TI_BOOL bEnabled, EIpVer eIpVer, void *fCb, TI_HANDLE hCb)
102 DB_WLAN(hCmdBld).isArpIpFilteringEnabled = bEnabled;
105 return cmdBld_CfgIeArpIpFilter (hCmdBld, tIpAddr, bEnabled, fCb, hCb);
118 TI_STATUS cmdBld_CfgArpIpFilter (TI_HANDLE hCmdBld, TI_BOOL bEnabled, void *fCb, TI_HANDLE hCb)
121 DB_WLAN(hCmdBld).isArpIpFilteringEnabled = bEnabled;
125 bEnabled,
143 TI_BOOL bEnabled,
164 DB_WLAN(hCmdBld).isMacAddrFilteringnabled = bEnabled;
171 return cmdBld_CfgIeGroupAdressTable (hCmdBld, uNumGroupAddr, pGroupAddr, bEnabled, fCb, hCb);
    [all...]
CmdBld.h 111 TI_STATUS cmdBld_CfgArpIpAddrTable (TI_HANDLE hCmdBld, TIpAddr tIpAddr, TI_BOOL bEnabled, EIpVer eIpVer, void *fCb, TI_HANDLE hCb);
112 TI_STATUS cmdBld_CfgArpIpFilter (TI_HANDLE hCmdBld, TI_BOOL bEnabled, void *fCb, TI_HANDLE hCb);
120 TI_STATUS cmdBld_CfgGroupAddressTable (TI_HANDLE hCmdBld, TI_UINT8 numGroupAddrs, TMacAddr *pGroupAddr, TI_BOOL bEnabled, void *fCb, TI_HANDLE hCb);
137 TI_STATUS cmdBld_CfgEnableRxDataFilter (TI_HANDLE hCmdBld, TI_BOOL bEnabled, filter_e eDefaultAction, void *fCb, TI_HANDLE hCb);
153 TI_STATUS cmdBld_CfgBurstMode (TI_HANDLE hCmdBld, TI_BOOL bEnabled, void *fCb, TI_HANDLE hCb);
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfg.c 92 TI_STATUS cmdBld_CfgArpIpAddrTable (TI_HANDLE hCmdBld, TIpAddr tIpAddr, TI_UINT8 bEnabled, EIpVer eIpVer, void *fCb, TI_HANDLE hCb)
102 DB_WLAN(hCmdBld).arpFilterType = (EArpFilterType)bEnabled;
105 return cmdBld_CfgIeArpIpFilter (hCmdBld, tIpAddr, (EArpFilterType)bEnabled, fCb, hCb);
140 TI_BOOL bEnabled,
161 DB_WLAN(hCmdBld).isMacAddrFilteringnabled = bEnabled;
168 return cmdBld_CfgIeGroupAdressTable (hCmdBld, uNumGroupAddr, pGroupAddr, bEnabled, fCb, hCb);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 433 pPortDef_ip->bEnabled = OMX_TRUE;
445 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverCtrl.c 262 TI_STATUS TWD_CfgArpIpAddrTable (TI_HANDLE hTWD, TIpAddr tIpAddr, TI_BOOL bEnabled, EIpVer eIpVer)
268 return cmdBld_CfgArpIpAddrTable (pTWD->hCmdBld, tIpAddr, bEnabled, eIpVer, NULL, NULL);
275 * \param bEnabled - Indicates if ARP filtering is Enabled (1) or Disabled (0)
282 TI_STATUS TWD_CfgArpIpFilter (TI_HANDLE hTWD, TI_BOOL bEnabled)
288 return cmdBld_CfgArpIpFilter (pTWD->hCmdBld, bEnabled, NULL, NULL);
585 TI_BOOL bEnabled)
591 return cmdBld_CfgGroupAddressTable (pTWD->hCmdBld, uNumGroupAddrs, pGroupAddr, bEnabled, NULL, NULL);
624 TI_STATUS TWD_CfgBurstMode (TI_HANDLE hTWD, TI_BOOL bEnabled)
631 cmdBld_CfgBurstMode (pTWD->hCmdBld, bEnabled, NULL, NULL);
692 TI_STATUS TWD_CfgEnableRxDataFilter (TI_HANDLE hTWD, TI_BOOL bEnabled, filter_e eDefaultAction
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 621 OMX_BOOL bEnabled;
630 OMX_BOOL bEnabled;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Component.h 69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by
131 OMX_BOOL bEnabled;
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g.
  /frameworks/base/include/media/stagefright/openmax/
OMX_Component.h 86 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by
148 OMX_BOOL bEnabled;
308 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g.
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by
131 OMX_BOOL bEnabled;
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 69 OMX_BOOL bEnabled; /**< Ports default to enabled and are enabled/disabled by
131 OMX_BOOL bEnabled;
291 OMX_BOOL bEnabled; /* if true then key is part of filter (e.g.
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 365 pPortDef_ip->bEnabled = OMX_TRUE;
380 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 388 pPortDef_ip->bEnabled = OMX_TRUE;
398 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 423 pPortDef_ip->bEnabled = OMX_TRUE;
435 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 662 pComponentPrivate->pInPortDef->bEnabled = OMX_FALSE
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 564 pPortDef_ip->bEnabled = OMX_TRUE;
574 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 281 pPortDef_ip->bEnabled = OMX_TRUE;
298 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 452 pPortDef_ip->bEnabled = OMX_TRUE;
466 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 287 pPortDef_ip->bEnabled = OMX_TRUE;
304 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 356 pPortDef_ip->bEnabled = OMX_TRUE;
371 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
OMX_G722Dec_Utils.c 238 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/
OMX_G726Decoder.c 359 pPortDef_ip->bEnabled = OMX_TRUE;
374 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
OMX_G726Dec_Utils.c 131 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/
OMX_G729Encoder.c 299 pPortDef_ip->bEnabled = OMX_TRUE;
317 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 404 pPortDef_ip->bEnabled = OMX_TRUE;
420 pPortDef_op->bEnabled = OMX_TRUE;
    [all...]

Completed in 724 milliseconds

1 2 3 4