HomeSort by relevance Sort by last modified time
    Searched refs:portCheck (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 778 OMX_PARAM_PORTDEFINITIONTYPE portCheck;
780 OMX_INIT_STRUCT_PTR (&portCheck, OMX_PARAM_PORTDEFINITIONTYPE);
782 portCheck.nPortIndex = port;
785 OMX_IndexParamPortDefinition, &portCheck);
794 portCheck.format.video.nFrameWidth = portParams.mWidth;
795 portCheck.format.video.nFrameHeight = portParams.mHeight;
796 portCheck.format.video.eColorFormat = portParams.mColorFormat;
797 portCheck.format.video.nStride = portParams.mStride;
798 if( ( portCheck.format.video.nFrameWidth >= 1920 ) &&
799 ( portCheck.format.video.nFrameHeight >= 1080 ) &
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 126 milliseconds