Home | History | Annotate | Download | only in modetest

Lines Matching refs:format_str

696 	char format_str[5];
716 char format_str[5]; /* need to leave room for terminating \0 */
1013 p->w, p->h, p->format_str, plane_id);
1118 pipe->mode_str, pipe->mode->vrefresh, pipe->format_str);
1304 strcpy(pipe->format_str, "XR24");
1357 strncpy(pipe->format_str, p + 1, 4);
1358 pipe->format_str[4] = '\0';
1361 pipe->fourcc = util_format_fourcc(pipe->format_str);
1363 fprintf(stderr, "unknown format %s\n", pipe->format_str);
1414 strcpy(plane->format_str, p);
1416 strcpy(plane->format_str, "XR24");
1419 plane->fourcc = util_format_fourcc(plane->format_str);
1421 fprintf(stderr, "unknown format %s\n", plane->format_str);