Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c67 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
121 wp_pending = TRUE; in TwlMain()
170 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
183 wp_pending = TRUE; // Also use same frame next time in CameraIntrReboot()
210 if (wp_pending) in CameraIntrVsync()
212 wp_pending = FALSE; in CameraIntrVsync()
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c42 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
62 wp_pending = TRUE; in PendingCapture()
130 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
174 if (wp_pending) in CameraDmaRecvIntr()
176 wp_pending = FALSE; in CameraDmaRecvIntr()
260 wp_pending = TRUE; in TwlMain()
378 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.4/build/demos.TWL/camera/camera-2/src/
Dmain.c47 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
52 wp_pending = TRUE; in PendingCapture()
125 wp_pending = TRUE; in TwlMain()
327 if (wp_pending) in CameraDmaIntr()
329 wp_pending = FALSE; in CameraDmaIntr()
364 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
/TwlSDK-5.4/build/demos.TWL/camera/camera-4/src/
Dmain.c42 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
55 wp_pending = TRUE; in PendingCapture()
133 wp_pending = TRUE; in TwlMain()
323 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
368 if (wp_pending) in CameraDmaRecvIntr()
370 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.4/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c42 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
68 wp_pending = TRUE; in PendingCapture()
159 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
203 if (wp_pending) in CameraDmaRecvIntr()
205 wp_pending = FALSE; in CameraDmaRecvIntr()
289 wp_pending = TRUE; in TwlMain()
459 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.4/build/demos.TWL/camera/camera-1/src/
Dmain.c44 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
48 wp_pending = TRUE; in PendingCapture()
123 wp_pending = TRUE; in TwlMain()
383 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
446 if (wp_pending) in CameraDmaRecvIntr()
448 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.4/build/demos.TWL/camera/camera-3/src/
Dmain.c46 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
93 if (wp_pending) // Recapture to the same buffer in GetNextCaptureAddr()
95 wp_pending = FALSE; in GetNextCaptureAddr()
118 wp_pending = TRUE; in PendingCapture()
190 wp_pending = TRUE; in TwlMain()