Searched refs:MAX_TEST_CAMERA (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | main_desktop.h | 92 #define MAX_TEST_CAMERA 8 macro 165 dvr_factory *m_pDvrs[MAX_TEST_CAMERA]; 166 int m_iVideoStateCfg[MAX_TEST_CAMERA]; 186 …int m_iRedCameraState[MAX_TEST_CAMERA];//save the record state for cameras[0:stop 1:start 0xff: in…
|
| H A D | recordseldlg.cpp | 21 m_pNewRedCameraId = new int[MAX_TEST_CAMERA]; in RecordSelDlg() 22 for(int iCnt = 0; iCnt < MAX_TEST_CAMERA; iCnt++) in RecordSelDlg() 37 for(int iCnt = 0; iCnt < MAX_TEST_CAMERA; iCnt++) in SelCheckBox() 226 …char *pRedCameraVideo[MAX_TEST_CAMERA]={"RedVideo0","RedVideo1","RedVideo2","RedVideo3","RedVideo4… in GetRedCameraId() 227 for(int iCnt = 0; iCnt < MAX_TEST_CAMERA; iCnt++) in GetRedCameraId()
|
| H A D | main_desktop.cpp | 161 int cameraId[MAX_TEST_CAMERA] = {0}; in main_desktop() 162 for(int i = 0; i < MAX_TEST_CAMERA; i++) in main_desktop() 167 for(int i=0;i<MAX_TEST_CAMERA;i++){ in main_desktop() 172 for(int i=0;i<MAX_TEST_CAMERA;i++){ in main_desktop() 194 m_iVideoStateCfg[MAX_TEST_CAMERA]; in main_desktop() 195 int iRedAudioState[MAX_TEST_CAMERA]; in main_desktop() 308 for(int iCnt = 0; iCnt < MAX_TEST_CAMERA; iCnt++) in RecordCamSel() 355 for(int iCnt = 0; iCnt < MAX_TEST_CAMERA; iCnt++) in ~main_desktop()
|
| H A D | cameraseldlg.cpp | 71 …char *pCameraVideo[MAX_TEST_CAMERA]={"Video0","Video1","Video2","Video3","Video4","Video5","Video6… in GetCameraId() 72 for(int iCnt = 0; iCnt < MAX_TEST_CAMERA; iCnt++) in GetCameraId()
|