Searched refs:bytestream (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/samples/kfifo/ |
D | Makefile | 2 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
|
/linux-5.19.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-compressed.rst | 48 information from the raw bytestream. 99 information from the raw bytestream. 108 information from the raw bytestream. 199 information from the raw bytestream. 231 since the decoder can parse all the information from the raw bytestream.
|
D | vidioc-enum-fmt.rst | 161 - The hardware decoder for this compressed bytestream format (aka coded 162 format) is capable of parsing a continuous bytestream. Applications do 163 not need to parse the bytestream themselves to find the boundaries 172 compressed bytestream format (aka coded format). It will notify the user
|
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 …]
|
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
|
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-5.19.10/Documentation/networking/ |
D | timestamping.rst | 285 bytestream. Each request is interpreted as a request for when the 306 bytestream consistently, if both semantics of the timestamp and the
|
/linux-5.19.10/drivers/scsi/aic7xxx/ |
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()
|