/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/ |
H A D | 0002-Revert-Support-compressed-pixel-formats-when-saving-.patch | 4 Subject: [PATCH] Revert "Support compressed pixel formats when saving DNGs" 9 formats::RGGB16_PISP_COMP1 35 - { formats::SRGGB10_CSI2P, { "RGGB-10", 10, TIFF_RGGB, true, false } }, 36 - { formats::SGRBG10_CSI2P, { "GRBG-10", 10, TIFF_GRBG, true, false } }, 37 - { formats::SBGGR10_CSI2P, { "BGGR-10", 10, TIFF_BGGR, true, false } }, 38 - { formats::SGBRG10_CSI2P, { "GBRG-10", 10, TIFF_GBRG, true, false } }, 40 - { formats::SRGGB10, { "RGGB-10", 10, TIFF_RGGB, false, false } }, 41 - { formats::SGRBG10, { "GRBG-10", 10, TIFF_GRBG, false, false } }, 42 - { formats::SBGGR10, { "BGGR-10", 10, TIFF_BGGR, false, false } }, 43 - { formats::SGBRG10, { "GBRG-10", 10, TIFF_GBRG, false, false } }, [all …]
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | error_messages.hpp | 29 * @brief Formats Success message into JSON 39 * @brief Formats GeneralError message into JSON 51 * @brief Formats Created message into JSON 61 * @brief Formats NoOperation message into JSON 72 * @brief Formats PropertyDuplicate message into JSON 83 * @brief Formats PropertyUnknown message into JSON 95 * @brief Formats PropertyValueTypeError message into JSON 110 * @brief Formats PropertyValueFormatError message into JSON 125 * @brief Formats PropertyValueNotInList message into JSON 140 * @brief Formats PropertyValueOutOfRange message into JSON [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-intro.rst | 4 Standard Image Formats 8 necessary to have standard image data formats which both sides will 9 interpret the same way. V4L2 includes several such formats, and this 11 image data formats in V4L2. 13 V4L2 drivers are not limited to these formats, however. Driver-specific 14 formats are possible. In that case the application may depend on a codec 15 to convert images to one of the standard formats when needed. But the 22 Even so, ultimately, some standard formats are needed, so the V4L2 24 formats. 26 The V4L2 standard formats are mainly uncompressed formats. The pixels [all …]
|
H A D | pixfmt.rst | 6 Image Formats 13 version (see :ref:`planar-apis`). Image formats are negotiated with 15 focus on video capturing and output, for overlay frame buffer formats 28 yuv-formats 29 hsv-formats 30 depth-formats 32 sdr-formats 33 tch-formats 34 meta-formats
|
H A D | vidioc-g-dv-timings.rst | 60 the formats in the :ref:`cea861` and :ref:`vesadmt` standards. If 102 formats the height of the active video in each field is 128 - Vertical front porch in lines. For interlaced formats this refers 132 - Vertical sync length in lines. For interlaced formats this refers 136 - Vertical back porch in lines. For interlaced formats this refers 141 interlaced field formats. Must be 0 for progressive formats. 145 interlaced field formats. Must be 0 for progressive formats. 149 interlaced field formats. Must be 0 for progressive formats. 262 - CEA-861 specific: set for CEA-861 formats with a framerate that is 263 a multiple of six. These formats can be optionally played at 1 / [all …]
|
H A D | dev-subdev.rst | 30 - negotiate image formats on individual pads 77 .. _pad-level-formats: 79 Pad-level Formats 84 Pad-level formats are only applicable to very complex devices that 94 Image formats are typically negotiated on video capture and output 122 configured differently. Applications need to configure the formats at 130 negotiate formats on a per-pad basis. 134 formats. The pipeline is checked for formats mismatch at 147 Acceptable formats on pads can (and usually do) depend on a number of 148 external parameters, such as formats on other pads, active links, or [all …]
|
H A D | vidioc-enum-fmt.rst | 13 VIDIOC_ENUM_FMT - Enumerate image formats 34 To enumerate image formats applications initialize the ``type``, ``mbus_code`` 38 formats are enumerable by beginning at index zero and incrementing by 40 formats in preference order, where preferred formats are returned before 41 (that is, with lower ``index`` value) less-preferred formats. 51 Drivers shall enumerate all image formats. 56 formats may be different. 60 If the ``mbus_code`` field is zero, then all image formats 65 shall restrict enumeration to only the image formats that can produce 71 formats shall not depend on the active configuration of the video device [all …]
|
H A D | planar-apis.rst | 13 of such formats see :ref:`pixfmt`. 28 Multi-planar formats 31 Multi-planar API introduces new multi-planar formats. Those formats use 34 can handle all single-planar formats as well (as long as they are passed 36 handle multi-planar formats. 45 single- and multi-planar formats. 48 New structures for describing multi-planar formats are added: struct 51 Drivers may define new multi-planar formats, which have distinct
|
H A D | format.rst | 7 Data Formats 15 within one kind many different formats are possible, in particular there is an 16 abundance of image formats. Although drivers must provide a default and 24 A single mechanism exists to negotiate all data formats using the 30 format. The data formats supported by the V4L2 API are covered in the 32 image formats see :ref:`pixfmt`. 74 enumerate all image formats supported by video capture, overlay or 82 Drivers are not supposed to convert image formats in kernel space. 83 They must enumerate only formats directly supported by the hardware. 88 Enumerating formats an application has no a-priori knowledge of
|
H A D | pixfmt-packed-yuv.rst | 6 Packed YUV formats 9 Similarly to the packed RGB formats, the packed YUV formats store the Y, Cb and 25 These formats do not subsample the chroma components and store each pixels as a 28 The next table lists the packed YUV 4:4:4 formats with less than 8 bits per 44 .. flat-table:: Packed YUV 4:4:4 Image Formats (less than 8bpc) 150 For the YUV444 and YUV555 formats, the value of alpha bits is undefined 156 The next table lists the packed YUV 4:4:4 formats with 8 bits per component. 162 .. flat-table:: Packed YUV Image Formats (8bpc) 260 The next table lists the packed YUV 4:4:4 formats with 12 bits per component. 264 .. flat-table:: Packed YUV 4:4:4 Image Formats (12bpc) [all …]
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | resource_messages.cpp | 49 * @brief Formats ResourceCreated message into JSON 62 * @brief Formats ResourceRemoved message into JSON 75 * @brief Formats ResourceErrorsDetected message into JSON 90 * @brief Formats ResourceErrorsCorrected message into JSON 105 * @brief Formats ResourceErrorThresholdExceeded message into JSON 120 * @brief Formats ResourceErrorThresholdCleared message into JSON 135 * @brief Formats ResourceWarningThresholdExceeded message into JSON 150 * @brief Formats ResourceWarningThresholdCleared message into JSON 165 * @brief Formats ResourceStatusChangedOK message into JSON 180 * @brief Formats ResourceStatusChangedWarning message into JSON [all …]
|
H A D | error_messages.cpp | 57 * @brief Formats Success message into JSON 74 * @brief Formats GeneralError message into JSON 92 * @brief Formats Created message into JSON 110 * @brief Formats NoOperation message into JSON 128 * @brief Formats PropertyDuplicate message into JSON 147 * @brief Formats PropertyUnknown message into JSON 166 * @brief Formats PropertyValueTypeError message into JSON 189 * @brief Formats PropertyValueFormatError message into JSON 212 * @brief Formats PropertyValueNotInList message into JSON 235 * @brief Formats PropertyValueOutOfRange message into JSON [all …]
|
H A D | task_messages.cpp | 51 * @brief Formats TaskStarted message into JSON 64 * @brief Formats TaskCompletedOK message into JSON 77 * @brief Formats TaskCompletedWarning message into JSON 90 * @brief Formats TaskAborted message into JSON 103 * @brief Formats TaskCancelled message into JSON 116 * @brief Formats TaskRemoved message into JSON 129 * @brief Formats TaskPaused message into JSON 142 * @brief Formats TaskResumed message into JSON 155 * @brief Formats TaskProgressChanged message into JSON
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6dsp-lpass-ports.c | 16 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 34 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 52 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 70 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 88 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 106 .formats = SNDRV_PCM_FMTBIT_S16_LE | 123 .formats = SNDRV_PCM_FMTBIT_S16_LE | 138 .formats = SNDRV_PCM_FMTBIT_S16_LE | 151 .formats = SNDRV_PCM_FMTBIT_S16_LE | 168 .formats = SNDRV_PCM_FMTBIT_S16_LE | [all …]
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | mt8186-dai-hostless.c | 119 .formats = MTK_HOSTLESS_FORMATS, 126 .formats = MTK_HOSTLESS_FORMATS, 138 .formats = MTK_HOSTLESS_FORMATS, 145 .formats = MTK_HOSTLESS_FORMATS, 157 .formats = MTK_HOSTLESS_FORMATS, 164 .formats = MTK_HOSTLESS_FORMATS, 176 .formats = MTK_HOSTLESS_FORMATS, 183 .formats = MTK_HOSTLESS_FORMATS, 196 .formats = MTK_HOSTLESS_FORMATS, 208 .formats = MTK_HOSTLESS_FORMATS, [all …]
|
/openbmc/linux/drivers/firmware/google/ |
H A D | framebuffer-coreboot.c | 23 static const struct simplefb_format formats[] = SIMPLEFB_FORMATS; variable 39 for (i = 0; i < ARRAY_SIZE(formats); ++i) { in framebuffer_probe() 40 if (fb->bits_per_pixel == formats[i].bits_per_pixel && in framebuffer_probe() 41 fb->red_mask_pos == formats[i].red.offset && in framebuffer_probe() 42 fb->red_mask_size == formats[i].red.length && in framebuffer_probe() 43 fb->green_mask_pos == formats[i].green.offset && in framebuffer_probe() 44 fb->green_mask_size == formats[i].green.length && in framebuffer_probe() 45 fb->blue_mask_pos == formats[i].blue.offset && in framebuffer_probe() 46 fb->blue_mask_size == formats[i].blue.length) in framebuffer_probe() 47 pdata.format = formats[i].name; in framebuffer_probe()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_v4l2.c | 42 const struct hantro_fmt *formats; in hantro_get_formats() local 50 formats = ctx->dev->variant->enc_fmts; in hantro_get_formats() 53 formats = ctx->dev->variant->dec_fmts; in hantro_get_formats() 57 return formats; in hantro_get_formats() 102 * Allow only downconversion for postproc formats for now. in hantro_check_depth_match() 114 const struct hantro_fmt *formats; in hantro_find_format() local 117 formats = hantro_get_formats(ctx, &num_fmts, HANTRO_AUTO_POSTPROC); in hantro_find_format() 119 if (formats[i].fourcc == fourcc) in hantro_find_format() 120 return &formats[i]; in hantro_find_format() 122 formats = hantro_get_postproc_formats(ctx, &num_fmts); in hantro_find_format() [all …]
|
/openbmc/linux/sound/soc/sof/amd/ |
H A D | vangogh.c | 34 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 43 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 58 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 67 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 82 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 91 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 106 .formats = SNDRV_PCM_FMTBIT_S32_LE, 119 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 128 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
|
H A D | rembrandt.c | 34 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 43 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 58 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 67 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 82 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 91 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 | 106 .formats = SNDRV_PCM_FMTBIT_S32_LE, 119 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S8 |
|
/openbmc/linux/sound/firewire/oxfw/ |
H A D | oxfw-pcm.c | 13 u8 **formats = rule->private; in hw_rule_rate() local 25 if (formats[i] == NULL) in hw_rule_rate() 28 err = snd_oxfw_stream_parse_format(formats[i], &formation); in hw_rule_rate() 44 u8 **formats = rule->private; in hw_rule_channels() local 55 if (formats[i] == NULL) in hw_rule_channels() 58 err = snd_oxfw_stream_parse_format(formats[i], &formation); in hw_rule_channels() 80 static void limit_channels_and_rates(struct snd_pcm_hardware *hw, u8 **formats) in limit_channels_and_rates() argument 93 if (formats[i] == NULL) in limit_channels_and_rates() 96 err = snd_oxfw_stream_parse_format(formats[i], &formation); in limit_channels_and_rates() 113 u8 **formats; in init_hw_params() local [all …]
|
/openbmc/linux/sound/firewire/motu/ |
H A D | motu-pcm.c | 14 struct snd_motu_packet_format *formats = rule->private; in motu_rate_constraint() local 29 pcm_channels = formats->pcm_chunks[mode]; in motu_rate_constraint() 43 struct snd_motu_packet_format *formats = rule->private; in motu_channels_constraint() local 61 pcm_channels = formats->pcm_chunks[mode]; in motu_channels_constraint() 71 struct snd_motu_packet_format *formats) in limit_channels_and_rates() argument 83 pcm_channels = formats->pcm_chunks[mode]; in limit_channels_and_rates() 101 struct snd_motu_packet_format *formats; in init_hw_info() local 105 hw->formats = SNDRV_PCM_FMTBIT_S32; in init_hw_info() 107 formats = &motu->tx_packet_formats; in init_hw_info() 109 hw->formats = SNDRV_PCM_FMTBIT_S32; in init_hw_info() [all …]
|
H A D | motu-proc.c | 48 struct snd_motu_packet_format *formats; in proc_read_format() local 58 formats = &motu->tx_packet_formats; in proc_read_format() 62 formats->msg_chunks, in proc_read_format() 64 formats->pcm_chunks[mode]); in proc_read_format() 71 formats = &motu->rx_packet_formats; in proc_read_format() 75 formats->msg_chunks, in proc_read_format() 77 formats->pcm_chunks[mode]); in proc_read_format()
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | malidp_mw.c | 193 u32 *formats; in get_writeback_formats() local 196 formats = kcalloc(map->n_pixel_formats, sizeof(*formats), in get_writeback_formats() 198 if (!formats) in get_writeback_formats() 203 formats[n++] = map->pixel_formats[i].format; in get_writeback_formats() 208 return formats; in get_writeback_formats() 214 u32 *formats; in malidp_mw_connector_init() local 223 formats = get_writeback_formats(malidp, &n_formats); in malidp_mw_connector_init() 224 if (!formats) in malidp_mw_connector_init() 230 formats, n_formats, in malidp_mw_connector_init() 232 kfree(formats); in malidp_mw_connector_init()
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
H A D | 0001-remove-the-error-line-and-live-without-file-type-det.patch | 11 src/formats.c | 1 - 14 diff --git a/src/formats.c b/src/formats.c 16 --- a/src/formats.c 17 +++ b/src/formats.c
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_frame_format.h | 20 * This file contains information about formats supported in the ISP 23 /* Frame formats, some of these come from fourcc.org, others are 34 Warning: not all frame formats are supported as input or output to/from ISP. 35 Some of these formats are therefore not defined in the output table module. 40 of formats in this enumeration type, or some sort of copy is maintained. 43 - css/isp/kernels/fc/fc_1.0/formats.isp.c 45 - css/isp/kernels/output/sc_output_1.0/formats.hive.c 99 /* Number of valid output frame formats for ISP **/
|