/third_party/ffmpeg/tools/ |
H A D | uncoded_frame.c | 173 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 D | pcm_direct.h | 66 snd_pcm_format_t format; member 83 unsigned int format; member 94 snd_pcm_format_t format; member
|
/third_party/backends/backend/ |
H A D | canon_pp-io.c | 64 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 D | ScanIt.java | 215 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 D | memdebug.c | 437 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 D | xfer-libasound-irq-rw.c | 361 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 D | smpdtfmt.h | 406 * 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 D | tzfmt.h | 23 #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 D | TransformsMapperTest.java | 219 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 D | PluralFormatTest.java | 10 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 D | PluralFormatTest.java | 9 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 D | Gdyn-remote.c | 129 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 D | ecp.h | 436 * 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 D | analyze_outcomes.py | 68 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 D | test-render.cpp | 15 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 D | subpicture.c | 210 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 D | vmwgfx_drm.h | 191 * @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 D | zink_framebuffer.c | 114 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 D | tri-instanced.c | 262 templat.format = formats[i]; in init() 276 surf_tmpl.format = templat.format; in init()
|
/third_party/node/lib/internal/process/ |
H A D | per_thread.js | 44 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 D | tzfmt.h | 23 #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 D | smpdtfmt.h | 407 * 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 D | winnmtst.cpp | 20 #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 D | Makefile | 68 $(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 D | vic-flip.c | 244 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()
|