Home
last modified time | relevance | path

Searched refs:format (Results 3551 - 3575 of 12675) sorted by relevance

1...<<141142143144145146147148149150>>...507

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DRenderTargetMtl.h38 const mtl::Format &format);
43 const mtl::Format &format);
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DExtensionSubst.java15 if (format != 1) { in ExtensionSubst()
16 throw new IllegalArgumentException("illegal extension format " + format); in ExtensionSubst()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquantityformatter.h37 * Then use the format() method.
105 UnicodeString &format(
129 * @param quantity The number to format.
130 * @param fmt The formatter to use to format the number.
133 * @param output Where to append the result of the format operation.
150 static UnicodeString &format(
/third_party/skia/third_party/externals/icu/source/samples/translit/answers/
H A Dmain_1.cpp53 defFmt->format(cal->getTime(status), str, status); in main()
54 check(status, "DateFormat::format"); in main()
61 fmt->format(cal->getTime(status), str, status); in main()
62 check(status, "DateFormat::format"); in main()
H A Dmain_2.cpp61 defFmt->format(cal->getTime(status), str, status); in main()
62 check(status, "DateFormat::format"); in main()
69 fmt->format(cal->getTime(status), str, status); in main()
70 check(status, "DateFormat::format"); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUTexture.cpp44 !conv(desc.format, descriptor.format) || // in createView()
/third_party/skia/third_party/icu/
H A Dmake_data_cpp.py36 o.write(header.format(name))
42 o.write(footer.format(name))
/third_party/python/Lib/test/
H A Dtest_sundry.py14 import_helper.import_module('test.test_{}'.format(name))
19 'otherwise'.format(name))
/third_party/selinux/libsepol/src/
H A Ddebug.c39 __attribute__ ((format(printf, 3, 4)))
73 __attribute__ ((format(printf, 3, 4))) in sepol_msg_set_callback()
71 sepol_msg_set_callback(sepol_handle_t * handle, __attribute__ ((format(printf, 3, 4))) void (*msg_callback) (void *varg, sepol_handle_t * handle, const char *fmt, ...), void *msg_callback_arg) sepol_msg_set_callback() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_log.c52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args) in cil_vlog()
66 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) in cil_log()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.hpp59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
63 void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f));
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.hpp59 void readPixels (tcu::Surface& dst, int x, int y, int width, int height, const tcu::TextureFormat& format, const tcu::Vec4& scale, const tcu::Vec4& bias);
63 void clearColorBuffer (const tcu::TextureFormat& format, const tcu::Vec4& value = tcu::Vec4(0.0f, 0.0f, 0.0f, 0.0f));
/third_party/vk-gl-cts/framework/common/
H A DtcuStringTemplate.hpp49 std::string format (args_t&&... args) const;
88 std::string StringTemplate::format(args_t&&... args) const
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils.cpp94 const char *GLinternalFormatToString(unsigned int format) in GLinternalFormatToString() argument
96 return GLenumToString(gl::GLenumGroup::InternalFormat, format); in GLinternalFormatToString()
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c161 for (i = 0; i < src_buf->format->num_planes; ++i) in scaler_set_src_base()
171 src_buf->format->cpp[0]); in scaler_set_src_span()
173 if (src_buf->format->num_planes > 1) in scaler_set_src_span()
224 for (i = 0; i < dst_buf->format->num_planes; ++i) in scaler_set_dst_base()
234 dst_buf->format->cpp[0]); in scaler_set_dst_span()
236 if (dst_buf->format->num_planes > 1) in scaler_set_dst_span()
319 switch (fmt->format) { in scaler_set_csc()
393 scaler_set_csc(scaler, task->src.format); in scaler_commit()
/kernel/linux/linux-5.10/net/atm/
H A Dmpoa_caches.c16 #define dprintk(format, args...) \
17 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */
19 #define dprintk(format, args...) \
21 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
26 #define ddprintk(format, args...) \
27 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */
29 #define ddprintk(format, args...) \
31 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_kms.c353 const struct rcar_du_format_info *format; in rcar_du_fb_create() local
359 format = rcar_du_format_info(mode_cmd->pixel_format); in rcar_du_fb_create()
360 if (format == NULL) { in rcar_du_fb_create()
361 dev_dbg(dev->dev, "unsupported pixel format %08x\n", in rcar_du_fb_create()
372 unsigned int bpp = format->planes == 1 ? format->bpp / 8 : 1; in rcar_du_fb_create()
402 chroma_pitch = mode_cmd->pitches[0] / format->hsub; in rcar_du_fb_create()
403 if (format->planes == 2) in rcar_du_fb_create()
406 for (i = 1; i < format->planes; ++i) { in rcar_du_fb_create()
582 * integer in XRGB8888 format in rcar_du_properties_init()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c62 int format; /* vesa or jeida format */ member
248 val = lvds->format | LVDS_CH0_EN; in rk3288_lvds_grf_config()
368 /* Set format */ in px30_lvds_grf_config()
370 PX30_LVDS_FORMAT(lvds->format), in px30_lvds_grf_config()
371 PX30_LVDS_FORMAT(lvds->format)); in px30_lvds_grf_config()
596 /* default set it as format vesa 18 */ in rockchip_lvds_bind()
597 lvds->format = LVDS_VESA_18; in rockchip_lvds_bind()
599 lvds->format = rockchip_lvds_name_to_format(name); in rockchip_lvds_bind()
601 if (lvds->format < in rockchip_lvds_bind()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/imx/
H A Dimx-media-utils.c206 * @fourcc: Search for an entry with the given fourcc pixel format.
407 * Initializes the TRY format to the ACTIVE format on all pads
414 struct v4l2_subdev_format format; in imx_media_init_cfg() local
419 memset(&format, 0, sizeof(format)); in imx_media_init_cfg()
421 format.pad = pad; in imx_media_init_cfg()
422 format.which = V4L2_SUBDEV_FORMAT_ACTIVE; in imx_media_init_cfg()
423 ret = v4l2_subdev_call(sd, pad, get_fmt, NULL, &format); in imx_media_init_cfg()
428 *mf_try = format in imx_media_init_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c162 for (i = 0; i < src_buf->format->num_planes; ++i) in scaler_set_src_base()
172 src_buf->format->cpp[0]); in scaler_set_src_span()
174 if (src_buf->format->num_planes > 1) in scaler_set_src_span()
225 for (i = 0; i < dst_buf->format->num_planes; ++i) in scaler_set_dst_base()
235 dst_buf->format->cpp[0]); in scaler_set_dst_span()
237 if (dst_buf->format->num_planes > 1) in scaler_set_dst_span()
320 switch (fmt->format) { in scaler_set_csc()
396 scaler_set_csc(scaler, task->src.format); in scaler_commit()
/kernel/linux/linux-6.6/drivers/gpu/drm/mxsfb/
H A Dlcdif_kms.c12 #include <linux/media-bus-format.h>
166 const u32 format = plane_state->fb->format->format; in lcdif_set_formats() local
185 dev_err(drm->dev, "Unknown media bus format 0x%x\n", bus_format); in lcdif_set_formats()
189 switch (format) { in lcdif_set_formats()
239 dev_err(drm->dev, "Unknown pixel format 0x%x\n", format); in lcdif_set_formats()
450 /* Try to find consistent bus format and flags across first bridges. */ in lcdif_crtc_atomic_check()
465 bus_format = bridge_state->input_bus_cfg.format; in lcdif_crtc_atomic_check()
700 lcdif_format_mod_supported(struct drm_plane *plane, uint32_t format, uint64_t modifier) lcdif_format_mod_supported() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c57 int format; /* vesa or jeida format */ member
255 val = lvds->format | LVDS_CH0_EN; in rk3288_lvds_grf_config()
375 /* Set format */ in px30_lvds_grf_config()
377 PX30_LVDS_FORMAT(lvds->format), in px30_lvds_grf_config()
378 PX30_LVDS_FORMAT(lvds->format)); in px30_lvds_grf_config()
600 /* default set it as format vesa 18 */ in rockchip_lvds_bind()
601 lvds->format = LVDS_VESA_18; in rockchip_lvds_bind()
603 lvds->format = rockchip_lvds_name_to_format(name); in rockchip_lvds_bind()
605 if (lvds->format < in rockchip_lvds_bind()
[all...]
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.c16 #define dprintk(format, args...) \
17 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */
19 #define dprintk(format, args...) \
21 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
26 #define ddprintk(format, args...) \
27 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args) /* debug */
29 #define ddprintk(format, args...) \
31 printk(KERN_DEBUG "mpoa:%s: " format, __FILE__, ##args);\
/test/testfwk/developer_test/src/core/driver/
H A Dopenharmony.py173 " {}".format(self.config.package_name,
179 command = "aa test -m {} -b {} -s unittest {} {}".format(
188 " {} -s dryRun true".format(self.config.package_name,
193 " {} -s dryRun true".format(self.config.module_name,
358 format(len(self.runner.expect_tests_dict.keys()),
438 "[{}] is not a valid file".format(json_file_list[0]))
494 serial = "{}_{}".format(str(self.config.device.__get_serial__()), time.time_ns())
495 log_tar_file_name = "{}".format(str(serial).replace(":", "_"))
/third_party/ffmpeg/libavcodec/
H A Dcrystalhd.c312 BC_INPUT_FORMAT format = { in init() local
343 format.startCodeSz = 4; in init()
352 format.pMetaData = avctx->extradata; in init()
353 format.metaDataSz = avctx->extradata_size; in init()
359 format.mSubtype = subtype; in init()
362 format.bEnableScaling = 1; in init()
363 format.ScalingParams.sWidth = priv->sWidth; in init()
390 ret = DtsSetInputFormat(priv->dev, &format); in init()
578 av_log(avctx, AV_LOG_VERBOSE, "CrystalHD: Initial format change\n"); in receive_frame()

Completed in 17 milliseconds

1...<<141142143144145146147148149150>>...507