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

  /frameworks/av/services/camera/libcameraservice/
CameraService.h 36 #define MAX_CAMERAS 2
306 wp<Client> mClient[MAX_CAMERAS]; // protected by mServiceLock
307 Mutex mClientLock[MAX_CAMERAS]; // prevent Client destruction inside callbacks
311 Vector<weak_pro_client_ptr> mProClientList[MAX_CAMERAS];
319 volatile int32_t mBusy[MAX_CAMERAS];
338 mStatusList[MAX_CAMERAS];
CameraService.cpp 95 for (size_t i = 0; i < MAX_CAMERAS; ++i) {
116 if (mNumberOfCameras > MAX_CAMERAS) {
117 ALOGE("Number of cameras(%d) > MAX_CAMERAS(%d).",
118 mNumberOfCameras, MAX_CAMERAS);
119 mNumberOfCameras = MAX_CAMERAS;
148 if (cameraId < 0 || cameraId >= MAX_CAMERAS) {
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 102 for( i = 0; i < MAX_CAMERAS; i++ )

Completed in 972 milliseconds