HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CAMERAS (Results 1 - 12 of 12) sorted by null

  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/opencv3/modules/videoio/src/
cap_pvapi.cpp 69 #define MAX_CAMERAS 10
145 tPvCameraInfo cameraList[MAX_CAMERAS];
159 int numCameras=PvCameraList(cameraList, MAX_CAMERAS, NULL);
cap_libv4l.cpp 274 #define MAX_CAMERAS 8
389 Start from 0 and go to MAX_CAMERAS while checking for the device with that name.
399 while(CameraNumber < MAX_CAMERAS) {
    [all...]
cap_dc1394.cpp 171 #define MAX_CAMERAS 8
179 struct camnode {dc1394_cameracapture cam;int portnum;} cameras[MAX_CAMERAS];
    [all...]
cap_v4l.cpp 249 #define MAX_CAMERAS 8
367 Start from 0 and go to MAX_CAMERAS while checking for the device with that name.
377 while(CameraNumber < MAX_CAMERAS) {
    [all...]
  /hardware/qcom/msm8994/kernel-headers/media/
msm_camsensor_sdk.h 61 MAX_CAMERAS,
  /hardware/qcom/msm8994/original-kernel-headers/media/
msm_camsensor_sdk.h 40 MAX_CAMERAS,
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camsensor_sdk.h 72 MAX_CAMERAS,
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camsensor_sdk.h 56 MAX_CAMERAS,
  /hardware/qcom/msm8x84/kernel-headers/media/
msm_cam_sensor.h 331 MAX_CAMERAS,
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_cam_sensor.h 299 MAX_CAMERAS,
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 102 for( i = 0; i < MAX_CAMERAS; i++ )

Completed in 1509 milliseconds