Searched refs:bytestream (Results 1 – 6 of 6) sorted by relevance
/linux/samples/kfifo/ |
H A D | Makefile | 2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-compressed.rst | 48 information from the raw bytestream. 104 information from the raw bytestream. 113 information from the raw bytestream. 204 information from the raw bytestream. 231 since the decoder can parse all the information from the raw bytestream.
|
H A D | dev-decoder.rst | 9 A stateful video decoder takes complete chunks of the bytestream (e.g. Annex-B 52 bytestream; ``V4L2_BUF_TYPE_VIDEO_CAPTURE`` or 61 encoded/compressed video bytestream format (e.g. H.264, VP8, etc.); see 118 an encoded bytestream; for encoders, the queue of buffers containing raw 124 Picture Parameter Set; a type of metadata entity in an H.264/HEVC bytestream. 130 a point in the bytestream from which decoding may start/continue, without 150 Sequence Parameter Set; a type of metadata entity in an H.264/HEVC bytestream. 153 additional (non-visual) information contained inside encoded bytestream; 224 In particular whether or not the decoder has a full-fledged bytestream 300 2. Allocate source (bytestream) buffers via :c:func:`VIDIOC_REQBUFS` on [all …]
|
H A D | dev-stateless-decoder.rst | 100 destination buffers parsed/decoded from the bytestream. 169 6. Allocate source (bytestream) buffers via :c:func:`VIDIOC_REQBUFS` on 255 1. Queue an ``OUTPUT`` buffer containing one unit of encoded bytestream data for 385 queue. Without source bytestream data, there is no data to process and the codec
|
H A D | dev-encoder.rst | 10 them into a bytestream. It generates complete chunks of the bytestream, including 11 all metadata, headers, etc. The resulting bytestream does not require any
|
/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 9929 u_int start_addr, u_int count, int bytestream) in ahd_read_seeprom() argument 9950 if (bytestream != 0) { in ahd_read_seeprom()
|