Lines Matching defs:format_str
809 char format_str[5];
831 char format_str[5]; /* need to leave room for terminating \0 */
1196 p->w, p->h, p->format_str, p->plane_id, p->crtc_id);
1281 p->w, p->h, p->format_str, plane_id);
1457 strcpy(pipe->format_str, "XR24");
1458 pipe->fourcc = util_format_fourcc(pipe->format_str);
1657 .format_str = "XR24",
1658 .fourcc = util_format_fourcc(pipe->format_str),
1847 strcpy(pipe->format_str, "XR24");
1902 strncpy(pipe->format_str, p + 1, 4);
1903 pipe->format_str[4] = '\0';
1906 pipe->fourcc = util_format_fourcc(pipe->format_str);
1908 fprintf(stderr, "unknown format %s\n", pipe->format_str);
1955 strncpy(plane->format_str, end + 1, 4);
1956 plane->format_str[4] = '\0';
1958 strcpy(plane->format_str, "XR24");
1961 plane->fourcc = util_format_fourcc(plane->format_str);
1963 fprintf(stderr, "unknown format %s\n", plane->format_str);