Searched refs:shmob_drm_format_infos (Results 1 – 1 of 1) sorted by relevance
28 static const struct shmob_drm_format_info shmob_drm_format_infos[] = { variable106 for (i = 0; i < ARRAY_SIZE(shmob_drm_format_infos); ++i) { in shmob_drm_format_info()107 if (shmob_drm_format_infos[i].fourcc == fourcc) in shmob_drm_format_info()108 return &shmob_drm_format_infos[i]; in shmob_drm_format_info()