Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/camera/Stereo/
Dmain.cpp154 nn::os::Event s_aCameraBufferErrorEvent[CAMERA_NUM]; variable
341 s_aCameraBufferErrorEvent[CAMERA_RIGHT].Signal(); in nnMain()
390 s_aCameraBufferErrorEvent[CAMERA_RIGHT].Signal(); in nnMain()
411 s_aCameraBufferErrorEvent[CAMERA_RIGHT].Signal(); in nnMain()
682 …nn::camera::GetBufferErrorInterruptEvent(&s_aCameraBufferErrorEvent[CAMERA_RIGHT], nn::camera::POR… in InitializeCameraSetting()
683 …nn::camera::GetBufferErrorInterruptEvent(&s_aCameraBufferErrorEvent[CAMERA_LEFT], nn::camera::PORT… in InitializeCameraSetting()
951 s_aCameraBufferErrorEvent[i].Finalize(); in FinalizeResource()
992 s_aCameraBufferErrorEvent[CAMERA_RIGHT].Signal(); in CameraThreadFunc()
1003 pa_WaitObject[EVENT_ERROR_R] = &s_aCameraBufferErrorEvent[CAMERA_RIGHT]; in CameraThreadFunc()
1004 pa_WaitObject[EVENT_ERROR_L] = &s_aCameraBufferErrorEvent[CAMERA_LEFT]; in CameraThreadFunc()
[all …]