Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos.TWL/camera/camera-2/src/
Dmain.c252 #define FPS_SAMPLES 4 macro
282 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaIntr()
290 count = (count + 1) % FPS_SAMPLES; in CameraDmaIntr()
294 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaIntr()
/TwlSDK-5.4/build/demos.TWL/camera/camera-3/src/
Dmain.c324 #define FPS_SAMPLES 4 macro
384 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
392 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
396 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()
/TwlSDK-5.4/build/demos.TWL/camera/camera-4/src/
Dmain.c314 #define FPS_SAMPLES 4 macro
388 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
396 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
400 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()
/TwlSDK-5.4/build/demos.TWL/camera/camera-1/src/
Dmain.c413 #define FPS_SAMPLES 4 macro
465 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
473 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
477 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()