Home
last modified time | relevance | path

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

/TwlSDK-5.3.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.3.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()
257 wp_pending = TRUE; in TwlMain()
375 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.3.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()
122 wp_pending = TRUE; in TwlMain()
324 if (wp_pending) in CameraDmaIntr()
326 wp_pending = FALSE; in CameraDmaIntr()
361 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
/TwlSDK-5.3.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()
130 wp_pending = TRUE; in TwlMain()
320 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
365 if (wp_pending) in CameraDmaRecvIntr()
367 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.3.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()
286 wp_pending = TRUE; in TwlMain()
456 wp_pending = TRUE; // Also use same frame next time in TwlMain()
/TwlSDK-5.3.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()
120 wp_pending = TRUE; in TwlMain()
380 wp_pending = TRUE; // Also use same frame next time in CameraIntrError()
443 if (wp_pending) in CameraDmaRecvIntr()
445 wp_pending = FALSE; in CameraDmaRecvIntr()
/TwlSDK-5.3.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()
187 wp_pending = TRUE; in TwlMain()