Searched refs:portCheck (Results 1 – 1 of 1) sorted by relevance
778 OMX_PARAM_PORTDEFINITIONTYPE portCheck; in setFormat() local780 OMX_INIT_STRUCT_PTR (&portCheck, OMX_PARAM_PORTDEFINITIONTYPE); in setFormat()782 portCheck.nPortIndex = port; in setFormat()785 OMX_IndexParamPortDefinition, &portCheck); in setFormat()794 portCheck.format.video.nFrameWidth = portParams.mWidth; in setFormat()795 portCheck.format.video.nFrameHeight = portParams.mHeight; in setFormat()796 portCheck.format.video.eColorFormat = portParams.mColorFormat; in setFormat()797 portCheck.format.video.nStride = portParams.mStride; in setFormat()798 if( ( portCheck.format.video.nFrameWidth >= 1920 ) && in setFormat()799 ( portCheck.format.video.nFrameHeight >= 1080 ) && in setFormat()[all …]