| /OK3568_Linux_fs/buildroot/package/bitstream/ |
| H A D | bitstream.hash | 1 # From https://get.videolan.org/bitstream/1.5/bitstream-1.5.tar.bz2.md5 2 md5 34630d13332fd1575bcc8531b0a596be bitstream-1.5.tar.bz2 3 # From https://get.videolan.org/bitstream/1.5/bitstream-1.5.tar.bz2.sha256 4 sha256 45fc5a5a6e4537a69fa8440821e87b76252135180a3070c631b0b36ce0a3b90a bitstream-1.5.tar.bz2
|
| H A D | bitstream.mk | 8 BITSTREAM_SOURCE = bitstream-$(BITSTREAM_VERSION).tar.bz2 9 BITSTREAM_SITE = https://get.videolan.org/bitstream/$(BITSTREAM_VERSION)
|
| H A D | Config.in | 2 bool "bitstream" 8 http://www.videolan.org/developers/bitstream.html
|
| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | mini_inflate.c | 27 static void init_stream(struct bitstream *stream, unsigned char *data, in init_stream() 68 inline unsigned long pull_bits(struct bitstream *stream, in pull_bits() 88 inline int pull_bit(struct bitstream *stream) in pull_bit() 99 static void discard_bits(struct bitstream *stream) in discard_bits() 108 static void decompress_none(struct bitstream *stream, unsigned char *dest) in decompress_none() 123 static int read_symbol(struct bitstream *stream, struct huffman_set *set) in read_symbol() 141 static void decompress_huffman(struct bitstream *stream, unsigned char *dest) in decompress_huffman() 214 static void decompress_dynamic(struct bitstream *stream, unsigned char *dest) in decompress_dynamic() 320 static void decompress_fixed(struct bitstream *stream, unsigned char *dest) in decompress_fixed() 356 struct bitstream stream; in decompress_block()
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_vli.h | 215 struct bitstream { struct 226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument 234 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind() 248 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits() 281 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits() 328 static inline int vli_encode_bits(struct bitstream *bs, u64 in) in vli_encode_bits()
|
| /OK3568_Linux_fs/buildroot/package/bitstream-vera/ |
| H A D | bitstream-vera.hash | 1 # From http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.b… 2 sha256 db5b27df7bbb318036ebdb75acd3e98f1bd6eb6608fb70a67d478cd243d178dc ttf-bitstream-vera-1.10.t…
|
| H A D | bitstream-vera.mk | 8 BITSTREAM_VERA_SITE = http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/$(BITSTREAM_VERA_VE… 9 BITSTREAM_VERA_SOURCE = ttf-bitstream-vera-$(BITSTREAM_VERA_VERSION).tar.bz2 10 BITSTREAM_VERA_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/ttf-bitstream-vera
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-driver-genwqe | 4 Description: Unique bitstream identification e.g. 21 Description: Currently active bitstream. 1 is default, 0 is backup. 26 Description: Interface to set the next bitstream to be used. 31 Description: Interface to trigger a PCIe card reset to reload the bitstream. 38 If successfully, the card will come back with the bitstream set
|
| H A D | debugfs-driver-genwqe | 58 Description: Comprehensive summary of bitstream version and software 59 version. Used bitstream and bitstream clocking information.
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | baycom_epp.c | 176 unsigned int bitbuf, bitstream, numbits, state; member 363 unsigned bitstream, notbitstream, bitbuf, numbit, crc; in encode_hdlc() local 380 bitstream = bitbuf = numbit = 0; in encode_hdlc() 382 bitstream >>= 8; in encode_hdlc() 383 bitstream |= ((unsigned int)*bp) << 8; in encode_hdlc() 385 notbitstream = ~bitstream; in encode_hdlc() 392 bitstream &= ~(0x100 << j); in encode_hdlc() 396 notbitstream = ~bitstream; in encode_hdlc() 555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local 563 bitstream = bc->hdlcrx.bitstream; in receive() [all …]
|
| H A D | hdlcdrv.c | 171 s->hdlcrx.bitstream >>= 16; in hdlcdrv_receiver() 172 s->hdlcrx.bitstream |= word << 16; in hdlcdrv_receiver() 181 if ((s->hdlcrx.bitstream & mask1) == mask1) in hdlcdrv_receiver() 183 else if ((s->hdlcrx.bitstream & mask2) == mask3) { in hdlcdrv_receiver() 196 } else if ((s->hdlcrx.bitstream & mask4) == mask5) { in hdlcdrv_receiver() 315 s->hdlctx.bitstream = 0; in hdlcdrv_transmitter() 327 s->hdlctx.bitstream >>= 8; in hdlcdrv_transmitter() 328 s->hdlctx.bitstream |= (*s->hdlctx.bp++) << 16; in hdlcdrv_transmitter() 335 if ((s->hdlctx.bitstream & mask1) != mask1) in hdlcdrv_transmitter() 337 s->hdlctx.bitstream &= ~mask2; in hdlcdrv_transmitter() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | Kconfig | 13 Enable Altera FPGA specific functions which includes bitstream 31 Enable FPGA driver for loading bitstream in BIT and BIN format 38 Enable Xilinx FPGA specific functions which includes bitstream 45 Enable FPGA driver for loading bitstream in BIT and BIN format
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/coda/ |
| H A D | coda-bit.c | 156 (rd_ptr - ctx->bitstream.paddr); in coda_kfifo_sync_from_device() 167 rd_ptr = ctx->bitstream.paddr + (kfifo->out & kfifo->mask); in coda_kfifo_sync_to_device_full() 169 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_full() 179 wr_ptr = ctx->bitstream.paddr + (kfifo->in & kfifo->mask); in coda_kfifo_sync_to_device_write() 215 kfifo_init(&ctx->bitstream_fifo, ctx->bitstream.vaddr, in coda_bitstream_flush() 216 ctx->bitstream.size); in coda_bitstream_flush() 259 ctx->bitstream.size) in coda_bitstream_try_queue() 1723 ctx->bitstream.vaddr, ctx->bitstream.size); in coda_seq_end_work() 1760 if (ctx->bitstream.vaddr) in coda_alloc_bitstream_buffer() 1763 ctx->bitstream.size = roundup_pow_of_two(q_data->sizeimage * 2); in coda_alloc_bitstream_buffer() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-font/ |
| H A D | font-bitstream-100dpi_1.0.3.bb | 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/" 13 UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libogg/ |
| H A D | libogg_1.3.5.bb | 1 SUMMARY = "Ogg bitstream and framing libary" 2 DESCRIPTION = "libogg is the bitstream and framing library \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/ttf-fonts/ |
| H A D | ttf-bitstream-vera_1.10.bb | 20 SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_api.c | 196 MPP_FREE(p_dxva->bitstream); in free_dxva_ctx() 214 p_dxva->bitstream = mpp_malloc(RK_U8, p_dxva->max_strm_size); in init_dxva_ctx() 216 MEM_CHECK(ret, p_dxva->bitstream && p_dxva->syn.buf); in init_dxva_ctx() 266 mpp_packet_init(&p_Dec->task_pkt, p_Dec->dxva_ctx->bitstream, p_Dec->dxva_ctx->max_strm_size); in init_dec_ctx() 578 memset(p_Dec->dxva_ctx->bitstream + p_Dec->dxva_ctx->strm_offset, 0, in h264d_prepare() 580 mpp_packet_set_data(p_Dec->task_pkt, p_Dec->dxva_ctx->bitstream); in h264d_prepare()
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_debugfs.c | 287 u64 app_id, slu_id, bitstream = -1; in info_show() local 294 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM); in info_show() 312 bitstream); in info_show()
|
| /OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/ |
| H A D | README | 28 - load Xilinx FPGA bitstream format[1] firmware image file using 69 2. bitstream file info:
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hdlcdrv.h | 111 unsigned int bitstream; member 131 unsigned int bitstream; member
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xfont_font-bitstream-75dpi/ |
| H A D | xfont_font-bitstream-75dpi.hash | 2 sha256 ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e font-bitstream-75dpi-1.0.…
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xfont_font-bitstream-100dpi/ |
| H A D | Config.in | 2 bool "font-bitstream-100dpi"
|
| H A D | xfont_font-bitstream-100dpi.hash | 2 sha256 ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce font-bitstream-100dpi-1.0…
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xfont_font-bitstream-type1/ |
| H A D | xfont_font-bitstream-type1.hash | 2 sha256 c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688 font-bitstream-type1-1.0.…
|
| H A D | Config.in | 2 bool "font-bitstream-type1"
|