/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_core.h | 53 * @formats: jpeg driver's internal color format 54 * @num_formats: number of formats 69 struct mtk_jpeg_fmt *formats; member 242 * @colplanes: number of color planes (1 for packed formats)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
H A D | mdp_kms.h | 94 uint32_t mdp_get_formats(uint32_t *formats, uint32_t max_formats, bool rgb_only);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/pl111/ |
H A D | pl111_drm.h | 115 * @formats: array of supported pixel formats on this variant 116 * @nformats: the length of the array of supported pixel formats 127 const u32 *formats; member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98357a.c | 106 .formats = SNDRV_PCM_FMTBIT_S16 |
|
H A D | rt1015p.c | 97 .formats = SNDRV_PCM_FMTBIT_S24 |
|
H A D | nau8315.c | 109 .formats = NAU8315_FORMATS,
|
H A D | wm8782.c | 44 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|
/kernel/linux/linux-6.6/sound/aoa/codecs/ |
H A D | toonie.c | 42 .formats = SNDRV_PCM_FMTBIT_S16_BE |
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/ |
H A D | soundbus.h | 36 u64 formats; /* SNDRV_PCM_FMTBIT_* */ member 67 * formats or rates being 0. */ 95 * the formats that can be used at the moment, for
|
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | aiu-codec-ctrl.c | 100 .formats = AIU_CODEC_CTRL_FORMATS, \
|
H A D | gx-card.c | 22 .formats = SNDRV_PCM_FMTBIT_S24_LE,
|
H A D | meson-codec-glue.c | 77 data->params.formats = 1ULL << (__force int) params_format(params); in meson_codec_glue_input_hw_params()
|
H A D | aiu-fifo-spdif.c | 35 .formats = AIU_FORMATS,
|
H A D | aiu-fifo-i2s.c | 33 .formats = AIU_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | lowland.c | 83 .formats = SNDRV_PCM_FMTBIT_S32_LE,
|
/third_party/ffmpeg/libavfilter/ |
H A D | signature.h | 48 enum formats { enum
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_internal.h | 34 * An array of pixel formats supported by the AVHWFramesContext instances 86 enum AVPixelFormat **formats);
|
H A D | hwcontext.h | 389 * must use one of the formats returned by av_hwframe_transfer_get_formats(src, 392 * of the formats returned by av_hwframe_transfer_get_formats(dst, 428 * Get a list of possible source or target formats usable in 433 * @param formats the pointer to the output format list will be written here. 444 enum AVPixelFormat **formats, int flags);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_shader_info.h | 52 uint8_t formats[ACO_MAX_VERTEX_ATTRIBS]; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_device.h | 207 /* Table of formats, indexed by a PIPE format */ 208 const struct panfrost_format *formats; member 210 /* Bitmask of supported compressed texture formats */
|
/third_party/skia/src/utils/win/ |
H A D | SkWGL.h | 80 * WGL doesn't have precise rules for the ordering of formats returned 82 * formats returned by wglChoosePixelFormat. The rules in decreasing 84 * * Choose formats with the smallest sample count that is >= 85 * desiredSampleCount (or the largest sample count if all formats have 87 * all msaa formats are excluded from consideration. 88 * * Choose formats with the fewest color samples when coverage sampling 90 * * If the above rules leave multiple formats, choose the one that 91 * appears first in the formats array parameter. 93 int selectFormat(const int formats[],
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_v4l2.c | 239 format = &stream->formats[i]; in uvc_v4l2_try_format() 323 if (probe->bFormatIndex == stream->formats[i].index) { in uvc_v4l2_try_format() 324 format = &stream->formats[i]; in uvc_v4l2_try_format() 712 format = &stream->formats[fmt->index]; in uvc_ioctl_enum_fmt() 1260 if (stream->formats[i].fcc == fsize->pixel_format) { in uvc_ioctl_enum_framesizes() 1261 format = &stream->formats[i]; in uvc_ioctl_enum_framesizes() 1301 if (stream->formats[i].fcc == fival->pixel_format) { in uvc_ioctl_enum_frameintervals() 1302 format = &stream->formats[i]; in uvc_ioctl_enum_frameintervals()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 33 static struct s5p_mfc_fmt formats[] = { variable 99 #define NUM_FORMATS ARRAY_SIZE(formats) 105 if (formats[i].fourcc == f->fmt.pix_mp.pixelformat && in find_format() 106 formats[i].type == t) in find_format() 107 return &formats[i]; in find_format() 1331 for (i = 0; i < ARRAY_SIZE(formats); ++i) { in vidioc_enum_fmt() 1332 if (out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 1334 else if (!out && formats[i].type != MFC_FMT_ENC) in vidioc_enum_fmt() 1336 else if ((dev->variant->version_bit & formats[i].versions) == 0) in vidioc_enum_fmt() 1340 f->pixelformat = formats[ in vidioc_enum_fmt() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 33 static struct s5p_mfc_fmt formats[] = { variable 99 #define NUM_FORMATS ARRAY_SIZE(formats) 105 if (formats[i].fourcc == f->fmt.pix_mp.pixelformat && in find_format() 106 formats[i].type == t) in find_format() 107 return &formats[i]; in find_format() 1329 for (i = 0; i < ARRAY_SIZE(formats); ++i) { in vidioc_enum_fmt() 1330 if (out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 1332 else if (!out && formats[i].type != MFC_FMT_ENC) in vidioc_enum_fmt() 1334 else if ((dev->variant->version_bit & formats[i].versions) == 0) in vidioc_enum_fmt() 1338 f->pixelformat = formats[ in vidioc_enum_fmt() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | dc.c | 546 /* non-native formats */ 649 * only variants of specific formats with an alpha component, but not in tegra_plane_atomic_check() 650 * the corresponding opaque formats. However, the opaque formats can in tegra_plane_atomic_check() 811 const u32 *formats; in tegra_primary_plane_create() local 824 formats = dc->soc->primary_formats; in tegra_primary_plane_create() 834 &tegra_plane_funcs, formats, in tegra_primary_plane_create() 1113 const u32 *formats; in tegra_dc_cursor_plane_create() local 1132 formats = tegra_legacy_cursor_plane_formats; in tegra_dc_cursor_plane_create() 1141 formats in tegra_dc_cursor_plane_create() 1261 const u32 *formats; tegra_dc_overlay_plane_create() local [all...] |