Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 16 of 16) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dbmp_helper.c57 int decode = 1; in decode_rle8_bitmap() local
67 while (decode) { in decode_rle8_bitmap()
83 decode = 0; in decode_rle8_bitmap()
104 decode = 0; in decode_rle8_bitmap()
/rk3399_rockchip-uboot/scripts/
H A Dunpack_bootimg181 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
209 args.boot_img.read(16))[0].decode())
210 info.cmdline = cstr(unpack('512s', args.boot_img.read(512))[0].decode())
213 args.boot_img.read(1024))[0].decode())
216 args.boot_img.read(1536))[0].decode())
376 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
382 info.cmdline = cstr(unpack('2048s', args.boot_img.read(2048))[0].decode())
384 info.product_name = cstr(unpack('16s', args.boot_img.read(16))[0].decode())
421 args.boot_img.read(VENDOR_RAMDISK_NAME_SIZE))[0].decode())
471 boot_magic = unpack('8s', args.boot_img.read(8))[0].decode()
H A Davbtool.py1275 self.key = data[self.SIZE:(self.SIZE + key_size)].decode('utf-8')
1410 self.hash_algorithm = self.hash_algorithm.rstrip(b'\0').decode('ascii')
1415 ].decode('utf-8')
1603 self.hash_algorithm = self.hash_algorithm.rstrip(b'\0').decode('ascii')
1608 ].decode('utf-8')
1742 self.SIZE:(self.SIZE + kernel_cmdline_length)].decode('utf-8')
1840 ].decode('utf-8')
2113 self.release_string = release_string.rstrip(b'\0').decode('utf-8')
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A DMakefile8 $(X86DIR)/decode.o \
/rk3399_rockchip-uboot/drivers/video/
H A Dvideo_bmp.c50 int decode = 1; in video_display_rle8_bitmap() local
60 while (decode) { in video_display_rle8_bitmap()
73 decode = 0; in video_display_rle8_bitmap()
H A Dcfb_console.c1168 int decode = 1; in display_rle8_bitmap() local
1225 while (decode) { in display_rle8_bitmap()
1241 decode = 0; in display_rle8_bitmap()
/rk3399_rockchip-uboot/lib/avb/rk_avb_user/
H A DKconfig29 Use pre-loader public key to decode in avb.
/rk3399_rockchip-uboot/tools/dtoc/
H A Dfdt_util.py28 val = val.decode('utf-8')
/rk3399_rockchip-uboot/common/
H A Dlcd.c461 int decode = 1; in lcd_display_rle8_bitmap() local
470 while (decode) { in lcd_display_rle8_bitmap()
483 decode = 0; in lcd_display_rle8_bitmap()
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.py284 fd.write(result.stdout.decode('UTF-8').encode('ASCII', 'replace'))
291 fd.write(result.stderr.decode('UTF-8').encode('ASCII', 'replace'))
H A Dbuilder.py100 trans_valid_chars = trans_valid_chars.decode('latin-1')
/rk3399_rockchip-uboot/tools/patman/
H A Dseries.py250 cc_list = ', '.join([x.decode('utf-8')
/rk3399_rockchip-uboot/doc/
H A DREADME.gpt286 "uuid" program is recommended to generate UUID string. Moreover it can decode
/rk3399_rockchip-uboot/lib/
H A DKconfig230 CONFIG_CMD_LZMADEC which provides a decode command.
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt171 d: decode file
/rk3399_rockchip-uboot/tools/binman/
H A DREADME530 - Add an option to decode an image into the constituent binaries