Home
last modified time | relevance | path

Searched full:interleaved (Results 1 – 25 of 213) sorted by relevance

123456789

/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-y12i.rst9 Interleaved grey-scale image, e.g. from a stereo-pair
16 pixels from 2 sources interleaved and bit-packed. Each pixel is stored
28 interleaved pixel.
Dfield-order.rst14 fields a cathode ray TV displays the lines interleaved, yielding the
28 interleaved, it is also important applications understand how the fields
101 - Images contain both fields, interleaved line by line. The temporal
135 - Images contain both fields, interleaved line by line, top field
139 - Images contain both fields, interleaved line by line, top field
Dpixfmt-m420.rst10 YUV 4:2:0. Hybrid plane line-interleaved layout.
17 (YUV 4:2:0). Pixels are organized as interleaved luma and chroma planes.
21 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
Dpixfmt-uv8.rst10 UV plane interleaved
16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
Dpixfmt-nv12mt.rst11 samples are interleaved. The difference to ``V4L2_PIX_FMT_NV12`` is the
48 interleaved. Height of the buffer is aligned to 32.
Dpixfmt-y8i.rst10 Interleaved grey-scale image, e.g. from a stereo-pair
17 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
/linux-5.10/drivers/staging/media/atomisp/pci/
Dia_css_frame_format.h65 IA_CSS_FRAME_FORMAT_UYVY, /** 16 bit YUV 422, UYVY interleaved */
66 IA_CSS_FRAME_FORMAT_YUYV, /** 16 bit YUV 422, YUYV interleaved */
87 interleaved even line */
91 line; UYVY interleaved
/linux-5.10/drivers/mtd/chips/
DKconfig129 If your flash chips are not interleaved - i.e. you only have one
136 If your flash chips are interleaved in pairs - i.e. you have two
143 If your flash chips are interleaved in fours - i.e. you have four
150 If your flash chips are interleaved in eights - i.e. you have eight
Dfwh_lock.h25 * hub parts cannot be interleaved as they are on the LPC bus
26 * so this code has not been tested with interleaved chips,
/linux-5.10/drivers/edac/
Di3000_edac.c290 * we're not interleaved. in i3000_is_interleaved()
300 * then we're not interleaved. in i3000_is_interleaved()
316 int interleaved, nr_channels; in i3000_probe1() local
354 interleaved = i3000_is_interleaved(c0dra, c1dra, c0drb, c1drb); in i3000_probe1()
355 nr_channels = interleaved ? 2 : 1; in i3000_probe1()
387 * If we're in interleaved mode then we're only walking through in i3000_probe1()
397 if (interleaved) in i3000_probe1()
/linux-5.10/sound/pci/ctxfi/
Dctsrc.h46 struct src *intlv; /* Pointer to next interleaved SRC in a series */
48 /* Number of contiguous srcs for interleaved usage */
76 /* Number of contiguous master srcs for interleaved usage */
/linux-5.10/Documentation/admin-guide/perf/
Dthunderx2-pmu.rst9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
/linux-5.10/arch/arm64/crypto/
Daes-ce.S76 /* up to 5 interleaved encryption rounds with the same round key */
85 /* up to 5 interleaved final rounds */
111 /* up to 5 interleaved blocks */
/linux-5.10/Documentation/devicetree/bindings/mtd/
Dnand-controller.yaml82 - enum: [ oob, interleaved ]
86 known to be stored in the OOB area, or "interleaved" if ECC
87 bytes will be interleaved with regular data in the main area.
/linux-5.10/Documentation/i2c/
Di2c-topology.rst104 address 0x42 behind mux-one may be interleaved with a similar
153 of the entire operation. But accesses to D3 are possibly interleaved
263 are locked). But accesses to D3 and D4 are possibly interleaved at
265 are still possibly interleaved.
284 root adapter). But accesses to D4 are possibly interleaved at any
295 mux. In that case, any interleaved accesses to D4 might close M2
318 are locked). Accesses to D3 and D4 are possibly interleaved at
347 accesses to D5 may be interleaved at any time.
/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_channel.h16 * These packets may be interleaved by the mux and then delivered to the bridge
40 * These packets may be interleaved by the mux and then delivered to the bridge
/linux-5.10/drivers/soc/qcom/
Docmem.c39 bool interleaved; member
59 bool interleaved; member
353 ocmem->interleaved = !!(reg & OCMEM_HW_PROFILE_INTERLEAVING); in ocmem_dev_probe()
360 ocmem->num_macros, ocmem->interleaved ? "" : "not "); in ocmem_dev_probe()
/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dgdc.c72 * Output LUT format (interleaved):
80 * Interleaved format allows use of contiguous bytes to store into
/linux-5.10/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S64 * operations on a and b are interleaved to increase performance
99 * operations on a and b are interleaved to increase performance
137 * operations on a and b are interleaved to increase performance
172 * operations on a and b are interleaved to increase performance
Dtwofish-i586-asm_32.S65 * operations on a and b are interleaved to increase performance
102 * operations on a and b are interleaved to increase performance
140 * operations on a and b are interleaved to increase performance
177 * operations on a and b are interleaved to increase performance
/linux-5.10/include/media/davinci/
Ddm644x_ccdc.h139 /* interleaved or separated fields */
167 /* interleaved or separated fields */
Ddm355_ccdc.h264 /* interleaved or separated fields */
290 /* interleaved or separated fields */
/linux-5.10/sound/sh/
Dsh_dac_audio.c164 /* channel is not used (interleaved data) */ in snd_sh_dac_pcm_copy()
183 /* channel is not used (interleaved data) */ in snd_sh_dac_pcm_copy_kernel()
201 /* channel is not used (interleaved data) */ in snd_sh_dac_pcm_silence()
/linux-5.10/sound/soc/xilinx/
Dxlnx_formatter_pcm.c91 * @interleaved: audio channels arrangement in buffer
98 bool interleaved; member
359 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
365 substream->stream, stream_data->interleaved, in xlnx_formatter_pcm_open()
/linux-5.10/sound/isa/sb/
Demu8000_pcm.c17 * define the following if you want to use this pcm with non-interleaved mode
21 /* NOTE: for using the non-interleaved mode with alsa-lib, you have to set
34 * besides, for the time being, the non-interleaved mode doesn't work well on
516 * copy the interleaved data can be done easily by using
578 /* at least dma_bytes must be set for non-interleaved mode */ in emu8k_pcm_hw_params()

123456789