HomeSort by relevance Sort by last modified time
    Searched refs:bEnabled (Results 1 - 25 of 97) 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)
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_Common.h 120 * @ param bEnabled : Whether buffer pre announcement is
130 OMX_BOOL bEnabled;
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/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 102 return !mPorts.itemAt(portIndex).mDef.bEnabled;
218 CHECK(mState == OMX_StateLoaded || port->mDef.bEnabled == OMX_FALSE);
272 || port->mDef.bEnabled == OMX_FALSE);
457 CHECK(port->mDef.bEnabled == !enable);
460 port->mDef.bEnabled = OMX_FALSE;
545 if (port.mDef.bEnabled == OMX_FALSE) {
559 if (port.mDef.bEnabled == OMX_FALSE) {
604 port->mDef.bEnabled = OMX_TRUE;
  /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...]
  /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...]
  /frameworks/base/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 67 def.bEnabled = OMX_TRUE;
90 def.bEnabled = OMX_TRUE;
  /frameworks/base/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 76 def.bEnabled = OMX_TRUE;
96 def.bEnabled = OMX_TRUE;
  /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...]
  /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 658 milliseconds

1 2 3 4