Home
last modified time | relevance | path

Searched refs:CAMERA_NUM (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp94 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];
[all …]