Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/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.1.0/build/demos.TWL/camera/simpleShoot-1/src/
Dmain.c44 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
64 wp_pending = TRUE; in PendingCapture()
132 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
182 if (wp_pending) in CameraDmaRecvIntr()
184 wp_pending = FALSE; in CameraDmaRecvIntr()
266 wp_pending = TRUE; in TwlMain()
382 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.1.0/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.1.0/build/demos.TWL/camera/camera-4/src/
Dmain.c44 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
57 wp_pending = TRUE; in PendingCapture()
133 wp_pending = TRUE; in TwlMain()
320 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
371 if (wp_pending) in CameraDmaRecvIntr()
373 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.1.0/build/demos.TWL/camera/simpleShoot-2/src/
Dmain.c44 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
70 wp_pending = TRUE; in PendingCapture()
161 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
211 if (wp_pending) in CameraDmaRecvIntr()
213 wp_pending = FALSE; in CameraDmaRecvIntr()
295 wp_pending = TRUE; in TwlMain()
463 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.1.0/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.1.0/build/demos.TWL/camera/camera-3/src/
Dmain.c47 static BOOL wp_pending; // Data capture was cancelled (recapture to same buffer) variable
94 if (wp_pending) // Recapture to the same buffer in GetNextCaptureAddr()
96 wp_pending = FALSE; in GetNextCaptureAddr()
119 wp_pending = TRUE; in PendingCapture()
189 wp_pending = TRUE; in TwlMain()