Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H 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
H A Dpixfmt-uv8.rst10 UV plane interleaved
16 In this format there is no Y plane, Only CbCr plane. ie (UV interleaved)
H A Dpixfmt-y12i.rst16 pixels from 2 sources interleaved and bit-packed. Each pixel is stored
28 interleaved pixel.
H 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
H A 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.
H A Dpixfmt-y8i.rst17 pixels from 2 sources interleaved. Each pixel is stored in a 16-bit
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0001-v4l-add-Mediatek-compressed-video-block-format.patch29 case V4L2_PIX_FMT_S5C_UYVY_JPG: descr = "S5C73MX interleaved UYVY/JPEG"; break;
39 #define V4L2_PIX_FMT_Y8I v4l2_fourcc('Y', '8', 'I', ' ') /* Greyscale 8-bit L/R interleaved */
40 …#define V4L2_PIX_FMT_Y12I v4l2_fourcc('Y', '1', '2', 'I') /* Greyscale 12-bit L/R interleaved
/OK3568_Linux_fs/kernel/drivers/edac/
H A Di3000_edac.c316 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()
397 if (interleaved) in i3000_probe1()
/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Docmem.c39 bool interleaved; member
59 bool interleaved; member
363 ocmem->interleaved = !!(reg & OCMEM_HW_PROFILE_INTERLEAVING); in ocmem_dev_probe()
370 ocmem->num_macros, ocmem->interleaved ? "" : "not "); in ocmem_dev_probe()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A 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.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/perf/
H A Dthunderx2-pmu.rst9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/media/tpg/
H A Dv4l2-tpg.h188 bool interleaved; member
425 return tpg->interleaved ? 1 : tpg->planes; in tpg_g_planes()
430 return tpg->interleaved; in tpg_g_interleaved()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dmax98373.txt27 In this configuration, the current and voltage data will be frame interleaved
/OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst150 range is contiguous in system memory and may be interleaved (hardware
151 memory controller striped) across multiple DIMMs. When interleaved the
194 data could be interleaved in an opaque hardware specific manner across
204 system-physical-address sets of interleaved DIMMs, *and* may also be
258 1. The first portion of DIMM0 and DIMM1 are interleaved as REGION0. A
261 interleaved system-physical-address range is reclaimed as BLK-aperture
267 2. In the last portion of DIMM0 and DIMM1 we have an interleaved
275 interleaved system-physical-address range (i.e. the DPA address past
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/u-boot/board/boundary/nitrogen6x/
H A Dddr-setup.cfg89 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/u-boot/board/toradex/colibri_imx6/
H A Dddr-setup.cfg90 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/u-boot/board/toradex/apalis_imx6/
H A Dddr-setup.cfg90 * MDMISC mirroring interleaved (row/bank/col)
/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES168 will require the source and mask to be interleaved, that is, X number
177 The following are for interleaved cursors.
/OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/
H A DREADME39 interleaved fashion. This is useful, for example, for some Internet

1234