Searched refs:portParams (Results 1 – 1 of 1) sorted by relevance
771 status_t OMXCameraAdapter::setFormat(OMX_U32 port, OMXCameraPortParameters &portParams) in setFormat() argument794 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()800 ( portParams.mFrameRate >= FRAME_RATE_FULL_HD ) ) in setFormat()809 portCheck.format.video.xFramerate = portParams.mFrameRate<<16; in setFormat()810 portCheck.nBufferSize = portParams.mStride * portParams.mHeight; in setFormat()811 portCheck.nBufferCountActual = portParams.mNumBufs; in setFormat()812 mFocusThreshold = FOCUS_THRESHOLD * portParams.mFrameRate; in setFormat()[all …]