Home
last modified time | relevance | path

Searched refs:format (Results 3426 - 3450 of 7727) sorted by relevance

1...<<131132133134135136137138139140>>...310

/third_party/ffmpeg/tools/
H A Duncoded_frame.c173 st->stream->codecpar->format = av_buffersink_get_format(st->sink); in main()
180 st->stream->codecpar->format = av_buffersink_get_format(st->sink); in main()
181 st->stream->codecpar->codec_id = av_get_pcm_codec(st->stream->codecpar->format, -1); in main()
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.h66 snd_pcm_format_t format; member
83 unsigned int format; member
94 snd_pcm_format_t format; member
/third_party/backends/backend/
H A Dcanon_pp-io.c64 static void DBG(int level, const char *format, ...) in DBG() argument
67 va_start(args, format); in DBG()
68 if (level < 50) vfprintf(stderr, format, args); in DBG()
/third_party/backends/japi/
H A DScanIt.java215 switch (parms.format) in process()
221 int cindex = 2 - (parms.format - SaneParameters.FRAME_RED); in process()
359 switch (parms.format) in write()
/third_party/curl/lib/
H A Dmemdebug.c437 void curl_dbg_log(const char *format, ...) in curl_dbg_log() argument
450 va_start(ap, format); in curl_dbg_log()
451 nchars = mvsnprintf(buf, LOGLINE_BUFSIZE, format, ap); in curl_dbg_log()
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c361 snd_pcm_format_t format; in irq_rw_pre_process() local
367 err = snd_pcm_hw_params_get_format(state->hw_params, &format); in irq_rw_pre_process()
370 bytes_per_sample = snd_pcm_format_physical_width(format) / 8; in irq_rw_pre_process()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h406 * generation, it should match the 12-hour-cycle format preferred by the locale (h or K); it should not match
407 * a 24-hour-cycle format (H or k). Use hh for zero padding.</td>
414 * generation, it should match the 24-hour-cycle format preferred by the locale (H or k); it should not match a
415 * 12-hour-cycle format (h or K). Use HH for zero padding.</td>
467 * <td>The <i>short specific non-location format</i>.
468 * Where that is unavailable, falls back to the <i>short localized GMT format</i> ("O").</td>
473 * <td>The <i>long specific non-location format</i>.
474 * Where that is unavailable, falls back to the <i>long localized GMT format</i> ("OOOO").</td>
480 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields.
481 * The format i
[all...]
H A Dtzfmt.h23 #include "unicode/format.h"
29 * Constants for time zone display format style used by format/parse APIs
35 * Generic location format, such as "United States Time (New York)", "Italy Time"
40 * Generic long non-location format, such as "Eastern Time".
45 * Generic short non-location format, such as "ET".
50 * Specific long format, such as "Eastern Standard Time".
55 * Specific short format, such as "EST", "PDT".
60 * Localized GMT offset format, such as "GMT-05:00", "UTC+0100"
65 * Short localized GMT offset format, suc
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DTransformsMapperTest.java219 String.format("%s %s %s [%s]:\n%s", src, arrow, dst, vis, alias)); in oneWay()
239 String.format("%s <-> %s [%s]:\n%s\n%s", src, dst, vis, alias, backAlias)); in both()
243 out.append(String.format("[@%s=\"%s\"]", k, v)); in appendAttribute()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralFormatTest.java10 package ohos.global.icu.dev.test.format;
69 expected, plf.format(n)); in helperTestRules()
337 assertEquals("1.2kg", "1kg", pf.format(1.2)); in TestFractionRounding()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DPluralFormatTest.java9 package com.ibm.icu.dev.test.format;
66 expected, plf.format(n)); in helperTestRules()
334 assertEquals("1.2kg", "1kg", pf.format(1.2)); in TestFractionRounding()
/third_party/libunwind/libunwind/src/mi/
H A DGdyn-remote.c129 switch (di->format) in free_dyn_info()
160 switch (di->format) in intern_dyn_info()
253 || fetch32 (as, a, &addr, &di->format, arg) < 0) in unwi_dyn_remote_find_proc_info()
/third_party/mbedtls/include/mbedtls/
H A Decp.h436 * The uncompressed point format for Short Weierstrass curves
441 * The compressed point format for Short Weierstrass curves
444 * \warning While this format is supported for all concerned curves for
755 * \param format The point format. This must be either
769 * \return #MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE if the point format
775 int format, size_t *olen,
837 * \param format The point format to use. This must be either
853 int format, size_
[all...]
/third_party/mbedtls/tests/scripts/
H A Danalyze_outcomes.py68 sys.stderr.write((fmt + '\n').format(*args, **kwargs))
678 sys.stderr.write('invalid task: {}\n'.format(task))
694 sys.stderr.write("please provide valid outcomes file for {}.\n".format(task_name))
/third_party/mesa3d/src/gallium/targets/osmesa/
H A Dtest-render.cpp15 unsigned format; member
27 switch (p.format) { in name_params()
70 OSMesaCreateContext(p.format, NULL), &OSMesaDestroyContext}; in TEST_P()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c210 tex_temp.format = PIPE_FORMAT_B8G8R8A8_UNORM; in vlVaAssociateSubpicture()
220 drv->pipe->screen, tex_temp.format, tex_temp.target, in vlVaAssociateSubpicture()
229 u_sampler_view_default_template(&sampler_templ, tex, tex->format); in vlVaAssociateSubpicture()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h191 * @format: Surface format as understood by the host.
208 __u32 format; member
482 * @format: Format of the overlay as understood by the host.
503 __s32 format; member
923 * @format: SVGA3d format.
939 __u32 format; member
1147 * @drm_vmw_surface_gb_v1: Corresponds to current gb surface format with
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_framebuffer.c114 memcpy(&att->flags, &info->flags, offsetof(struct zink_surface_info, format)); in populate_attachment_info()
115 att->viewFormatCount = 1 + !!info->format[1]; in populate_attachment_info()
116 att->pViewFormats = info->format; in populate_attachment_info()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c262 templat.format = formats[i]; in init()
276 surf_tmpl.format = templat.format; in init()
/third_party/node/lib/internal/process/
H A Dper_thread.js44 const format = require('internal/util/inspect').format;
114 binding._rawDebug(ReflectApply(format, null, args));
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dtzfmt.h23 #include "unicode/format.h"
29 * Constants for time zone display format style used by format/parse APIs
35 * Generic location format, such as "United States Time (New York)", "Italy Time"
40 * Generic long non-location format, such as "Eastern Time".
45 * Generic short non-location format, such as "ET".
50 * Specific long format, such as "Eastern Standard Time".
55 * Specific short format, such as "EST", "PDT".
60 * Localized GMT offset format, such as "GMT-05:00", "UTC+0100"
65 * Short localized GMT offset format, suc
[all...]
H A Dsmpdtfmt.h407 * generation, it should match the 12-hour-cycle format preferred by the locale (h or K); it should not match
408 * a 24-hour-cycle format (H or k). Use hh for zero padding.</td>
415 * generation, it should match the 24-hour-cycle format preferred by the locale (H or k); it should not match a
416 * 12-hour-cycle format (h or K). Use HH for zero padding.</td>
468 * <td>The <i>short specific non-location format</i>.
469 * Where that is unavailable, falls back to the <i>short localized GMT format</i> ("O").</td>
474 * <td>The <i>long specific non-location format</i>.
475 * Where that is unavailable, falls back to the <i>long localized GMT format</i> ("OOOO").</td>
481 * <td>The <i>ISO8601 basic format</i> with hours, minutes and optional seconds fields.
482 * The format i
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dwinnmtst.cpp20 #include "unicode/format.h"
249 wnf->format(d, udBuffer); in testLocale()
253 log->errln("Double format error for locale " + locale + in testLocale()
257 wnf->format(i32, u3Buffer); in testLocale()
261 log->errln("int32_t format error for locale " + locale + in testLocale()
265 wnf->format(i64, u6Buffer); in testLocale()
269 log->errln("int64_t format error for locale " + locale + in testLocale()
/third_party/libexif/contrib/watcom/
H A DMakefile68 $(LIBEXIFDIR)\exif-format.obj $(LIBEXIFDIR)\exif-ifd.obj &
108 $(LIBEXIFDIR)\exif-format.obj : .AUTODEPEND $(LIBEXIFDIR)\exif-format.c
/third_party/libdrm/tests/tegra/
H A Dvic-flip.c244 const unsigned int format = VIC_PIXEL_FORMAT_A8R8G8B8; in main() local
286 err = vic_image_new(vic, width, height, format, kind, DRM_TEGRA_CHANNEL_MAP_READ_WRITE, in main()
293 err = vic_image_new(vic, width, height, format, kind, DRM_TEGRA_CHANNEL_MAP_READ_WRITE, in main()

Completed in 19 milliseconds

1...<<131132133134135136137138139140>>...310