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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapture.cpp636 OMX_TI_CONFIG_QUERYAVAILABLESHOTS queryAvailableShots; local
642 OMX_INIT_STRUCT_PTR(&queryAvailableShots, OMX_TI_CONFIG_QUERYAVAILABLESHOTS);
644 queryAvailableShots.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
647 &queryAvailableShots);
652 CAMHAL_LOGD("AVAILABLE SHOTS: %d", queryAvailableShots.nAvailableShots);
653 if (queryAvailableShots.nAvailableShots < evCount) {

Completed in 43 milliseconds