Searched refs:expCapMode (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp382 OMX_CONFIG_CAPTUREMODETYPE expCapMode; local
401 OMX_INIT_STRUCT_PTR (&expCapMode, OMX_CONFIG_CAPTUREMODETYPE);
402 expCapMode.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
409 expCapMode.bFrameLimited = OMX_FALSE;
413 expCapMode.bFrameLimited = OMX_TRUE;
414 expCapMode.nFrameLimit = frameCount;
419 &expCapMode);
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapture.cpp573 OMX_CONFIG_CAPTUREMODETYPE expCapMode; local
579 OMX_INIT_STRUCT_PTR (&expCapMode, OMX_CONFIG_CAPTUREMODETYPE);
580 expCapMode.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
582 expCapMode.bFrameLimited = OMX_FALSE;
586 &expCapMode);
761 OMX_CONFIG_CAPTUREMODETYPE expCapMode; local
768 OMX_INIT_STRUCT_PTR (&expCapMode, OMX_CONFIG_CAPTUREMODETYPE);
769 expCapMode.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
776 expCapMode.bFrameLimited = OMX_FALSE;
780 expCapMode
[all...]

Completed in 35 milliseconds