Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c67 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
118 wp_pending = TRUE; in TwlMain()
167 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
180 wp_pending = TRUE; // Also use same frame next time in CameraIntrReboot()
207 if (wp_pending) in CameraIntrVsync()
209 wp_pending = FALSE; in CameraIntrVsync()
/TwlSDK-5.2.1/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()
258 wp_pending = TRUE; in TwlMain()
376 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.2.1/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()
123 wp_pending = TRUE; in TwlMain()
325 if (wp_pending) in CameraDmaIntr()
327 wp_pending = FALSE; in CameraDmaIntr()
362 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
/TwlSDK-5.2.1/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()
131 wp_pending = TRUE; in TwlMain()
321 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
366 if (wp_pending) in CameraDmaRecvIntr()
368 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.2.1/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()
287 wp_pending = TRUE; in TwlMain()
457 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.2.1/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()
121 wp_pending = TRUE; in TwlMain()
381 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
444 if (wp_pending) in CameraDmaRecvIntr()
446 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.2.1/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()
188 wp_pending = TRUE; in TwlMain()