Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos.TWL/camera/camera-2/src/
Dmain.c250 #define FPS_SAMPLES 4 macro
280 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaIntr()
288 count = (count + 1) % FPS_SAMPLES; in CameraDmaIntr()
292 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaIntr()
/TwlSDK-5.1.0/build/demos.TWL/camera/camera-3/src/
Dmain.c320 #define FPS_SAMPLES 4 macro
386 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
394 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
398 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()
/TwlSDK-5.1.0/build/demos.TWL/camera/camera-4/src/
Dmain.c311 #define FPS_SAMPLES 4 macro
391 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
399 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
403 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()
/TwlSDK-5.1.0/build/demos.TWL/camera/camera-1/src/
Dmain.c411 #define FPS_SAMPLES 4 macro
463 static int uspf[FPS_SAMPLES] = { 0 }; in CameraDmaRecvIntr()
471 count = (count + 1) % FPS_SAMPLES; in CameraDmaRecvIntr()
475 for (i = 0; i < FPS_SAMPLES; i++) in CameraDmaRecvIntr()