Oopenvela-robotnxcodec: reduce nxcodec redundant log output for dec
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
system/nxcodec: add CMakeLists.txt Signed-off-by: yangsen5 <yangsen5@xiaomi.com> | 2 个月前 | |
nsh: support watch command Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 2 个月前 | |
uORB/sensor: Rename GPS to GNSS Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 | |
uORB/sensor: Rename GPS to GNSS Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 | |
nxcodec: fix build warning nxcodec_main.c:143:37: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint32_t’ {aka ‘unsigned int’} [-Wformat=] 143 | printf("nxcodec size: %lux%lu\n", | ~~^ | | | long unsigned int | %u 144 | codec.output.format.fmt.pix.width, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka unsigned int} nxcodec_main.c:143:41: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t’ {aka ‘unsigned int’} [-Wformat=] 143 | printf("nxcodec size: %lux%lu\n", | ~~^ | | | long unsigned int | %u 144 | codec.output.format.fmt.pix.width, 145 | codec.output.format.fmt.pix.height); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka unsigned int} Signed-off-by: shizhenghui <shizhenghui@xiaomi.com> | 2 个月前 | |
uORB/sensor: Rename GPS to GNSS Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 2 个月前 | |
nxcodec: reduce nxcodec redundant log output for dec Signed-off-by: zhushiqshi <zhushiqshi@xiaomi.com> | 2 个月前 | |
nxcodec: Modify the logic of judging the correctness of the incoming pixformat Signed-off-by: yangsen5 <yangsen5@xiaomi.com> | 2 个月前 | |
nxcodec: fix build warning nxcodec_main.c:143:37: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘uint32_t’ {aka ‘unsigned int’} [-Wformat=] 143 | printf("nxcodec size: %lux%lu\n", | ~~^ | | | long unsigned int | %u 144 | codec.output.format.fmt.pix.width, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka unsigned int} nxcodec_main.c:143:41: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘uint32_t’ {aka ‘unsigned int’} [-Wformat=] 143 | printf("nxcodec size: %lux%lu\n", | ~~^ | | | long unsigned int | %u 144 | codec.output.format.fmt.pix.width, 145 | codec.output.format.fmt.pix.height); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint32_t {aka unsigned int} Signed-off-by: shizhenghui <shizhenghui@xiaomi.com> | 2 个月前 |