Home
last modified time | relevance | path

Searched refs:ARRAY_LENGTH (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vo.cpp25 #ifndef ARRAY_LENGTH
26 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) macro
92 for (RK_S32 i = 0; i < ARRAY_LENGTH(stVoTimings); i++) { in TEST_VO_GetDisplaySize()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0010-HACK-gl-renderer-Workaround-dmabuf-import-attach-for.patch52 - num = gr->has_gl_texture_rg ? ARRAY_LENGTH(fallback_formats) : 2;
53 + num = (gr->has_gl_texture_rg || gr->is_mali_egl) ? ARRAY_LENGTH(fallback_formats) : 2;
H A D0087-backend-vnc-enable-TLS-support.patch39 parse_options(vnc_options, ARRAY_LENGTH(vnc_options), argc, argv);
H A D0073-gl-renderer-Support-more-SHM-RGB-formats.patch213 for (i = 0; i < ARRAY_LENGTH(gb->gl_format); i++) {
H A D0021-pixman-renderer-Support-linux-dmabuf.patch336 + int num_formats = ARRAY_LENGTH(formats);
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch84 for (i = 0; i < ARRAY_LENGTH(mods) && fb->handles[i]; i++)
H A D0083-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch159 + parse_options(vnc_options, ARRAY_LENGTH(vnc_options), argc, argv);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0010-HACK-gl-renderer-Workaround-dmabuf-import-attach-for.patch52 - num = gr->has_gl_texture_rg ? ARRAY_LENGTH(fallback_formats) : 2;
53 + num = (gr->has_gl_texture_rg || gr->is_mali_egl) ? ARRAY_LENGTH(fallback_formats) : 2;
H A D0088-backend-vnc-enable-TLS-support.patch39 parse_options(vnc_options, ARRAY_LENGTH(vnc_options), argc, argv);
H A D0074-gl-renderer-Support-more-SHM-RGB-formats.patch213 for (i = 0; i < ARRAY_LENGTH(gb->gl_format); i++) {
H A D0021-pixman-renderer-Support-linux-dmabuf.patch336 + int num_formats = ARRAY_LENGTH(formats);
H A D0030-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch84 for (i = 0; i < ARRAY_LENGTH(mods) && fb->handles[i]; i++)
H A D0084-backend-vnc-add-VNC-support-using-Neat-VNC-library.patch159 + parse_options(vnc_options, ARRAY_LENGTH(vnc_options), argc, argv);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0009-HACK-gl-renderer-Workaround-dmabuf-import-attach-for.patch52 - num = gr->has_gl_texture_rg ? ARRAY_LENGTH(fallback_formats) : 2;
53 + num = (gr->has_gl_texture_rg || gr->is_mali_egl) ? ARRAY_LENGTH(fallback_formats) : 2;
H A D0018-pixman-renderer-Support-linux-dmabuf.patch306 + int num_formats = ARRAY_LENGTH(formats);
H A D0027-HACK-backend-drm-Consider-linear-and-invalid-modifie.patch99 for (i = 0; i < ARRAY_LENGTH(mods) && fb->handles[i]; i++)
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/cairo/
H A DCVE-2019-6462.patch21 int table_size = ARRAY_LENGTH (table);
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp155 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) macro
267 for (RK_S32 i = 0; i < ARRAY_LENGTH(stVoTimings); i++) { in Sample_VO_GetDisplaySize()
365 for (i = 0; i < ARRAY_LENGTH(test_mode_table); i++) { in SampleSetVoInterfacetiming()
370 if (i == ARRAY_LENGTH(test_mode_table)) { in SampleSetVoInterfacetiming()
1676 for (i = 0; i < ARRAY_LENGTH(test_mode_table); i++) { in Sample_VO_Demo_Video_Mosaic()
1681 if (i == ARRAY_LENGTH(test_mode_table)) { in Sample_VO_Demo_Video_Mosaic()
2104 for (i = 0; i < ARRAY_LENGTH(test_mode_table); i++) { in Sample_VO_Video_Homologous()
2109 if (i == ARRAY_LENGTH(test_mode_table)) { in Sample_VO_Video_Homologous()
/OK3568_Linux_fs/external/rkupdate/
H A DRKAndroidDevice.h139 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0]) macro
H A DRKAndroidDevice.cpp1319 for (; i < ARRAY_LENGTH(gstUpdateOrder); i++) in isInOrderList()
1420 for (int idx = 0; idx < ARRAY_LENGTH(gstUpdateOrder); idx++) in DownloadImage()
1597 for (int idx = 0; idx < ARRAY_LENGTH(gstUpdateOrder); idx++) in DownloadImage()