Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A 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
A Dpixfmt-uv8.rst10 UV plane interleaved
16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
A Dpixfmt-y12i.rst16 pixels from 2 sources interleaved and bit-packed. Each pixel is stored
28 interleaved pixel.
A 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
A Dpixfmt-y8i.rst17 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
A Dpixfmt-reserved.rst204 contains interleaved JPEG and UYVY image data, followed by meta
206 actual pointer array follows immediately the interleaved JPEG/UYVY
/linux-6.3-rc2/drivers/edac/
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-6.3-rc2/drivers/soc/qcom/
A Docmem.c39 bool interleaved; member
59 bool interleaved; member
361 ocmem->interleaved = !!(reg & OCMEM_HW_PROFILE_INTERLEAVING); in ocmem_dev_probe()
368 ocmem->num_macros, ocmem->interleaved ? "" : "not "); in ocmem_dev_probe()
/linux-6.3-rc2/Documentation/admin-guide/perf/
A Dthunderx2-pmu.rst9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
/linux-6.3-rc2/Documentation/i2c/
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-6.3-rc2/Documentation/devicetree/bindings/mtd/
A Dnand-controller.yaml65 known to be stored in the OOB area, or "interleaved" if ECC
66 bytes will be interleaved with regular data in the main area.
68 enum: [ oob, interleaved ]
/linux-6.3-rc2/drivers/mtd/chips/
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-6.3-rc2/include/media/tpg/
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-6.3-rc2/Documentation/devicetree/bindings/sound/
A Dmax98373.txt27 In this configuration, the current and voltage data will be frame interleaved
A Dadi,max98396.yaml78 interleaved on a single output channel.
/linux-6.3-rc2/sound/soc/xilinx/
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-6.3-rc2/Documentation/fb/
A Dvt8623fb.rst35 with interleaved planes (1 byte interleave), MSB first. Both modes support
A Darkfb.rst38 with interleaved planes (1 byte interleave), MSB first. Both modes support
A Ds3fb.rst47 with interleaved planes (1 byte interleave), MSB first. Both modes support
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-6.3-rc2/Documentation/driver-api/nvdimm/
A Dnvdimm.rst135 contiguous in system memory and may be interleaved (hardware memory controller
136 striped) across multiple DIMMs. When interleaved the platform may optionally
180 1. The first portion of DIMM0 and DIMM1 are interleaved as REGION0. A
183 interleaved system-physical-address range is left free for
186 2. In the last portion of DIMM0 and DIMM1 we have an interleaved
/linux-6.3-rc2/Documentation/devicetree/bindings/memory-controllers/
A Dnvidia,tegra124-mc.yaml15 These are interleaved to provide high performance with the load shared across
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dmarvell-orion-net.txt11 the multiple levels is that the port registers are interleaved within a single
/linux-6.3-rc2/Documentation/driver-api/cxl/
A Dmemory-devices.rst13 that optionally define a device's contribution to an interleaved address
14 range across multiple devices underneath a host-bridge or interleaved
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-risc.c327 int width, int height, int interleaved, in bttv_calc_geo_old() argument
350 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512; in bttv_calc_geo_old()
354 geo->vscale |= interleaved ? (BT848_VSCALE_INT<<8) : 0; in bttv_calc_geo_old()

Completed in 35 milliseconds

123