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