Searched defs:bitstream (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/include/jffs2/ |
H A D | mini_inflate.h | 31 struct bitstream { struct 32 unsigned char *data; /* increments as we move from byte to byte */ 33 unsigned char bit; /* 0 to 7 */ 34 void *(*memcpy)(void *, const void *, size); 35 unsigned long decoded; /* The number of bytes decoded */ 36 int error; 38 int distance_count[16]; 39 int distance_first[16]; 40 int distance_pos[16]; 41 int distance_lengths[32]; [all …]
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_vli.h | 215 struct bitstream { struct 216 struct bitstream_cursor cur; argument 226 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init() argument
|
/openbmc/linux/include/linux/ |
H A D | hdlcdrv.h | 111 unsigned int bitstream; member 131 unsigned int bitstream; member
|
/openbmc/linux/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 555 unsigned int bitbuf, notbitstream, bitstream, numbits, state; in receive() local
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_debugfs.c | 287 u64 app_id, slu_id, bitstream = -1; in info_show() local
|
H A D | card_utils.c | 705 u64 bitstream; in genwqe_read_softreset() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | cb_pcidas64.c | 1689 u8 bitstream; in i2c_write() local 3518 unsigned int bitstream = ((address & 0x7) << 8) | value; in caldac_8800_write() local 3651 unsigned int bitstream = ((channel & 0x3) << 8) | (value & 0xff); in ad8402_write() local 3703 unsigned int bitstream = (read_command << 8) | address; in read_eeprom() local
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.c | 130 hantro_get_default_fmt(const struct hantro_ctx *ctx, bool bitstream, in hantro_get_default_fmt()
|
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | h264.c | 928 struct tegra_m2m_buffer *bitstream = vb_to_tegra_buf(&src->vb2_buf); in tegra_vde_h264_decode_run() local
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda.h | 263 struct coda_aux_buf bitstream; member
|