Lines Matching full:bmpblock
5 // Utility for manipulating firmware screen block (BMPBLOCK) in GBB.
38 // BmpBlock Utility implementation
163 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()
667 "To unpack a BMPBLOCK file:\n" in usagehelp_exit()
669 " %s -x [-d DIR] [-f] BMPBLOCK\n" in usagehelp_exit()
751 fprintf(stderr, "%s: missing BMPBLOCK name\n", prog_name); in main()