Home
last modified time | relevance | path

Searched full:format (Results 1 – 25 of 5040) sorted by relevance

12345678910>>...202

/kernel/linux/linux-5.10/include/drm/
Ddrm_fourcc.h33 * case the format can't be specified otherwise, so we don't end up
34 * with two values describing the same format.
54 * struct drm_format_info - information about a DRM format
57 /** @format: 4CC format identifier (DRM_FORMAT_*) */
58 u32 format; member
79 * describing the pixel format.
103 * generic format table. Drivers could supply accurate
131 /** @has_alpha: Does the format embeds an alpha component? */
134 /** @is_yuv: Is it a YUV format? */
139 * struct drm_format_name_buf - name of a DRM format
[all …]
/kernel/linux/linux-5.10/tools/power/cpupower/po/
Dfr.po73 #, c-format
80 #, c-format
87 #, c-format
92 #, c-format
97 #, c-format
102 #, c-format
107 #, c-format
112 #, c-format
117 #, c-format
124 #, c-format
[all …]
Dpt.po71 #, c-format
78 #, c-format
85 #, c-format
90 #, c-format
95 #, c-format
100 #, c-format
105 #, c-format
110 #, c-format
115 #, c-format
122 #, c-format
[all …]
Dit.po73 #, c-format
80 #, c-format
87 #, c-format
92 #, c-format
97 #, c-format
102 #, c-format
107 #, c-format
112 #, c-format
117 #, c-format
124 #, c-format
[all …]
Dcs.po76 #, c-format
83 #, c-format
90 #, c-format
95 #, c-format
100 #, c-format
105 #, c-format
110 #, c-format
115 #, c-format
120 #, c-format
127 #, c-format
[all …]
Dde.po73 #, c-format
82 #, c-format
91 #, c-format
96 #, c-format
101 #, c-format
106 #, c-format
111 #, c-format
117 #, c-format
123 #, c-format
132 #, c-format
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/xilinx/
Dxilinx-vip.c46 * xvip_get_format_by_code - Retrieve format information for a media bus code
47 * @code: the format media bus code
49 * Return: a pointer to the format information structure corresponding to the
50 * given V4L2 media bus format @code, or ERR_PTR if no corresponding format can
58 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local
60 if (format->code == code) in xvip_get_format_by_code()
61 return format; in xvip_get_format_by_code()
69 * xvip_get_format_by_fourcc - Retrieve format information for a 4CC
70 * @fourcc: the format 4CC
72 * Return: a pointer to the format information structure corresponding to the
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_fourcc.c4 * DRM core format related functions
43 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
104 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
134 * drm_get_format_name - fill a string with a drm fourcc format's name
135 * @format: format to compute name of
138 const char *drm_get_format_name(uint32_t format, struct drm_format_name_buf *buf) in drm_get_format_name() argument
142 printable_char(format & 0xff), in drm_get_format_name()
143 printable_char((format >> 8) & 0xff), in drm_get_format_name()
144 printable_char((format >> 16) & 0xff), in drm_get_format_name()
145 printable_char((format >> 24) & 0x7f), in drm_get_format_name()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
Dvsp1_rwpf.c65 struct v4l2_mbus_framefmt *format; in vsp1_rwpf_set_format() local
76 /* Default to YUV if the requested format is not supported. */ in vsp1_rwpf_set_format()
77 if (fmt->format.code != MEDIA_BUS_FMT_ARGB8888_1X32 && in vsp1_rwpf_set_format()
78 fmt->format.code != MEDIA_BUS_FMT_AHSV8888_1X32 && in vsp1_rwpf_set_format()
79 fmt->format.code != MEDIA_BUS_FMT_AYUV8_1X32) in vsp1_rwpf_set_format()
80 fmt->format.code = MEDIA_BUS_FMT_AYUV8_1X32; in vsp1_rwpf_set_format()
82 format = vsp1_entity_get_pad_format(&rwpf->entity, config, fmt->pad); in vsp1_rwpf_set_format()
86 * The RWPF performs format conversion but can't scale, only the in vsp1_rwpf_set_format()
87 * format code can be changed on the source pad. in vsp1_rwpf_set_format()
89 format->code = fmt->format.code; in vsp1_rwpf_set_format()
[all …]
Dvsp1_drm.c69 struct v4l2_subdev_format format; in vsp1_du_insert_uif() local
85 memset(&format, 0, sizeof(format)); in vsp1_du_insert_uif()
86 format.which = V4L2_SUBDEV_FORMAT_ACTIVE; in vsp1_du_insert_uif()
87 format.pad = prev_pad; in vsp1_du_insert_uif()
89 ret = v4l2_subdev_call(&prev->subdev, pad, get_fmt, NULL, &format); in vsp1_du_insert_uif()
93 format.pad = UIF_PAD_SINK; in vsp1_du_insert_uif()
95 ret = v4l2_subdev_call(&uif->subdev, pad, set_fmt, NULL, &format); in vsp1_du_insert_uif()
99 dev_dbg(vsp1->dev, "%s: set format %ux%u (%x) on UIF sink\n", in vsp1_du_insert_uif()
100 __func__, format.format.width, format.format.height, in vsp1_du_insert_uif()
101 format.format.code); in vsp1_du_insert_uif()
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
Diss_ipipe.c79 * Format- and pipeline-related configuration helpers
85 struct v4l2_mbus_framefmt *format; in ipipe_configure() local
88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure()
101 (format->height - 2) & IPIPE_SRC_VSZ_MASK); in ipipe_configure()
103 (format->width - 1) & IPIPE_SRC_HSZ_MASK); in ipipe_configure()
115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure()
189 * ipipe_try_format - Try video format on a pad
193 * @fmt: Format
202 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local
225 format = __ipipe_get_format(ipipe, cfg, IPIPE_PAD_SINK, which); in ipipe_try_format()
[all …]
Diss_ipipeif.c100 * Format- and pipeline-related configuration helpers
125 struct v4l2_mbus_framefmt *format; in ipipeif_configure() local
131 format = &ipipeif->formats[IPIPEIF_PAD_SINK]; in ipipeif_configure()
137 /* Select ISIF/IPIPEIF input format */ in ipipeif_configure()
138 switch (format->code) { in ipipeif_configure()
182 info = omap4iss_video_format_info(format->code); in ipipeif_configure()
195 (format->width - 1) & ISIF_LNH_MASK); in ipipeif_configure()
197 (format->height - 1) & ISIF_LNV_MASK); in ipipeif_configure()
201 format->height - 1); in ipipeif_configure()
204 format = &ipipeif->formats[IPIPEIF_PAD_SOURCE_ISIF_SF]; in ipipeif_configure()
[all …]
/kernel/linux/linux-5.10/sound/core/
Dpcm_misc.c45 static bool valid_format(snd_pcm_format_t format) in valid_format() argument
47 return (INT)format >= 0 && (INT)format <= (INT)SNDRV_PCM_FORMAT_LAST; in valid_format()
194 /* FIXME: the following format is not defined properly yet */
258 * snd_pcm_format_signed - Check the PCM format is signed linear
259 * @format: the format to check
261 * Return: 1 if the given PCM format is signed linear, 0 if unsigned
264 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() argument
267 if (!valid_format(format)) in snd_pcm_format_signed()
269 if ((val = pcm_formats[(INT)format].signd) < 0) in snd_pcm_format_signed()
276 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
Ddcss-plane.c69 u32 format, in dcss_plane_format_mod_supported() argument
74 switch (format) { in dcss_plane_format_mod_supported()
102 static bool dcss_plane_can_rotate(const struct drm_format_info *format, in dcss_plane_can_rotate() argument
110 if (!format->is_yuv && linear_format) in dcss_plane_can_rotate()
113 else if (!format->is_yuv && in dcss_plane_can_rotate()
118 else if (format->is_yuv && linear_format && in dcss_plane_can_rotate()
119 (format->format == DRM_FORMAT_NV12 || in dcss_plane_can_rotate()
120 format->format == DRM_FORMAT_NV21)) in dcss_plane_can_rotate()
167 fb->format->format)) { in dcss_plane_atomic_check()
184 if (!dcss_plane_can_rotate(fb->format, in dcss_plane_atomic_check()
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-reserved.rst6 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
41 - Compressed format of the ET61X251 driver.
46 - 8 bit RGB format used by the BTTV driver.
51 - YUV 4:2:0 format used by the IVTV driver.
53 The format is documented in the kernel sources in the file
59 - YUV format used by the gspca cpia1 driver.
64 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW
[all …]
Dvidioc-subdev-g-fmt.rst13 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 …]
Ddev-subdev.rst83 need to expose low-level format configuration to user space. Generic
89 For the purpose of this section, the term *format* means the
90 combination of media bus data format, frame width and frame height.
93 devices using the format and
96 to the requested format at the pipeline input and/or output.
111 Image Format Negotiation on Pipelines
124 can expose pad-level image format configuration to applications. When
136 Pad-level image format configuration support can be tested by calling
138 0. If the driver returns an ``EINVAL`` error code pad-level format
142 Format Negotiation
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
Dshmob_drm_plane.c26 const struct shmob_drm_format_info *format; member
46 bpp = splane->format->yuv ? 8 : splane->format->bpp; in shmob_drm_plane_compute_base()
51 if (splane->format->yuv) { in shmob_drm_plane_compute_base()
52 bpp = splane->format->bpp - 8; in shmob_drm_plane_compute_base()
64 u32 format; in __shmob_drm_plane_setup() local
67 format = LDBBSIFR_EN | (splane->alpha << LDBBSIFR_LAY_SHIFT); in __shmob_drm_plane_setup()
69 switch (splane->format->fourcc) { in __shmob_drm_plane_setup()
74 format |= LDBBSIFR_SWPL | LDBBSIFR_SWPW; in __shmob_drm_plane_setup()
80 format |= LDBBSIFR_SWPL | LDBBSIFR_SWPW | LDBBSIFR_SWPB; in __shmob_drm_plane_setup()
84 format |= LDBBSIFR_SWPL; in __shmob_drm_plane_setup()
[all …]
/kernel/linux/linux-5.10/scripts/gdb/linux/
Dtimerlist.py38 text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
56 text = " .base: {}\n".format(base.address)
57 text += " .index: {}\n".format(base['index'])
59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
61 text += " .get_time: {}\n".format(base['get_time'])
63 text += " .offset: {} nsecs\n".format(base['offset'])
75 text = "cpu: {}\n".format(cpu)
77 text += " clock {}:\n".format(i)
[all …]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
Dvimc-capture.c18 struct v4l2_pix_format format; member
71 *fmt = vcap->format; in vimc_cap_get_format()
79 f->fmt.pix = vcap->format; in vimc_cap_g_fmt_vid_cap()
87 struct v4l2_pix_format *format = &f->fmt.pix; in vimc_cap_try_fmt_vid_cap() local
90 format->width = clamp_t(u32, format->width, VIMC_FRAME_MIN_WIDTH, in vimc_cap_try_fmt_vid_cap()
92 format->height = clamp_t(u32, format->height, VIMC_FRAME_MIN_HEIGHT, in vimc_cap_try_fmt_vid_cap()
96 vpix = vimc_pix_map_by_pixelformat(format->pixelformat); in vimc_cap_try_fmt_vid_cap()
98 format->pixelformat = fmt_default.pixelformat; in vimc_cap_try_fmt_vid_cap()
99 vpix = vimc_pix_map_by_pixelformat(format->pixelformat); in vimc_cap_try_fmt_vid_cap()
102 format->bytesperline = format->width * vpix->bpp; in vimc_cap_try_fmt_vid_cap()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dutxferror.c27 * format - Printf format string + additional args
35 acpi_error(const char *module_name, u32 line_number, const char *format, ...) in acpi_error() argument
42 va_start(arg_list, format); in acpi_error()
43 acpi_os_vprintf(format, arg_list); in acpi_error()
59 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL()
69 u32 line_number, acpi_status status, const char *format, ...) in ACPI_EXPORT_SYMBOL()
85 va_start(arg_list, format); in ACPI_EXPORT_SYMBOL()
86 acpi_os_vprintf(format, arg_list); in ACPI_EXPORT_SYMBOL()
101 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL()
109 acpi_warning(const char *module_name, u32 line_number, const char *format, ...) in ACPI_EXPORT_SYMBOL()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
Dplane.c62 copy->format = state->format; in tegra_plane_atomic_duplicate_state()
87 uint32_t format, in tegra_plane_format_mod_supported() argument
90 const struct drm_format_info *info = drm_format_info(format); in tegra_plane_format_mod_supported()
117 for (i = 0; i < state->base.fb->format->num_planes; i++) { in tegra_dc_pin()
180 for (i = 0; i < state->base.fb->format->num_planes; i++) { in tegra_dc_unpin()
240 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap) in tegra_plane_format() argument
248 *format = WIN_COLOR_DEPTH_B4G4R4A4; in tegra_plane_format()
252 *format = WIN_COLOR_DEPTH_B5G5R5A1; in tegra_plane_format()
256 *format = WIN_COLOR_DEPTH_B5G6R5; in tegra_plane_format()
260 *format = WIN_COLOR_DEPTH_A1B5G5R5; in tegra_plane_format()
[all …]
/kernel/linux/linux-5.10/sound/core/oss/
Dpcm_plugin.c51 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_alloc() local
58 format = &plugin->src_format; in snd_pcm_plugin_alloc()
60 format = &plugin->dst_format; in snd_pcm_plugin_alloc()
62 if ((width = snd_pcm_format_physical_width(format->format)) < 0) in snd_pcm_plugin_alloc()
64 size = array3_size(frames, format->channels, width); in snd_pcm_plugin_alloc()
82 for (channel = 0; channel < format->channels; channel++, c++) { in snd_pcm_plugin_alloc()
88 c->area.step = format->channels * width; in snd_pcm_plugin_alloc()
91 if (snd_BUG_ON(size % format->channels)) in snd_pcm_plugin_alloc()
93 size /= format->channels; in snd_pcm_plugin_alloc()
94 for (channel = 0; channel < format->channels; channel++, c++) { in snd_pcm_plugin_alloc()
[all …]
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-common.c234 const struct v4l2_format_info *v4l2_format_info(u32 format) in v4l2_format_info() argument
238 …{ .format = V4L2_PIX_FMT_BGR24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
239 …{ .format = V4L2_PIX_FMT_RGB24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
240 …{ .format = V4L2_PIX_FMT_HSV24, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
241 …{ .format = V4L2_PIX_FMT_BGR32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
242 …{ .format = V4L2_PIX_FMT_XBGR32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
243 …{ .format = V4L2_PIX_FMT_BGRX32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
244 …{ .format = V4L2_PIX_FMT_RGB32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
245 …{ .format = V4L2_PIX_FMT_XRGB32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
246 …{ .format = V4L2_PIX_FMT_RGBX32, .pixel_enc = V4L2_PIXEL_ENC_RGB, .mem_planes = 1, .comp_planes =… in v4l2_format_info()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
Dcamss-csiphy.c77 * csiphy_get_bpp - map media bus format to bits per pixel
80 * @code: media bus format code
93 WARN(1, "Unknown format\n"); in csiphy_get_bpp()
311 * __csiphy_get_format - Get pointer to format structure
314 * @pad: pad from which format is requested
315 * @which: TRY or ACTIVE format
317 * Return pointer to TRY or ACTIVE format structure
332 * csiphy_try_format - Handle try format by pad subdev method
335 * @pad: pad on which format is requested
336 * @fmt: pointer to v4l2 format structure
[all …]

12345678910>>...202