Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/
H A Dobjects_update.cc38 int nobjects = (int)extObjects.size(); in update() local
39 track_num_output[0] = nobjects; in update()
42 for (; i < nobjects && i < 100; i++) in update()
58 return nobjects; in update()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A D0002-localedef-fix-ups-hardlink-to-make-it-compile.patch56 - printf(_("Objects: %9lld\n"), ctl->nobjects);
60 + printf(("Objects: %9lld\n"), ctl->nobjects);
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch548 + unsigned long long nobjects;
595 + printf(_("Objects: %9lld\n"), ctl->nobjects);
656 + ctl->nobjects++;
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c3802 int nobjects; in drmmode_create_lease() local
3809 nobjects = ncrtc + noutput; in drmmode_create_lease()
3812 nobjects += ncrtc; /* account for planes as well */ in drmmode_create_lease()
3814 if (nobjects == 0) in drmmode_create_lease()
3821 objects = xallocarray(nobjects, sizeof (uint32_t)); in drmmode_create_lease()
3850 assert (i == nobjects); in drmmode_create_lease()
3852 lease_fd = drmModeCreateLease(drmmode->fd, objects, nobjects, 0, &lease_private->lessee_id); in drmmode_create_lease()