Lines Matching refs:str
202 char str[100];
212 snprintf(str, sizeof(str),
218 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str);
219 snprintf(str, sizeof(str), "sensor size: %dx%d",
222 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str);
229 snprintf(str, sizeof(str), "%02d:%02d:%02d:%03d",
234 tpg_gen_text(&vsensor->tpg, basep, line++ * line_height, 16, str);