nuttx-apps/system/nxlooper
liubojun1 928fb2be6d apps/system/nxplayer&nxlooper: fix codechecker warning
nxplayer_main.c:
code checker warning:
level_percent = (uint8_t) atoi(parg);
     'atoi' used to convert a string to an integer value, but function will not report conversion errors; consider using 'strtol' instead.
nxlooper_main.c:
code checker warning:
percent = (uint16_t)(atof(parg) * 10.0);
     'atof' used to convert a string to a floating-point value, but function will not report conversion errors; consider using 'strtod' instead

Signed-off-by: liubojun1 <liubojun1@xiaomi.com>
2023-01-25 23:44:07 +02:00
..
Kconfig system: nxlooper: add nxlooper for loopback test 2020-12-25 02:26:52 -06:00
Make.defs system: update licenses to Apache 2021-06-11 02:42:05 -05:00
Makefile system: nxlooper: add nxlooper for loopback test 2020-12-25 02:26:52 -06:00
nxlooper_main.c apps/system/nxplayer&nxlooper: fix codechecker warning 2023-01-25 23:44:07 +02:00
nxlooper.c system/media: fix race condion on pthread id 2023-01-20 22:47:26 +08:00