Searched defs:portCheck (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1007 OMX_PARAM_PORTDEFINITIONTYPE portCheck; local
1008 OMX_INIT_STRUCT_PTR (&portCheck, OMX_PARAM_PORTDEFINITIONTYPE);
1009 portCheck.nPortIndex = OMX_CAMERA_PORT_VIDEO_OUT_VIDEO;
1011 OMX_IndexParamPortDefinition, &portCheck);
1016 portCheck.format.video.nFrameWidth = width;
1017 portCheck.format.video.nFrameHeight = height;
1018 portCheck.format.video.eColorFormat = OMX_COLOR_FormatYUV420PackedSemiPlanar;
1020 OMX_IndexParamPortDefinition, &portCheck);
1059 OMX_PARAM_PORTDEFINITIONTYPE portCheck; local
1064 OMX_INIT_STRUCT_PTR (&portCheck, OMX_PARAM_PORTDEFINITIONTYP
1138 OMX_PARAM_PORTDEFINITIONTYPE portCheck; local
2885 OMX_PARAM_PORTDEFINITIONTYPE portCheck; local
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp778 OMX_PARAM_PORTDEFINITIONTYPE portCheck; local
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
2462 OMX_PARAM_PORTDEFINITIONTYPE portCheck; local
[all...]

Completed in 36 milliseconds