Home
last modified time | relevance | path

Searched refs:interleaved (Results 1 – 25 of 58) sorted by relevance

123

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-m420.rst11 YUV 4:2:0. Hybrid plane line-interleaved layout.
18 (YUV 4:2:0). Pixels are organized as interleaved luma and chroma planes.
22 interleaved CbCr pixels subsampled by ½ in the horizontal and vertical
H A Dpixfmt-uv8.rst11 UV plane interleaved
17 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
H A Dpixfmt-y12i.rst17 pixels from 2 sources interleaved and bit-packed. Each pixel is stored
29 interleaved pixel.
H A Dpixfmt-y16i.rst17 from 2 sources interleaved and unpacked. Each pixel is stored in a 16-bit word
21 Left/Right pixels 16-bit unpacked - 16-bit for each interleaved pixel.
H A Dfield-order.rst15 fields a cathode ray TV displays the lines interleaved, yielding the
29 interleaved, it is also important applications understand how the fields
102 - Images contain both fields, interleaved line by line. The temporal
136 - Images contain both fields, interleaved line by line, top field
140 - Images contain both fields, interleaved line by line, top field
H A Dpixfmt-y8i.rst18 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
/linux/drivers/edac/
H A Di3000_edac.c315 int interleaved, nr_channels; in i3000_probe1() local
353 interleaved = i3000_is_interleaved(c0dra, c1dra, c0drb, c1drb); in i3000_probe1()
354 nr_channels = interleaved ? 2 : 1; in i3000_probe1()
396 if (interleaved) in i3000_probe1()
/linux/sound/drivers/
H A Dpcmtest.c108 bool interleaved; // Interleaved/Non-interleaved mode member
225 if (v_iter->interleaved) in check_buf_block()
277 if (v_iter->interleaved) in fill_block_pattern()
321 if (v_iter->interleaved) in fill_block_random()
480 v_iter->interleaved = true; in snd_pcmtst_pcm_prepare()
484 v_iter->interleaved = false; in snd_pcmtst_pcm_prepare()
H A DKconfig125 PCM callbacks. It supports both interleaved and non-interleaved access
/linux/drivers/soc/qcom/
H A Docmem.c41 bool interleaved; member
63 bool interleaved; member
364 ocmem->interleaved = !!(reg & OCMEM_HW_PROFILE_INTERLEAVING); in ocmem_dev_probe()
371 ocmem->num_macros, ocmem->interleaved ? "" : "not "); in ocmem_dev_probe()
/linux/Documentation/admin-guide/perf/
H A Dthunderx2-pmu.rst9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
/linux/Documentation/i2c/
H A Di2c-topology.rst84 of the entire operation. But accesses to D3 are possibly interleaved
105 address 0x42 behind mux-one may be interleaved with a similar
233 are locked). But accesses to D3 and D4 are possibly interleaved at
237 interleaved.
256 root adapter). But accesses to D4 are possibly interleaved at any
267 mux. In that case, any interleaved accesses to D4 might close M2
290 are locked). Accesses to D3 and D4 are possibly interleaved at
319 accesses to D5 may be interleaved at any time.
/linux/drivers/mtd/chips/
H A DKconfig131 If your flash chips are not interleaved - i.e. you only have one
138 If your flash chips are interleaved in pairs - i.e. you have two
145 If your flash chips are interleaved in fours - i.e. you have four
152 If your flash chips are interleaved in eights - i.e. you have eight
/linux/include/media/tpg/
H A Dv4l2-tpg.h188 bool interleaved; member
426 return tpg->interleaved ? 1 : tpg->planes; in tpg_g_planes()
431 return tpg->interleaved; in tpg_g_interleaved()
/linux/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c100 bool interleaved; member
370 stream_data->interleaved = true; in xlnx_formatter_pcm_open()
376 substream->stream, stream_data->interleaved, in xlnx_formatter_pcm_open()
/linux/Documentation/devicetree/bindings/sound/
H A Dmax98373.txt27 In this configuration, the current and voltage data will be frame interleaved
/linux/Documentation/sound/cards/
H A Dpcmtest.rst20 It supports up to 8 substreams and 4 channels. Also it supports both interleaved and
21 non-interleaved access modes.
/linux/Documentation/fb/
H A Dvt8623fb.rst35 with interleaved planes (1 byte interleave), MSB first. Both modes support
H A Darkfb.rst38 with interleaved planes (1 byte interleave), MSB first. Both modes support
H A Ds3fb.rst47 with interleaved planes (1 byte interleave), MSB first. Both modes support
H A Dapi.rst81 Planes are interleaved in memory. The interleave factor, defined as the
82 distance in bytes between the beginning of two consecutive interleaved blocks
163 __u32 type_aux; /* Interleave for interleaved Planes */
/linux/Documentation/devicetree/bindings/net/
H A Dmarvell-orion-net.txt11 the multiple levels is that the port registers are interleaved within a single
/linux/drivers/media/pci/bt8xx/
H A Dbttv-risc.c238 int width, int height, int interleaved, in bttv_calc_geo_old() argument
261 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512; in bttv_calc_geo_old()
265 geo->vscale |= interleaved ? (BT848_VSCALE_INT<<8) : 0; in bttv_calc_geo_old()
/linux/Documentation/driver-api/cxl/linux/
H A Dcxl-driver.rst28 bridges have a single memory device attached, and the devices are interleaved
539 users to decide at runtime whether to online memory as interleaved or
540 non-interleaved. ::
564 In this example, the CFMWS defines two discrete non-interleaved 4GB regions
565 for each host bridge, and one interleaved 8GB region that targets both. This
/linux/Documentation/driver-api/cxl/
H A Dtheory-of-operation.rst13 that optionally define a device's contribution to an interleaved address
14 range across multiple devices underneath a host-bridge or interleaved

123