Home
last modified time | relevance | path

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

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