HomeSort by relevance Sort by last modified time
    Searched refs:eDir (Results 51 - 75 of 113) sorted by null

1 23 4 5

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 243 def.eDir = OMX_DirInput;
267 def.eDir = OMX_DirOutput;
  /frameworks/native/include/media/openmax/
OMX_Component.h 82 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 65 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 65 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 65 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Decoder.h 386 G711DEC_BUFFER_Dir eDir;
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 469 NBAMRDEC_BUFFER_Dir eDir;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 862 if (pInPortDef->eDir == nIndex1 ) {
878 pInPortDef->eDir = OMX_DirInput;
936 if (pOutPortDef->eDir == nIndex1 ) {
952 pOutPortDef->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 65 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 65 OMX_DIRTYPE eDir; /**< Direction (input or output) of this port */
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 262 nDirection = pComponentPrivate->sCompPorts[nPortIndex].pPortDef.eDir;
    [all...]
OMX_VPP_Utils.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 353 if ( pPortDef->eDir == OMX_DirInput ) {
578 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->eDir = OMX_DirInput;
601 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 352 pPortDef_ip->eDir = OMX_DirInput;
367 pPortDef_op->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 355 pPortDef_ip->eDir = OMX_DirInput;
370 pPortDef_op->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 422 pPortDef_ip->eDir = OMX_DirInput;
434 pPortDef_op->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 382 def.eDir = OMX_DirInput;
405 def.eDir = OMX_DirOutput;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 188 inputPort.eDir = OMX_DirInput;
216 outputPort.eDir = OMX_DirOutput;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.c 646 pExynosInputPort->portDefinition.eDir = OMX_DirInput;
754 pExynosOutputPort->portDefinition.eDir = OMX_DirOutput;
    [all...]
Exynos_OMX_Basecomponent.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 504 pCompPrivateStruct->eDir = OMX_DirInput;
527 pCompPrivateStruct->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 630 pCompPrivateStruct->eDir = OMX_DirInput;
653 pCompPrivateStruct->eDir = OMX_DirOutput;
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c 518 if (pPortDef->eDir == OMX_DirInput) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 399 pPortDef_ip->eDir = OMX_DirInput;
415 pPortDef_op->eDir = OMX_DirOutput;
    [all...]

Completed in 1623 milliseconds

1 23 4 5