Home
last modified time | relevance | path

Searched refs:cfmt (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_pixelformat.c242 unsigned cfmt, ms, db, ds, acc, f; in add_color_format_variants() local
280 for (cfmt = 0; cfmt < num_color_formats; cfmt++) { in add_color_format_variants()
281 if (!screen->is_format_supported(screen, color_formats[cfmt].format, in add_color_format_variants()
305 stw_pixelformat_add(stw_dev, extended, &color_formats[cfmt], in add_color_format_variants()
/third_party/ffmpeg/libavcodec/
Dv4l2_m2m.c140 struct v4l2_format ofmt, cfmt; in v4l2_configure_contexts() local
151 cfmt = s->capture.format; in v4l2_configure_contexts()
156 av_fourcc2str(V4L2_TYPE_IS_MULTIPLANAR(cfmt.type) ? in v4l2_configure_contexts()
157 cfmt.fmt.pix_mp.pixelformat : in v4l2_configure_contexts()
158 cfmt.fmt.pix.pixelformat)); in v4l2_configure_contexts()
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c497 snd_pcm_format_t cfmt; in snd_pcm_plug_change_format() local
513 cfmt = clt->format; in snd_pcm_plug_change_format()
543 cfmt = clt->format; in snd_pcm_plug_change_format()
547 cfmt = SND_PCM_FORMAT_S16; in snd_pcm_plug_change_format()
574 cfmt = clt->format; in snd_pcm_plug_change_format()
576 cfmt = SND_PCM_FORMAT_S16; in snd_pcm_plug_change_format()
582 slv->format = cfmt; in snd_pcm_plug_change_format()
/third_party/ffmpeg/libavresample/
Daudio_mix.c99 #define MIX_FUNC_NAME(fmt, cfmt) mix_any_ ## fmt ##_## cfmt ##_c argument
101 #define MIX_FUNC_GENERIC(fmt, cfmt, stype, ctype, sumtype, expr) \ argument
102 static void MIX_FUNC_NAME(fmt, cfmt)(stype **samples, ctype **matrix, \
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc458 UINT cfmt, in CreateEnumFormatEtc() argument
461 if (cfmt == 0 || afmt == 0 || ppEnumFormatEtc == 0) in CreateEnumFormatEtc()
464 *ppEnumFormatEtc = new DragEnumFormatEtc(afmt, cfmt); in CreateEnumFormatEtc()
Dosr_dragdrop_win.h115 static HRESULT CreateEnumFormatEtc(UINT cfmt,
/third_party/python/Lib/test/
Dtest_types.py417 cfmt = "^20n"
421 self.assertEqual(len(format(0, cfmt)), len(format(x, cfmt)))
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java3693 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3694 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3697 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3698 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java3690 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits() local
3691 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3694 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3695 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()