Home
last modified time | relevance | path

Searched refs:formats (Results 901 - 925 of 2157) sorted by relevance

1...<<31323334353637383940>>...87

/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.h53 * @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 Dmdp_kms.h94 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 Dpl111_drm.h115 * @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 Dmax98357a.c106 .formats = SNDRV_PCM_FMTBIT_S16 |
H A Drt1015p.c97 .formats = SNDRV_PCM_FMTBIT_S24 |
H A Dnau8315.c109 .formats = NAU8315_FORMATS,
H A Dwm8782.c44 .formats = SNDRV_PCM_FMTBIT_S16_LE |
/kernel/linux/linux-6.6/sound/aoa/codecs/
H A Dtoonie.c42 .formats = SNDRV_PCM_FMTBIT_S16_BE |
/kernel/linux/linux-6.6/sound/aoa/soundbus/
H A Dsoundbus.h36 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 Daiu-codec-ctrl.c100 .formats = AIU_CODEC_CTRL_FORMATS, \
H A Dgx-card.c22 .formats = SNDRV_PCM_FMTBIT_S24_LE,
H A Dmeson-codec-glue.c77 data->params.formats = 1ULL << (__force int) params_format(params); in meson_codec_glue_input_hw_params()
H A Daiu-fifo-spdif.c35 .formats = AIU_FORMATS,
H A Daiu-fifo-i2s.c33 .formats = AIU_FORMATS,
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dlowland.c83 .formats = SNDRV_PCM_FMTBIT_S32_LE,
/third_party/ffmpeg/libavfilter/
H A Dsignature.h48 enum formats { enum
/third_party/ffmpeg/libavutil/
H A Dhwcontext_internal.h34 * An array of pixel formats supported by the AVHWFramesContext instances
86 enum AVPixelFormat **formats);
H A Dhwcontext.h389 * 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 Daco_shader_info.h52 uint8_t formats[ACO_MAX_VERTEX_ATTRIBS]; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_device.h207 /* 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 DSkWGL.h80 * 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 Duvc_v4l2.c239 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 Ds5p_mfc_enc.c33 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 Ds5p_mfc_enc.c33 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 Ddc.c546 /* 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...]

Completed in 25 milliseconds

1...<<31323334353637383940>>...87