Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/demos.TWL/camera/camera-2/src/
Dmain.c249 #define FPS_SAMPLES 4 macro
279 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaIntr()
287 count = (count + 1) % FPS_SAMPLES; in CameraDmaIntr()
291 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaIntr()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-3/src/
Dmain.c321 #define FPS_SAMPLES 4 macro
381 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
389 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
393 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-4/src/
Dmain.c311 #define FPS_SAMPLES 4 macro
385 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
393 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
397 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()
/TwlSDK-5.3.1/build/demos.TWL/camera/camera-1/src/
Dmain.c410 #define FPS_SAMPLES 4 macro
462 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
470 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
474 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()