Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dlibnsbmp.h92 bmp_encoding encoding; member
H A Dlibnsbmp.c219 bmp->encoding = read_uint32(data, 16); in bmp_info_header_parse()
228 switch (bmp->encoding) { in bmp_info_header_parse()
258 if (bmp->encoding == BMP_ENCODING_BITFIELDS) { in bmp_info_header_parse()
534 if (bmp->encoding == BMP_ENCODING_BITFIELDS) in bmp_decode_rgb32()
547 if (bmp->encoding == BMP_ENCODING_BITFIELDS) { in bmp_decode_rgb32()
695 if (bmp->encoding == BMP_ENCODING_BITFIELDS) { in bmp_decode_rgb16()
1255 switch (bmp->encoding) { in bmp_decode()
/rk3399_rockchip-uboot/doc/device-tree-bindings/misc/
H A Dintel,irq-router.txt29 bus number, device number and function number encoding with PCI_BDF() macro.
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt39 To compile C++ version of file->file LZMA encoding, go to directory
68 LzFindMt.* - Match finder for LZ (LZMA) encoders for multithreading encoding
71 LzmaEnc.* - LZMA encoding
522 6) Call encoding function:
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpci-info.txt125 PCI_BDF() for the encoding (it is also specified in the IEEE Std 1275-1994
/rk3399_rockchip-uboot/doc/
H A DREADME.usb161 However note that encoding these individual network settings into a
H A DREADME.b4860qds23 Turbo or Viterbi decoding, Turbo encoding and rate matching, MIMO MMSE
H A DREADME.rockchip302 is encoding using RC4 with the key 7c4e0304550509072d2c7b38170d1711. The SPL
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h3122 …stbtt_int32 platform = ttUSHORT(fc+loc+0), encoding = ttUSHORT(fc+loc+2), language = ttUSHORT(fc+l… in stbtt__matchpair() local
3125 … if (platform == 0 || (platform == 3 && encoding == 1) || (platform == 3 && encoding == 10)) { in stbtt__matchpair()
3133 … next_id && ttUSHORT(fc+loc+12) == platform && ttUSHORT(fc+loc+12+2) == encoding && ttUSHORT(fc+lo… in stbtt__matchpair()