Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h117 …static status_t getCaps(const int sensorId, CameraProperties::Properties* params, V4L_HANDLETYPE h…
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp237 status_t V4LCameraAdapter::getCaps(const int sensorId, CameraProperties::Properties* params, in getCaps() function in Ti::Camera::V4LCameraAdapter
DV4LCameraAdapter.cpp1309 ret = V4LCameraAdapter::getCaps( sensorId, properties, tempHandle ); in V4LCameraAdapter_Capabilities()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h372 static status_t getCaps(CameraProperties::Properties* props, OMX_HANDLETYPE handle);
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h416 … static status_t getCaps(int sensorId, CameraProperties::Properties* props, OMX_HANDLETYPE handle);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1221 status_t OMXCameraAdapter::getCaps(CameraProperties::Properties* params, OMX_HANDLETYPE handle) { in getCaps() function in android::OMXCameraAdapter
DOMXCameraAdapter.cpp3683 OMXCameraAdapter::getCaps(properties, handle); in CameraAdapter_Capabilities()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp2397 status_t OMXCameraAdapter::getCaps(const int sensorId, CameraProperties::Properties* params, OMX_HA… in getCaps() function in Ti::Camera::OMXCameraAdapter
DOMXCameraAdapter.cpp4325 OMXCameraAdapter::getCaps(sensorId, properties, component()); in fetchCapabiltiesForMode()