Lines Matching refs:mHeight
499 cap->mHeight = h; in setParameters()
504 CAMHAL_LOGVB("Prev: cap.mHeight = %d", (int)cap->mHeight); in setParameters()
512 cap->mHeight = h; in setParameters()
517 CAMHAL_LOGVB("Video: cap.mHeight = %d", (int)cap->mHeight); in setParameters()
522 cap->mBufSize = cap->mStride * cap->mHeight; in setParameters()
526 ( cap->mHeight >= 1080 ) && in setParameters()
533 ( cap->mHeight < 1080 ) || in setParameters()
795 portCheck.format.video.nFrameHeight = portParams.mHeight; in setFormat()
810 portCheck.nBufferSize = portParams.mStride * portParams.mHeight; in setFormat()
817 portCheck.format.image.nFrameHeight = portParams.mHeight; in setFormat()
855 …Check.nBufferSize = portParams.mStride * portParams.mWidth * portParams.mHeight; in setFormat()
2981 detectFaces(pBuffHeader, fdResult, pPortParam->mWidth, pPortParam->mHeight); in OMXCameraAdapterFillBufferDone()
3260 frame.mHeight = port->mHeight; in sendCallBacks()
3314 frame.mHeight = port->mHeight; in initCameraFrame()