Searched full:format (Results  1 – 25 of 1057) sorted by relevance
12345678910>>...43
| /Documentation/userspace-api/media/v4l/ | 
| D | pixfmt-reserved.rst | 6 Reserved Format Identifiers 11 register your own format, send an e-mail to the linux-media mailing list 14 format with other developers add a link to your documentation and send a 16 you think your format should be listed in a standard format section 45       - Compressed format of the ET61X251 driver. 50       - 8 bit RGB format used by the BTTV driver. 55       - YUV format used by the gspca cpia1 driver. 60       - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW 81       - Compressed GBRG Bayer format used by the gspca driver. 86       - Compressed BGGR Bayer format used by the gspca driver. [all …] 
 | 
| D | vidioc-subdev-g-fmt.rst | 13 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad 38 These ioctls are used to negotiate the frame format at specific subdev 41 To retrieve the current format applications set the ``pad`` field of a 46 driver fills the members of the ``format`` field. 48 To change the current format applications set both the ``pad`` and 49 ``which`` fields and all members of the ``format`` field. When they call 51 driver verifies the requested format, adjusts it based on the hardware 54 format as would be returned by a ``VIDIOC_SUBDEV_G_FMT`` call. 62 For instance, to try a format at the output pad of a sub-device, 63 applications would first set the try format at the sub-device input with [all …] 
 | 
| D | dev-stateless-decoder.rst | 42      irrespective of the format currently set on the ``CAPTURE`` queue. 51    * The driver must return only the formats supported for the format currently 54    * Depending on the currently set ``OUTPUT`` format, the set of supported raw 62    resolutions for a given format, passing desired pixel format in 65 4. Supported profiles and levels for the current ``OUTPUT`` format, if 72 1. Set the coded format on the ``OUTPUT`` queue via :c:func:`VIDIOC_S_FMT`. 80          a coded pixel format. 90       Changing the ``OUTPUT`` format may change the currently set ``CAPTURE`` 91       format. The driver will derive a new ``CAPTURE`` format from the 92       ``OUTPUT`` format being set, including resolution, colorimetry [all …] 
 | 
| D | dev-subdev.rst | 85     need to expose low-level format configuration to user space. Generic 91     For the purpose of this section, the term *format* means the 92     combination of media bus data format, frame width and frame height. 95 devices using the format and 98 to the requested format at the pipeline input and/or output. 113     Image Format Negotiation on Pipelines 126 can expose pad-level image format configuration to applications. When 138 Pad-level image format configuration support can be tested by calling 140 0. If the driver returns an ``EINVAL`` error code pad-level format 144 Format Negotiation [all …] 
 | 
| D | vidioc-create-bufs.rst | 47 The ``format`` field specifies the image format that the buffers must be 52 requested format is supported by the driver. Based on the format's 59 defined by the ``format.pix.sizeimage`` field (or the corresponding 60 fields for other format types). Usually if the ``format.pix.sizeimage`` 61 field is less than the minimum required for the given format, then an 90 	``format.type``. If those are invalid -1 is returned and errno is 100       - ``format`` 113 	``V4L2_MEMORY_MMAP`` and ``format.type`` to the buffer type. 140     The buffer type (``format.type`` field), requested I/O method 141     (``memory``) or format (``format`` field) is not valid.
  | 
| D | dev-encoder.rst | 91      format set on ``OUTPUT``. 96    * Only the formats supported for the format currently active on ``CAPTURE`` 99    * In order to enumerate raw formats supported by a given coded format, 100      the client must first set that coded format on ``CAPTURE`` and then 104    resolutions for a given format, passing the desired pixel format in 108      format will include all possible coded resolutions supported by the 109      encoder for the given coded pixel format. 111    * Values returned by :c:func:`VIDIOC_ENUM_FRAMESIZES` for a raw pixel format 113      encoder for the given raw pixel format and coded format currently set on 117    frame intervals for a given format and resolution, passing the desired pixel [all …] 
 | 
| D | pixfmt-compressed.rst | 36       - MPEG multiplexed stream. The actual format is determined by 65 	This format is adapted for stateless video decoders that implement an 78 	with this pixel format. The output buffer must contain the 82 	The syntax for this format is documented in :ref:`h264`, section 119 	This format is adapted for stateless video decoders that implement a 128 	this pixel format. The output buffer must contain the appropriate number 163 	This format is adapted for stateless video decoders that implement an 169 	this pixel format. The output buffer must contain the appropriate number 185 	This format is adapted for stateless video decoders that implement a 192 	this pixel format. The output buffer must contain the appropriate number [all …] 
 | 
| D | dev-decoder.rst | 60 coded format 61    encoded/compressed video bytestream format (e.g. H.264, VP8, etc.); see 62    also: raw format. 83    coded format includes a feature of frame reordering; for decoders, 126 raw format 127    uncompressed format containing raw pixel data (e.g. YUV, RGB formats). 221      format set on ``CAPTURE``. 223      about the decoder's capabilities with respect to each coded format. 230    * Only the formats supported for the format currently active on ``OUTPUT`` 233    * In order to enumerate raw formats supported by a given coded format, [all …] 
 | 
| D | dev-meta.rst | 35 Data Format Negotiation 38 The metadata device uses the :ref:`format` ioctls to select the capture format. 39 The metadata buffer content format is bound to that selected format. In addition 40 to the basic :ref:`format` ioctls, the :c:func:`VIDIOC_ENUM_FMT` ioctl must be 43 To use the :ref:`format` ioctls applications set the ``type`` field of the 67       - The data format, set by the application. This is a little endian
  | 
| D | vidioc-g-fmt.rst | 13 VIDIOC_G_FMT - VIDIOC_S_FMT - VIDIOC_TRY_FMT - Get or set the data format, try a format 42 These ioctls are used to negotiate the format of data (typically image 43 format) exchanged between driver and application. 58 To change the current format parameters applications initialize the 71 the current format parameters as :ref:`VIDIOC_G_FMT <VIDIOC_G_FMT>` does. Very simple, 87 The format as returned by :ref:`VIDIOC_TRY_FMT <VIDIOC_G_FMT>` must be identical to what 105       - Definition of an image format, see :ref:`pixfmt`, used by video 109       - Definition of an image format, see :ref:`pixfmt`, used by video 127       - Definition of a data format, see :ref:`pixfmt`, used by SDR 131       - Definition of a metadata format, see :ref:`meta-formats`, used by [all …] 
 | 
| D | metafmt-rkisp1.rst | 18 configuration format and the `extensible parameters` configuration 19 format. 23 Fixed parameters configuration format 26 When using the fixed configuration format, parameters are passed to the 28 the `V4L2_META_FMT_RK_ISP1_PARAMS` meta format. 43 Extensible parameters configuration format 46 When using the extensible configuration format, parameters are passed to the 48 the `V4L2_META_FMT_RK_ISP1_EXT_PARAMS` meta format. 54 intends to configure. The extensible parameters format design allows developers 60 parameters` format alternative.
  | 
| D | dev-sdr.rst | 59 Data Format Negotiation 62 The SDR device uses the :ref:`format` ioctls to select the 63 capture and output format. Both the sampling resolution and the data 64 streaming format are bound to that selectable format. In addition to the 65 basic :ref:`format` ioctls, the 69 To use the :ref:`format` ioctls applications set the ``type`` 76 Content of the ``pixelformat`` is V4L2 FourCC code of the data format. 92       - The data format or type of compression, set by the application.
  | 
| D | pixfmt-v4l2-mplane.rst | 4 Multi-planar format structures 8 and layout for each of the planes in a multi-planar format. The 12 describing all planes of that format. 74       - The pixel format. Both single- and multi-planar four character 86       - An array of structures describing format of each plane this pixel 87 	format consists of. The number of valid entries in this array has 91       - Number of planes (i.e. separate memory buffers) for this format 95       - Flags set by the application or driver, see :ref:`format-flags`.
  | 
| /Documentation/translations/it_IT/process/ | 
| D | clang-format.rst | 3 :Original: :ref:`Documentation/dev-tools/clang-format.rst <clangformat>` 8 clang-format 10 ``clang-format`` è uno strumento per formattare codice C/C++/... secondo 14 ``clang-format`` può essere usato per diversi fini: 28 Il suo file di configurazione è ``.clang-format`` e si trova nella cartella 35 potete sovrascriverle scrivendole in un altro file ``.clang-format`` in 39 Linux più popolari. Cercate ``clang-format`` nel vostro repositorio. 64     clang-format -i kernel/*.[ch] 70 le nuove funzionalità/versioni di ``clang-format``. 72 ``clang-format`` è in grado di leggere diversi diff unificati, quindi [all …] 
 | 
| /Documentation/dev-tools/ | 
| D | clang-format.rst | 3 clang-format 6 ``clang-format`` is a tool to format C/C++/... code according to 10 ``clang-format`` can be used for several purposes: 22 Its configuration file is ``.clang-format`` in the root of the kernel tree. 28 another ``.clang-format`` file in a subfolder. 31 Linux distributions for a long time. Search for ``clang-format`` in 55     clang-format -i kernel/*.[ch] 61 ``clang-format`` features/versions. 63 ``clang-format`` also supports reading unified diffs, so you can review 68 To avoid ``clang-format`` formatting some portion of a file, you can do:: [all …] 
 | 
| /Documentation/ABI/testing/ | 
| D | sysfs-bus-mei | 7 		Format: mei:<mei device name>:<device uuid>:<protocol version> 14 		Format: string 21 		Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 28 		Format: %d 35 		Format: %d 42 		Format: %d 49 		Format: %d 56 		Format: %d
  | 
| D | sysfs-bus-i2c-devices-turris-omnia-mcu | 10 		Format: %u. 23 		Format: %pM. 39 		Format: %s. 55 		Format: %i. 65 		Format: 0x%x. 74 		Format: %s. 83 		Format: %s. 91 		Format: %s. 101 		Format: %i. 108 		format. [all …] 
 | 
| D | sysfs-firmware-turris-mox-rwtm | 6 		Format: %i 13 		Format: %pM 22 		Format: string 30 		Format: %i 37 		Format: %016X
  | 
| D | sysfs-driver-intel-m10-bmc-sec-update | 9 		Format: string. 19 		Format: string. 29 		Format: string. 37 		list format is used (e.g. "1,2-6,9"). 45 		standard bitmap list format is used (e.g. "1,2-6,9"). 52 		signing keys for the BMC.  The standard bitmap list format 61 		Format: "%u".
  | 
| D | sysfs-bus-dfl-devices-n3000-nios | 11 		Format: string 31 		Format: 0x%x 38 		the retimer B configured by the Nios firmware. The value format 46 		FPGA. Its format is "major.minor.patch". 47 		Format: %x.%x.%x
  | 
| D | sysfs-class-iommu-intel-iommu | 7 		Format: %llx.  This allows association of a sysfs 16 		of this DRHD unit.  Format: %llx. 24 		value of this DRHD unit.  Format: %llx. 32 		VT-d VER_REG.  Format: %d:%d, major:minor
  | 
| /Documentation/security/ | 
| D | IMA-templates.rst | 20 the measurements list would include the code for handling a new format 33 specifying the template format (a string of field identifiers separated 36 by translating the format into an array of template fields structures taken 62 descriptors by adding their identifier to the format string 69    algorithm (field format: <hash algo>:digest); 71    (field format: <digest type>:<hash algo>:digest); 90  - "ima": its format is ``d|n``; 91  - "ima-ng" (default): its format is ``d-ng|n-ng``; 92  - "ima-ngv2": its format is ``d-ngv2|n-ng``; 93  - "ima-sig": its format is ``d-ng|n-ng|sig``; [all …] 
 | 
| /Documentation/fb/ | 
| D | api.rst | 38 The driver supports the four character code (FOURCC) based format setting API. 47 to be aware of the pixel storage format in order to write image data to the 48 frame buffer memory in the format expected by the hardware. 88 Macropixels are stored in memory as described by the format FOURCC identifier 141 Pixels are encoded and  interpreted as described by the format FOURCC 153 about the frame buffer device and the current format. Those information can't 155 application modifies the format:: 179 about a frame buffer device, its current format and video mode, as well as 198 	__u32 nonstd;			/* != 0 Non standard pixel format */ 231 4. Format configuration [all …] 
 | 
| /Documentation/devicetree/bindings/media/xilinx/ | 
| D | video.txt | 20 - xlnx,video-format: This property represents a video format transmitted on an 22   Video IP and System Design Guide" [UG934]. How the format relates to the IP 25 - xlnx,video-width: This property qualifies the video format with the sample 29 - xlnx,cfa-pattern: When the video format is set to Mono/Sensor, this property
  | 
| /Documentation/admin-guide/media/ | 
| D | rkisp1.rst | 78 The resizers entities can only operate on YUV:4:2:2 format 103 The buffer format is defined by struct :c:type:`rkisp1_stat_buffer`, and 118 `fixed parameters format` or the `extensible parameters format`. 120 When using the `fixed parameters` method the buffer format is defined by struct 125 When using the `extensible parameters` method the buffer format is defined by 137 node with dimension 900x800 planar format YUV 4:2:2. It uses all cropping 148 	# set format for imx219 4-0010:0 151 	# set format for rkisp1_isp pads: 155 	# set format for rkisp1_resizer_selfpath pads: 159 	# set format for rkisp1_selfpath: [all …] 
 | 
        12345678910>>...43