HomeSort by relevance Sort by last modified time
    Searched full:portparam (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 62 // TODO: replace portparam with mPortParam
63 memset(&this->portparam, 0, sizeof(this->portparam));
64 SetTypeHeader(&this->portparam, sizeof(this->portparam));
65 this->portparam.nPorts = NUMBER_PORTS;
66 this->portparam.nStartPortNumber = INPORT_INDEX;
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 287 OMX_PORT_PARAM_TYPE portparam; member in class:ComponentBase
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 218 OMX_PORT_PARAM_TYPE portParam;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 345 OMX_PORT_PARAM_TYPE portParam;
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 134 memset(&portparam, 0, sizeof(portparam));
482 memcpy(p, &portparam, sizeof(*p));
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 569 milliseconds