middleware: weekly rls 2024.06.6

-889bd2, add CVI_SYS_IsInit & CVI_VB_IsInit api.
-876c77, comm_pool_cnt = 0 allowed when CVI_VB_SetConfig.
-2a3176, (ldc):Coordinate memory is allocated dynamically.
-e29088, (venc) add sample code for resetGop when request IDR.
-5a3dfa, add gridinfo framework.
-502e95, add sc3336_1l.

Change-Id: Ia4c85f52d57d02409cc893ac492194102c63341e
This commit is contained in:
sophgo-forum-service
2024-06-06 15:25:23 +08:00
committed by carbon
parent 78730ed72b
commit 7ddf29a19c
17 changed files with 603 additions and 160 deletions

View File

@ -21,5 +21,6 @@ int vb_ioctl_release_block(int fd, VB_BLK blk);
int vb_ioctl_get_pool_max_cnt(int fd, CVI_U32 *vb_max_pools);
int vb_ioctl_print_pool(int fd, VB_POOL poolId);
int vb_ioctl_unit_test(int fd, CVI_U32 op);
int vb_ioctl_get_vb_init(int fd, CVI_U32 *val);
#endif // MODULES_VB_IOCTL_H_