| /kernel/linux/linux-4.19/drivers/gpu/drm/ |
| D | drm_fourcc.c | 4 * DRM core format related functions 43 * Computes a drm fourcc pixel format code for the given @bpp/@depth values. 72 DRM_ERROR("bad bpp, assuming x8r8g8b8 pixel format\n"); in drm_mode_legacy_fb_format() 82 * drm_get_format_name - fill a string with a drm fourcc format's name 83 * @format: format to compute name of 86 const char *drm_get_format_name(uint32_t format, struct drm_format_name_buf *buf) in drm_get_format_name() argument 90 printable_char(format & 0xff), in drm_get_format_name() 91 printable_char((format >> 8) & 0xff), in drm_get_format_name() 92 printable_char((format >> 16) & 0xff), in drm_get_format_name() 93 printable_char((format >> 24) & 0x7f), in drm_get_format_name() [all …]
|
| /kernel/linux/linux-4.19/tools/power/cpupower/po/ |
| D | de.po | 73 #, 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 …]
|
| D | fr.po | 73 #, 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 …]
|
| D | cs.po | 76 #, 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 …]
|
| D | pt.po | 71 #, 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 …]
|
| D | it.po | 73 #, 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 …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_fourcc.h | 33 * 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/ |
| D | fr.po | 73 #, 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 …]
|
| D | it.po | 73 #, 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 …]
|
| D | pt.po | 71 #, 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 …]
|
| D | cs.po | 76 #, 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 …]
|
| D | de.po | 73 #, 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/ |
| D | xilinx-vip.c | 46 * 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-4.19/drivers/media/platform/xilinx/ |
| D | xilinx-vip.c | 49 * xvip_get_format_by_code - Retrieve format information for a media bus code 50 * @code: the format media bus code 52 * Return: a pointer to the format information structure corresponding to the 53 * given V4L2 media bus format @code, or ERR_PTR if no corresponding format can 61 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local 63 if (format->code == code) in xvip_get_format_by_code() 64 return format; in xvip_get_format_by_code() 72 * xvip_get_format_by_fourcc - Retrieve format information for a 4CC 73 * @fourcc: the format 4CC 75 * Return: a pointer to the format information structure corresponding to the [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/ |
| D | drm_fourcc.c | 4 * 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-4.19/drivers/media/platform/vsp1/ |
| D | vsp1_drm.c | 67 struct v4l2_subdev_format format; in vsp1_du_insert_uif() local 83 memset(&format, 0, sizeof(format)); in vsp1_du_insert_uif() 84 format.which = V4L2_SUBDEV_FORMAT_ACTIVE; in vsp1_du_insert_uif() 85 format.pad = prev_pad; in vsp1_du_insert_uif() 87 ret = v4l2_subdev_call(&prev->subdev, pad, get_fmt, NULL, &format); in vsp1_du_insert_uif() 91 format.pad = UIF_PAD_SINK; in vsp1_du_insert_uif() 93 ret = v4l2_subdev_call(&uif->subdev, pad, set_fmt, NULL, &format); in vsp1_du_insert_uif() 97 dev_dbg(vsp1->dev, "%s: set format %ux%u (%x) on UIF sink\n", in vsp1_du_insert_uif() 98 __func__, format.format.width, format.format.height, in vsp1_du_insert_uif() 99 format.format.code); in vsp1_du_insert_uif() [all …]
|
| D | vsp1_rwpf.c | 65 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 …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
| D | vsp1_rwpf.c | 65 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 …]
|
| D | vsp1_drm.c | 69 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-4.19/drivers/staging/media/omap4iss/ |
| D | iss_ipipe.c | 83 * Format- and pipeline-related configuration helpers 89 struct v4l2_mbus_framefmt *format; in ipipe_configure() local 92 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure() 105 (format->height - 2) & IPIPE_SRC_VSZ_MASK); in ipipe_configure() 107 (format->width - 1) & IPIPE_SRC_HSZ_MASK); in ipipe_configure() 119 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure() 193 * ipipe_try_format - Try video format on a pad 197 * @fmt: Format 206 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local 229 format = __ipipe_get_format(ipipe, cfg, IPIPE_PAD_SINK, which); in ipipe_try_format() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
| D | iss_ipipe.c | 79 * 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 …]
|
| D | iss_ipipeif.c | 100 * 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-4.19/sound/core/ |
| D | pcm_misc.c | 189 /* FIXME: the following format is not defined properly yet */ 253 * snd_pcm_format_signed - Check the PCM format is signed linear 254 * @format: the format to check 256 * Return: 1 if the given PCM format is signed linear, 0 if unsigned 259 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() argument 262 if ((INT)format < 0 || (INT)format > (INT)SNDRV_PCM_FORMAT_LAST) in snd_pcm_format_signed() 264 if ((val = pcm_formats[(INT)format].signd) < 0) in snd_pcm_format_signed() 271 * snd_pcm_format_unsigned - Check the PCM format is unsigned linear 272 * @format: the format to check 274 * Return: 1 if the given PCM format is unsigned linear, 0 if signed [all …]
|
| /kernel/linux/linux-5.10/sound/core/ |
| D | pcm_misc.c | 45 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/ |
| D | dcss-plane.c | 69 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 …]
|