Searched refs:portParams (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp771 status_t OMXCameraAdapter::setFormat(OMX_U32 port, OMXCameraPortParameters &portParams) argument
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;
800 ( portParams.mFrameRate >= FRAME_RATE_FULL_HD ) )
809 portCheck.format.video.xFramerate = portParams.mFrameRate<<16;
810 portCheck.nBufferSize = portParams.mStride * portParams.mHeight;
811 portCheck.nBufferCountActual = portParams
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp1051 OMXCameraPortParameters &portParams,
1087 ( portParams.mWidth >= overclockWidth ) &&
1088 ( portParams.mHeight >= overclockHeight ) &&
1089 ( portParams.mFrameRate >= FRAME_RATE_FULL_HD ) ) ||
1091 ( portParams.mFrameRate >= FRAME_RATE_HIGH_HD ))||
1093 ( portParams.mWidth >= overclockWidth ) &&
1094 ( portParams.mHeight >= overclockHeight ) ) ) {
1112 portParams);
1119 setVFramerate(portParams.mMinFrameRate, portParams
1050 setSensorQuirks(int orientation, OMXCameraPortParameters &portParams, bool &portConfigured) argument
1131 setFormat(OMX_U32 port, OMXCameraPortParameters &portParams) argument
[all...]
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h499 OMXCameraPortParameters &portParams,

Completed in 488 milliseconds