Home
last modified time | relevance | path

Searched +full:stream +full:- +full:mode +full:- +full:support (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dversion.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <linux/rk-isp21-config.h>
16 * 1. support lvds interface
19 * support multi virtual device;
22 * 1. support link with interface of cif
23 * 2. fix picture of hdr is abnormal in multi-visual isp when run second time
30 * 2. support hal to control hdrtmo on/off
31 * 3. switch hdr frame mode for read back
36 * 3. fix stream failure in thunderboot mode
45 * 3. vb2 support cache hints
[all …]
H A Dcapture.c1 // SPDX-License-Identifier: GPL-2.0
6 #include <media/v4l2-common.h>
7 #include <media/v4l2-event.h>
8 #include <media/v4l2-fh.h>
9 #include <media/v4l2-ioctl.h>
10 #include <media/v4l2-subdev.h>
11 #include <media/videobuf2-dma-contig.h>
31 switch (dev->hdr.op_mode) { in hdr_dma_frame()
57 struct rkisp_stream *stream; in rkisp_create_hdr_buf() local
60 stream = &dev->cap_dev.stream[RKISP_STREAM_DMATX0]; in rkisp_create_hdr_buf()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dxz.h5 * Igor Pavlov <https://7-zip.org/>
28 * enum xz_mode - Operation mode
30 * @XZ_SINGLE: Single-call mode. This uses less RAM than
31 * multi-call modes, because the LZMA2
36 * @XZ_PREALLOC: Multi-call mode with preallocated LZMA2
40 * @XZ_DYNALLOC: Multi-call mode. The LZMA2 dictionary is
42 * parsed from the stream headers. If the
46 * It is possible to enable support only for a subset of the above
49 * with support for all operation modes, but the preboot code may
59 * enum xz_ret - Return codes
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dversion.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 #include <linux/rk-ispp-config.h>
16 * 1. support fbc output format
17 * 2. support fec function
18 * 3. support oneframe mode
21 * 1. support multi virtual device;
34 * 3. fix config err for stream switch
37 * 1. tnr support dynamic switch
42 * 3. vb2 support cache hints
52 * 2. fix error status of stream off
[all …]
/OK3568_Linux_fs/kernel/crypto/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 # Generic algorithms support
9 # async_tx api: hardware offloaded memory transfer/transform support
36 # CRYPTO_FIPS140 just enables the support in the kernel for loading fips140.ko.
48 At load time, this module overrides the built-in implementations of
49 these algorithms with its implementations. It also runs self-tests on
62 for lab evaluation testing of the module, e.g. support for injecting
63 errors and support for a userspace interface to some of the module's
171 bool "Disable run-time self tests"
174 Disable run-time self tests that normally take place at
[all …]
/OK3568_Linux_fs/kernel/include/linux/soundwire/
H A Dsdw.h1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
2 /* Copyright(c) 2015-17 Intel Corporation. */
71 * enum sdw_slave_status - Slave status
89 * @SDW_CLK_PRE_DEPREPARE: pre clock stop de-prepare
90 * @SDW_CLK_POST_DEPREPARE: post clock stop de-prepare
100 * enum sdw_command_response - Command response as defined by SDW spec
129 * enum sdw_stream_type: data stream type
131 * @SDW_STREAM_PCM: PCM data stream
132 * @SDW_STREAM_PDM: PDM data stream
153 * enum sdw_port_data_mode: Data Port mode
[all …]
/OK3568_Linux_fs/external/rockit/lib/lib32/
HDlibrockit.so__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize strlen _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERjj _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_ __stack_chk_fail _ZSt19__throw_logic_errorPKc __stack_chk_guard __aeabi_unwind_cpp_pr0 __gxx_personality_v0 __cxa_end_cleanup _ZdlPv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_ _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignERKS4_ _Znwj __cxa_pure_virtual ...
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Drenesas,fsi.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas FIFO-buffered Serial Interface (FSI)
10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
19 - items:
20 - enum:
21 - renesas,fsi2-sh73a0 # SH-Mobile AG5
22 - renesas,fsi2-r8a7740 # R-Mobile A1
23 - enum:
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dstrparser.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Stream Parser (strparser)
10 The stream parser (strparser) is a utility that parses messages of an
11 application layer protocol running over a data stream. The stream
13 kernel support for application layer messages. For instance, Kernel
14 Connection Multiplexor (KCM) uses the Stream Parser to parse messages
18 mode.
20 In receive callback mode, the strparser is called from the data_ready
24 In general mode, a sequence of skbs are fed to strparser from an
33 functions, and a data_ready function for receive callback mode. The
[all …]
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "HD-Audio"
20 Say Y here to include support for Intel "High Definition
23 This option enables the HD-audio controller. Don't forget
27 will be called snd-hda-intel.
35 Say Y here to support the HDA controller present in NVIDIA
38 This options enables support for the HD Audio controller
43 will be called snd-hda-tegra.
48 bool "Build hwdep interface for HD-audio driver"
51 Say Y here to build a hwdep interface for HD-audio driver.
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-parm.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_PARM - VIDIOC_S_PARM - Get or set streaming parameters
39 output device will be reconfigured to support the requested frame
44 frame interval that is typically embedded in the encoded video stream.
50 internally by a driver in read/write mode. For implications see the
63 .. flat-table:: struct v4l2_streamparm
64 :header-rows: 0
65 :stub-columns: 0
68 * - __u32
69 - ``type``
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Support for Intel Camera Imaging ISP subsystem.
20 * This file contains support for configuring and controlling streams
32 * Note that not all ISP modes support all input modes.
36 IA_CSS_INPUT_MODE_FIFO, /** data from input-fifo */
37 IA_CSS_INPUT_MODE_TPG, /** data from test-pattern generator */
38 IA_CSS_INPUT_MODE_PRBS, /** data from pseudo-random bit stream */
51 stream */
66 enum atomisp_input_format format; /** Format of input stream. This data
69 int linked_isys_stream_id; /** default value is -1, other value means
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iommu/
H A Dmsm,iommu-v0.txt5 of the CPU, each connected to the IOMMU through a port called micro-TLB.
9 - compatible: Must contain "qcom,apq8064-iommu".
10 - reg: Base address and size of the IOMMU registers.
11 - interrupts: Specifiers for the MMU fault interrupts. For instances that
12 support secure mode two interrupts must be specified, for non-secure and
13 secure mode, in that order. For instances that don't support secure mode a
15 - #iommu-cells: The number of cells needed to specify the stream id. This
17 - qcom,ncb: The total number of context banks in the IOMMU.
18 - clocks : List of clocks to be used during SMMU register access. See
19 Documentation/devicetree/bindings/clock/clock-bindings.txt
[all …]
/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_private.h53 /* If no specific decoding mode is requested, enable support for all modes. */
62 * The DEC_IS_foo(mode) macros are used in "if" statements. If only some
67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 # define DEC_IS_SINGLE(mode) (false) argument
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 # define DEC_IS_PREALLOC(mode) (false) argument
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 # define DEC_IS_DYNALLOC(mode) (false) argument
85 # define DEC_IS_MULTI(mode) (true) argument
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcuda.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
55 @defgroup cuda CUDA-accelerated Computer Vision
78 - no arbitrary dimensions support (only 2D)
79 - no functions that return references to their data (because references on GPU are not valid for
81 - no expression templates technique support
88 aligned to a size depending on the hardware. Single-row GpuMat is always a continuous matrix.
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
100 argument. If a non-default stream is passed, the GPU operation may overlap with operations in other
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcuda.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
55 @defgroup cuda CUDA-accelerated Computer Vision
78 - no arbitrary dimensions support (only 2D)
79 - no functions that return references to their data (because references on GPU are not valid for
81 - no expression templates technique support
88 aligned to a size depending on the hardware. Single-row GpuMat is always a continuous matrix.
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
100 argument. If a non-default stream is passed, the GPU operation may overlap with operations in other
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcuda.hpp13 // Copyright (C) 2000-2008, Intel Corporation, all rights reserved.
55 @defgroup cuda CUDA-accelerated Computer Vision
78 - no arbitrary dimensions support (only 2D)
79 - no functions that return references to their data (because references on GPU are not valid for
81 - no expression templates technique support
88 aligned to a size depending on the hardware. Single-row GpuMat is always a continuous matrix.
95 "Non-Blocking Call". Blocking functions are synchronous to host. It is guaranteed that the GPU
96 operation is finished when the function returns. However, non-blocking functions are asynchronous to
99 Compared to their blocking counterpart, non-blocking functions accept Stream as an additional
100 argument. If a non-default stream is passed, the GPU operation may overlap with operations in other
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.h1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Copyright (C) 2018-2019 Cadence.
6 * Copyright (C) 2017-2018 NXP
17 * USBSS-DEV register interface.
22 * struct cdns3_usb_regs - device controller registers.
52 * @buf_addr: Address for On-chip Buffer operations.
53 * @buf_data: Data for On-chip Buffer operations.
54 * @buf_ctrl: On-chip Buffer Access Control.
55 * @dtrans: DMA Transfer Mode.
122 /* USB_CONF - bitmasks */
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c1 // SPDX-License-Identifier: GPL-2.0
21 return (v + vm->page_size) & ~(vm->page_size - 1); in page_align()
26 unsigned int shift = (vm->pgtable_levels - 1) * (vm->page_shift - 3) + vm->page_shift; in pgd_index()
27 uint64_t mask = (1UL << (vm->va_bits - shift)) - 1; in pgd_index()
34 unsigned int shift = 2 * (vm->page_shift - 3) + vm->page_shift; in pud_index()
35 uint64_t mask = (1UL << (vm->page_shift - 3)) - 1; in pud_index()
37 TEST_ASSERT(vm->pgtable_levels == 4, in pud_index()
38 "Mode %d does not have 4 page table levels", vm->mode); in pud_index()
45 unsigned int shift = (vm->page_shift - 3) + vm->page_shift; in pmd_index()
46 uint64_t mask = (1UL << (vm->page_shift - 3)) - 1; in pmd_index()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/fsl/
H A Dfsl_ssi.c1 // SPDX-License-Identifier: GPL-2.0
7 // Copyright 2007-2010 Freescale Semiconductor, Inc.
9 // Some notes why imx-pcm-fiq is used instead of DMA on some boards:
11 // The i.MX SSI core has some nasty limitations in AC97 mode. While most
16 // we receive in our (PCM-) data stream. The only chance we have is to
52 #include "imx-pcm.h"
54 /* Define RX and TX to index ssi->regvals array; Can be 0 or 1 only */
65 * (bit-endianness must match byte-endianness). Processors typically write
67 * written in. So if the host CPU is big-endian, then only big-endian
89 * In AC97 mode, TXDIR bit is forced to 0 and TFDIR bit is forced to 1:
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dlattice.h2 * Porting to U-Boot:
11 * SPDX-License-Identifier: GPL-2.0+
36 /* 11/15/05 Nguyen changed to support DRCAPTURE*/
41 * that the register currently exhibits the corresponding mode.
47 #define SHIFTRIGHT 0x0080 /* The next data stream needs a right shift. */
48 #define SHIFTLEFT 0x0100 /* The next data stream needs a left shift. */
101 #define ENDDATA 0x00 /* The end of the current SDR data stream. */
123 #define SIR 0x11 /* The instruction stream follows. */
124 #define SDR 0x12 /* The data stream follows. */
125 #define TDI 0x13 /* The following data stream feeds into
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddefaults.h2 Copyright (C) 1992-2020 Free Software Foundation, Inc.
35 assembler-name for a local static variable or function named NAME.
84 /* After an octal-escape, if a digit follows, \
89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \
138 /* This is how to output the definition of a user-level label named
149 /* This is how to output the definition of a user-level label named
157 /* Output the definition of a compiler-generated label named NAME. */
166 /* This is how to output a reference to a user-level label named NAME. */
188 #define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \ argument
191 ASM_WEAKEN_LABEL (STREAM, NAME); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddefaults.h2 Copyright (C) 1992-2020 Free Software Foundation, Inc.
35 assembler-name for a local static variable or function named NAME.
84 /* After an octal-escape, if a digit follows, \
89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \
138 /* This is how to output the definition of a user-level label named
149 /* This is how to output the definition of a user-level label named
157 /* Output the definition of a compiler-generated label named NAME. */
166 /* This is how to output a reference to a user-level label named NAME. */
188 #define ASM_OUTPUT_WEAK_ALIAS(STREAM, NAME, VALUE) \ argument
191 ASM_WEAKEN_LABEL (STREAM, NAME); \
[all …]
/OK3568_Linux_fs/kernel/drivers/soundwire/
H A Dstream.c1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
2 // Copyright(c) 2015-18 Intel Corporation.
5 * stream.c - SoundWire Bus stream operations.
70 if (bus->params.next_bank) { in _sdw_program_slave_port_params()
71 addr1 = SDW_DPN_OFFSETCTRL2_B1(t_params->port_num); in _sdw_program_slave_port_params()
72 addr2 = SDW_DPN_BLOCKCTRL3_B1(t_params->port_num); in _sdw_program_slave_port_params()
73 addr3 = SDW_DPN_SAMPLECTRL2_B1(t_params->port_num); in _sdw_program_slave_port_params()
74 addr4 = SDW_DPN_HCTRL_B1(t_params->port_num); in _sdw_program_slave_port_params()
76 addr1 = SDW_DPN_OFFSETCTRL2_B0(t_params->port_num); in _sdw_program_slave_port_params()
77 addr2 = SDW_DPN_BLOCKCTRL3_B0(t_params->port_num); in _sdw_program_slave_port_params()
[all …]
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_vdec.h1 /* GPL-2.0 WITH Linux-syscall-note OR Apache 2.0 */
36 VIDEO_MODE_STREAM = 0, /* send by stream */
46 …/* threshold for stream error process, 0: discard with any error, 100 : keep data with any error */
48 …/* decode mode , 0: deocde IPB frames, 1: only decode I frame & P frame , 2: only decode I frame */
51 COMPRESS_MODE_E enCompressMode; /* RW; compress mode */
59 * [128 ,256] is deemed to non-transparent when enPixelFormat is ARGB1555 or ABGR1555
86 RK_U32 u32StreamBufSize; /* RW; stream buffer size(Byte) */
89 RK_U32 u32StreamBufCnt; /* RW; stream buffer cnt */
97 RK_U32 u32Len; /* W; stream len */
99 RK_BOOL bEndOfStream; /* W; is the end of all stream */
[all …]

12345678910>>...42