/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-i2s.c | 912 .formats = MTK_I2S_FORMATS, 924 .formats = MTK_I2S_FORMATS, 936 .formats = MTK_I2S_FORMATS, 948 .formats = MTK_I2S_FORMATS, 960 .formats = MTK_I2S_FORMATS,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_plane.c | 95 .formats = rgb_formats, 122 .formats = rgb_and_yuv_formats, 970 desc->formats->formats, in atmel_hlcdc_plane_create() 971 desc->formats->nformats, in atmel_hlcdc_plane_create()
|
/kernel/linux/linux-6.6/drivers/media/pci/tw68/ |
H A D | tw68-video.c | 31 * Note that the saa7134 has formats, e.g. YUV420, which are classified 35 static const struct tw68_format formats[] = { variable 79 #define FORMATS ARRAY_SIZE(formats) 200 if (formats[i].fourcc == fourcc) in format_by_fourcc() 201 return formats+i; in format_by_fourcc() 765 f->pixelformat = formats[f->index].fourcc; in tw68_enum_fmt_vid_cap()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_plane.c | 97 .formats = rgb_formats, 124 .formats = rgb_and_yuv_formats, 975 desc->formats->formats, in atmel_hlcdc_plane_create() 976 desc->formats->nformats, in atmel_hlcdc_plane_create()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm9713.c | 1103 .formats = SND_SOC_STD_AC97_FMTS,}, 1109 .formats = SND_SOC_STD_AC97_FMTS,}, 1119 .formats = SND_SOC_STD_AC97_FMTS,}, 1129 .formats = WM9713_PCM_FORMATS,}, 1135 .formats = WM9713_PCM_FORMATS,},
|
H A D | ad193x.c | 415 .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S16_LE | 423 .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S16_LE | 437 .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S16_LE |
|
H A D | wm9712.c | 575 .formats = SND_SOC_STD_AC97_FMTS,}, 581 .formats = SND_SOC_STD_AC97_FMTS,}, 591 .formats = SND_SOC_STD_AC97_FMTS,},
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/ |
H A D | mt8186-dai-i2s.c | 1075 .formats = MTK_I2S_FORMATS, 1087 .formats = MTK_I2S_FORMATS, 1099 .formats = MTK_I2S_FORMATS, 1111 .formats = MTK_I2S_FORMATS, 1123 .formats = MTK_I2S_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-i2s.c | 896 .formats = MTK_I2S_FORMATS, 908 .formats = MTK_I2S_FORMATS, 920 .formats = MTK_I2S_FORMATS, 932 .formats = MTK_I2S_FORMATS, 944 .formats = MTK_I2S_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/intel/keembay/ |
H A D | kmb_platform.c | 41 .formats = SNDRV_PCM_FMTBIT_S16_LE | 754 .formats = (SNDRV_PCM_FMTBIT_S16_LE | 773 .formats = (SNDRV_PCM_FMTBIT_S32_LE | 785 .formats = (SNDRV_PCM_FMTBIT_S32_LE | 804 .formats = (SNDRV_PCM_FMTBIT_S32_LE |
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | msfmrgts.cpp | 177 * More robust message formats. 337 UnicodeString formats [] = { in Test4104976() local 341 int32_t formats_length = UPRV_LENGTHOF(formats); in Test4104976() 343 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length); in Test4104976() 368 UnicodeString formats [] = { in Test4106659() 373 // cf = new ChoiceFormat(limits, formats, 3); in Test4106659() 393 UnicodeString formats [] = { in Test4106660() local 398 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3); in Test4106660()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_format.c | 38 #include "main/formats.h" 73 /* ETC2 formats are emulated as uncompressed ones. in st_mesa_format_to_pipe_format() 74 * The destination formats mustn't be changed, because they are also in st_mesa_format_to_pipe_format() 75 * destination formats of the unpack/decompression function. in st_mesa_format_to_pipe_format() 139 * Map GL texture formats to Gallium pipe formats. 143 GLenum glFormats[18]; /**< list of GLenum formats, 0-terminated */ 144 enum pipe_format pipeFormats[14]; /**< list of pipe formats, 0-terminated */ 193 /* Basic RGB, RGBA formats */ 259 /* basic Alpha formats */ 1066 find_supported_format(struct pipe_screen *screen, const enum pipe_format formats[], enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bindings, boolean allow_dxt) find_supported_format() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | instructions-aarch64.h | 194 // Scalar formats. We add the scalar bit to distinguish between scalar and 932 // "standard" set of NEON integer vector formats. 941 // long set of NEON integer vector formats. These are used in narrow, wide 949 // formats: NF_2S, NF_4S, NF_2D. 952 // NEON FP vector formats: NF_2S, NF_4S, NF_2D. in FPFormatMap() 966 // set of NEON vector formats. 1023 // formats: NF_B, NF_H, NF_S, NF_D. 1030 // NEON scalar formats: NF_H, NF_S, NF_D. 1037 // NEON FP scalar formats: NF_S, NF_D. 1044 // encode the NEON FP scalar formats 1094 static const char* formats[] = { NEONFormatAsString() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 383 /* image formats. */ 384 /* JPEG formats must be defined last to support jpeg_enable parameter */ 385 static const struct s2255_fmt formats[] = { variable 572 for (i = 0; i < ARRAY_SIZE(formats); i++) { in format_by_fourcc() 573 if (-1 == formats[i].fourcc) in format_by_fourcc() 575 if (!jpeg_enable && ((formats[i].fourcc == V4L2_PIX_FMT_JPEG) || in format_by_fourcc() 576 (formats[i].fourcc == V4L2_PIX_FMT_MJPEG))) in format_by_fourcc() 578 if (formats[i].fourcc == fourcc) in format_by_fourcc() 579 return formats + i; in format_by_fourcc() 728 if (index >= ARRAY_SIZE(formats)) in vidioc_enum_fmt_vid_cap() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 383 /* image formats. */ 384 /* JPEG formats must be defined last to support jpeg_enable parameter */ 385 static const struct s2255_fmt formats[] = { variable 572 for (i = 0; i < ARRAY_SIZE(formats); i++) { in format_by_fourcc() 573 if (-1 == formats[i].fourcc) in format_by_fourcc() 575 if (!jpeg_enable && ((formats[i].fourcc == V4L2_PIX_FMT_JPEG) || in format_by_fourcc() 576 (formats[i].fourcc == V4L2_PIX_FMT_MJPEG))) in format_by_fourcc() 578 if (formats[i].fourcc == fourcc) in format_by_fourcc() 579 return formats + i; in format_by_fourcc() 728 if (index >= ARRAY_SIZE(formats)) in vidioc_enum_fmt_vid_cap() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_vidi.c | 81 static const uint32_t formats[] = { variable 391 plane_config.pixel_formats = formats; in vidi_bind() 392 plane_config.num_pixel_formats = ARRAY_SIZE(formats); in vidi_bind()
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctpcm.c | 26 .formats = (SNDRV_PCM_FMTBIT_U8 | 51 .formats = SNDRV_PCM_FMTBIT_S16_LE, 74 .formats = (SNDRV_PCM_FMTBIT_U8 |
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ad193x.c | 389 .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S16_LE | 397 .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S16_LE | 411 .formats = SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S16_LE |
|
H A D | wm9712.c | 575 .formats = SND_SOC_STD_AC97_FMTS,}, 581 .formats = SND_SOC_STD_AC97_FMTS,}, 591 .formats = SND_SOC_STD_AC97_FMTS,},
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_ipipe.c | 88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure() 115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure() 185 return &ipipe->formats[pad]; in __ipipe_get_format() 377 * ipipe_init_formats - Initialize formats on all pads 381 * Initialize all pad formats with default values. If fh is not NULL, try 382 * formats are initialized on the file handle. Otherwise active formats are
|
/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_snd.c | 440 u64 formats; member 483 pcm_hw->formats = sinfo[i].formats; in audio_set_hw_params()
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_ipipe.c | 88 format = &ipipe->formats[IPIPE_PAD_SINK]; in ipipe_configure() 115 format = &ipipe->formats[IPIPE_PAD_SOURCE_VP]; in ipipe_configure() 186 return &ipipe->formats[pad]; in __ipipe_get_format() 380 * ipipe_init_formats - Initialize formats on all pads 384 * Initialize all pad formats with default values. If fh is not NULL, try 385 * formats are initialized on the file handle. Otherwise active formats are
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 556 INIT_LIST_HEAD(&uvcg_streaming_header.formats); in webcam_bind() 557 list_add_tail(&uvcg_format_ptr_yuv.entry, &uvcg_streaming_header.formats); in webcam_bind() 558 list_add_tail(&uvcg_format_ptr_mjpeg.entry, &uvcg_streaming_header.formats); in webcam_bind()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_vidi.c | 82 static const uint32_t formats[] = { variable 392 plane_config.pixel_formats = formats; in vidi_bind() 393 plane_config.num_pixel_formats = ARRAY_SIZE(formats); in vidi_bind()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctpcm.c | 26 .formats = (SNDRV_PCM_FMTBIT_U8 | 51 .formats = SNDRV_PCM_FMTBIT_S16_LE, 74 .formats = (SNDRV_PCM_FMTBIT_U8 |
|