Lines Matching refs:CAMERA_NUM
94 CAMERA_NUM // Number of cameras enumerator
99 …u8* s_paaYuvBuffer[CAMERA_NUM][YUV_BUFFER_NUM]; // Buffers to which YUV is transferred fro…
102 …s32 s_aYuvCapturing[CAMERA_NUM]; // Indicates the buffer for the camera ima…
103 …s32 s_aYuvLatestCaptured[CAMERA_NUM]; // Indicates the buffer for which a recent…
104 …s32 s_aYuvReading[CAMERA_NUM]; // Indicates a buffer that is used to read…
105 nn::os::CriticalSection s_aCsYuvSwap[CAMERA_NUM]; // Blocks used to swap buffers
111 …u8* s_paRgbBuffer[CAMERA_NUM] = { NULL, NULL }; // Space for both the left and right images
114 bool s_ExistRgbImage[CAMERA_NUM] = { false, false };
116 bool s_IsUpdateRgbImage[CAMERA_NUM] = { false, false };
131 nn::fnd::TimeSpan saa_LatestVsyncTiming[CAMERA_NUM][2];
136 …s64 saa_VsyncInterval[CAMERA_NUM][VSYNC_INTERVAL_LOG_NUM] = { { 0, 0, 0, 0 }, { 0, 0, 0, 0 …
137 s32 s_aVsyncIntervalPos[CAMERA_NUM] = { 0, 0 };
138 s64 s_aFps[CAMERA_NUM] = { 0, 0 };
151 nn::os::Event s_aCameraRecvEvent[CAMERA_NUM];
154 nn::os::Event s_aCameraBufferErrorEvent[CAMERA_NUM];
157 nn::os::Event s_aCameraVsyncEvent[CAMERA_NUM];
178 Y2rRequest_st saa_Y2rRequestBuffer[CAMERA_NUM][Y2R_REQUEST_BUFFER_MAX];
179 s32 s_aY2rRequestBufferCounter[CAMERA_NUM];
213 nn::math::MTX34 s_aCalMatrix[CAMERA_NUM];
243 GLuint s_Texture[CAMERA_NUM] = { 0, 0 };
275 bool a_IsComplete[CAMERA_NUM] = { false, false }; in nnMain()
277 nn::os::Tick a_LatestTime[CAMERA_NUM]; in nnMain()
899 for (s32 i = 0; i < CAMERA_NUM; i++) in InitializeResource()
919 for (s32 i = 0; i < CAMERA_NUM; i++) in InitializeResource()
932 for (int i = 0; i < CAMERA_NUM; i++) in FinalizeResource()
1531 glGenTextures(CAMERA_NUM, s_Texture); in InitializeGx()
1559 glDeleteTextures(CAMERA_NUM, s_Texture); in FinalizeGx()