Searched full:bmpblock (Results 1 – 12 of 12) sorted by relevance
43 /* Internal struct for contructing the whole BmpBlock. */62 /* Contruct the bmpblock. */65 /* Write the bmpblock to a file */102 /* Internal variable for string the BmpBlock version. */112 /* Internal variable for storing the config of BmpBlock. */115 /* Internal variable for storing the content of BmpBlock. */
5 // Utility for manipulating firmware screen block (BMPBLOCK) in GBB.38 // BmpBlock Utility implementation163 if (keyword == "bmpblock") { in parse_first_layer()191 error("Syntax error in parsing bmpblock.\n"); in parse_bmpblock()205 error("Syntax error in parsing bmpblock.\n"); in parse_compression()514 /* Compute the ImageInfo offsets from start of BMPBLOCK. */ in pack_bmpblock()650 "To create a new BMPBLOCK file using config from YAML file:\n" in usagehelp_exit()652 " %s [-z NUM] -c YAML BMPBLOCK\n" in usagehelp_exit()660 "To display the contents of a BMPBLOCK:\n" in usagehelp_exit()662 " %s [-y] BMPBLOCK\n" in usagehelp_exit()[all …]
213 fprintf(stderr, "File %s is too small to be a BMPBLOCK\n", infile); in dump_bmpblock()219 fprintf(stderr, "File %s is not a BMPBLOCK\n", infile); in dump_bmpblock()268 fprintf(yfp, "bmpblock: %d.%d\n", hdr->major_version, hdr->minor_version); in dump_bmpblock()
5 * Data structure definitions for firmware screen block (BMPBLOCK).7 * The BmpBlock structure looks like:9 * | BmpBlock Header |56 /* BMPBLOCK header, describing how many screen layouts and image infos */81 /* Offset of image info from start of BMPBLOCK; 0=end it. */
2 bmpblock: 2.0
3 bmpblock: 2.0
28 self.assertTrue(err.count("missing BMPBLOCK name"))
204 printf(" BmpBlock: <invalid>\n"); in futil_cb_show_gbb()205 /* We don't support older BmpBlock formats, so we can't in futil_cb_show_gbb()208 printf(" BmpBlock:\n"); in futil_cb_show_gbb()