Home
last modified time | relevance | path

Searched refs:format (Results 5651 - 5675 of 12970) sorted by relevance

1...<<221222223224225226227228229230>>...519

/third_party/rust/crates/nom/tests/
H A Dcustom_errors.rs17 CustomError(format!("error code was: {:?}", error)) in from()
23 CustomError(format!("error code was: {:?}", kind)) in from()
27 CustomError(format!("{:?}\nerror code was: {:?}", other, kind)) in append()
/third_party/rust/crates/rust-openssl/openssl-macros/src/
H A Dlib.rs14 let line = format!( in corresponds()
/third_party/selinux/libselinux/src/
H A Dcallbacks.h17 extern int __attribute__ ((format(printf, 2, 3)))
/third_party/vk-gl-cts/scripts/egl/
H A Denums.py27 from khr_util.format import indentLines, normalizeConstant
H A Dstr_util.py27 from khr_util.format import indentLines
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureCases.hpp23 * \brief Texture format performance tests.
43 deUint32 format, deUint32 dataType,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_log.h40 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
/third_party/vulkan-loader/loader/
H A Dlog.h66 void loader_log(const struct loader_instance *inst, VkFlags msg_type, int32_t msg_code, const char *format, ...)
/vendor/hisilicon/hispark_pegasus/demo/oledplayer_demo/oled/
H A Dgif2imgs.py21 print('Usage: {} gif outdir'.format(sys.argv[0]))
/vendor/hisilicon/hispark_pegasus/demo/ssd1306_demo/
H A Dgif2imgs.py21 print('Usage: {} gif outdir'.format(sys.argv[0]))
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp197 param.format.video.eCompressionFormat, param.format.video.eColorFormat); in ConfigPortDefine()
206 // set width, height and color format on output port in ConfigPortDefine()
221 param.format.video.eCompressionFormat, param.format.video.eColorFormat); in ConfigPortDefine()
223 param.format.video.eColorFormat = AV_COLOR_FORMAT; // YUV420SP in ConfigPortDefine()
256 param.xFramerate = FRAME; // 30fps,Q16 format in Configure()
577 .format = PIXEL_FMT_YCBCR_420_SP}; in UseBufferHandle()
H A Dcodec_hdi_encode.cpp684 .format = PIXEL_FMT_YCBCR_420_SP}; in CreateBufferHandle()
787 param.format.video.eCompressionFormat, param.format.video.eColorFormat); in ConfigPortDefine()
789 param.format.video.eColorFormat = AV_COLOR_FORMAT; in ConfigPortDefine()
810 param.format.video.eCompressionFormat, param.format.video.eColorFormat); in ConfigPortDefine()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c217 switch (fb->format->format) { in mipi_dbi_buf_copy()
229 drm_get_format_name(fb->format->format, &format_name)); in mipi_dbi_buf_copy()
281 fb->format->format == DRM_FORMAT_XRGB8888) { in mipi_dbi_fb_dirty()
487 * Some of the helper functions expects RGB565 to be the default format and the
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dvideo-i2c.c93 const struct v4l2_fmtdesc *format; member
362 .format = &amg88xx_format,
375 .format = &mlx90640_format,
615 *fmt = *data->chip->format; in video_i2c_enum_fmt_vid_cap()
631 if (fsize->pixel_format != data->chip->format->pixelformat) in video_i2c_enum_framesizes()
669 pix->pixelformat = data->chip->format->pixelformat; in video_i2c_try_fmt_vid_cap()
/kernel/linux/linux-5.10/sound/aoa/soundbus/i2sbus/
H A Dpcm.c175 * anything that works with the same serial format, ie. in i2sbus_pcm_open()
181 hw->formats &= pcm_format_to_bits(i2sdev->format); in i2sbus_pcm_open()
320 * and bit format, so now we have to program our in i2sbus_pcm_prepare()
328 int sfr = 0; /* serial format register */ in i2sbus_pcm_prepare()
355 ((i2sdev->format != runtime->format) in i2sbus_pcm_prepare()
361 i2sdev->format = runtime->format; in i2sbus_pcm_prepare()
403 /* ok, let's set the serial format and stuff */ in i2sbus_pcm_prepare()
404 switch (runtime->format) { in i2sbus_pcm_prepare()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8985.c664 u16 format, master, bcp, lrp; in wm8985_set_fmt() local
670 format = 0x2; in wm8985_set_fmt()
673 format = 0x0; in wm8985_set_fmt()
676 format = 0x1; in wm8985_set_fmt()
680 format = 0x3; in wm8985_set_fmt()
683 dev_err(dai->dev, "Unknown dai format\n"); in wm8985_set_fmt()
688 WM8985_FMT_MASK, format << WM8985_FMT_SHIFT); in wm8985_set_fmt()
H A Dwm8983.c572 u16 format, master, bcp, lrp; in wm8983_set_fmt() local
576 format = 0x2; in wm8983_set_fmt()
579 format = 0x0; in wm8983_set_fmt()
582 format = 0x1; in wm8983_set_fmt()
586 format = 0x3; in wm8983_set_fmt()
589 dev_err(dai->dev, "Unknown dai format\n"); in wm8983_set_fmt()
594 WM8983_FMT_MASK, format << WM8983_FMT_SHIFT); in wm8983_set_fmt()
H A Dmax98390.c172 unsigned int format; in max98390_dai_set_fmt() local
211 /* interface format */ in max98390_dai_set_fmt()
214 format = MAX98390_PCM_FORMAT_I2S; in max98390_dai_set_fmt()
217 format = MAX98390_PCM_FORMAT_LJ; in max98390_dai_set_fmt()
220 format = MAX98390_PCM_FORMAT_TDM_MODE1; in max98390_dai_set_fmt()
223 format = MAX98390_PCM_FORMAT_TDM_MODE0; in max98390_dai_set_fmt()
232 format << MAX98390_PCM_MODE_CFG_FORMAT_SHIFT); in max98390_dai_set_fmt()
290 dev_err(component->dev, "format unsupported %d\n", in max98390_set_clock()
327 dev_err(component->dev, "format unsupported %d\n", in max98390_dai_hw_params()
336 dev_dbg(component->dev, "format supporte in max98390_dai_hw_params()
[all...]
H A Dsta32x.c148 unsigned int format; member
593 * sta32x_set_dai_fmt - configure the codec for the selected audio format
595 * @fmt: a SND_SOC_DAIFMT_x value indicating the data format
618 sta32x->format = fmt & SND_SOC_DAIFMT_FORMAT_MASK; in sta32x_set_dai_fmt()
646 * Specifically, the sample rate and the data format.
703 switch (sta32x->format) { in sta32x_hw_params()
718 switch (sta32x->format) { in sta32x_hw_params()
733 switch (sta32x->format) { in sta32x_hw_params()
748 switch (sta32x->format) { in sta32x_hw_params()
/kernel/linux/linux-5.10/fs/dlm/
H A Ddebug_fs.c369 int format; member
384 switch (ri->format) { in table_seq_show()
442 ri->format = 1; in table_seq_start()
444 ri->format = 2; in table_seq_start()
446 ri->format = 3; in table_seq_start()
448 ri->format = 4; in table_seq_start()
745 /* format 1 */ in dlm_create_debug_file()
753 /* format 2 */ in dlm_create_debug_file()
764 /* format 3 */ in dlm_create_debug_file()
775 /* format in dlm_create_debug_file()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fb.c84 switch (par->set_fb->format->depth) { in vmw_fb_setcolreg()
93 par->set_fb->format->depth, in vmw_fb_setcolreg()
94 par->set_fb->format->cpp[0] * 8); in vmw_fb_setcolreg()
214 cpp = cur_fb->format->cpp[0]; in vmw_fb_dirty_flush()
522 cur_fb->format->format == mode_cmd.pixel_format && in vmw_fb_kms_framebuffer()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H A Dcpqphp.h26 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg)
27 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
28 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg)
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dvideo-i2c.c125 const struct v4l2_fmtdesc *format; member
367 .format = &amg88xx_format,
380 .format = &mlx90640_format,
621 *fmt = *data->chip->format; in video_i2c_enum_fmt_vid_cap()
637 if (fsize->pixel_format != data->chip->format->pixelformat) in video_i2c_enum_framesizes()
675 pix->pixelformat = data->chip->format->pixelformat; in video_i2c_try_fmt_vid_cap()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch.h607 #define esw_info(__dev, format, ...) \
608 dev_info((__dev)->device, "E-Switch: " format, ##__VA_ARGS__)
610 #define esw_warn(__dev, format, ...) \
611 dev_warn((__dev)->device, "E-Switch: " format, ##__VA_ARGS__)
613 #define esw_debug(dev, format, ...) \
614 mlx5_core_dbg_mask(dev, MLX5_DEBUG_ESWITCH_MASK, format, ##__VA_ARGS__)
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h1102 #define ZSTD_FRAMEHEADERSIZE_PREFIX(format) ((format) == ZSTD_f_zstd1 ? 5 : 1) /* minimum input size required to query frame header size */
1103 #define ZSTD_FRAMEHEADERSIZE_MIN(format) ((format) == ZSTD_f_zstd1 ? 6 : 2)
1229 ZSTD_f_zstd1 = 0, /* zstd frame format, specified in zstd_compression_format.md (default) */
1230 ZSTD_f_zstd1_magicless = 1 /* Variant of zstd frame format, without initial 4-bytes magic number.
1232 * Decoder cannot recognise automatically this format, requiring this instruction. */
1713 /* Select a compression format.
1775 * format as in the CCtx.
2148 size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format);
[all...]

Completed in 28 milliseconds

1...<<221222223224225226227228229230>>...519