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 38 #define MAX_CAMERAS 2
339 wp<BasicClient> mClient[MAX_CAMERAS]; // protected by mServiceLock
340 Mutex mClientLock[MAX_CAMERAS]; // prevent Client destruction inside callbacks
344 Vector<weak_pro_client_ptr> mProClientList[MAX_CAMERAS];
352 volatile int32_t mBusy[MAX_CAMERAS];
371 mStatusList[MAX_CAMERAS];
CameraService.cpp 98 for (size_t i = 0; i < MAX_CAMERAS; ++i) {
119 if (mNumberOfCameras > MAX_CAMERAS) {
120 ALOGE("Number of cameras(%d) > MAX_CAMERAS(%d).",
121 mNumberOfCameras, MAX_CAMERAS);
122 mNumberOfCameras = MAX_CAMERAS;
153 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 44 milliseconds