Searched refs:cfmt (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | stw_pixelformat.c | 242 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/ |
D | v4l2_m2m.c | 140 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/ |
D | pcm_plug.c | 497 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/ |
D | audio_mix.c | 99 #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/ |
D | osr_dragdrop_win.cc | 458 UINT cfmt, in CreateEnumFormatEtc() argument 461 if (cfmt == 0 || afmt == 0 || ppEnumFormatEtc == 0) in CreateEnumFormatEtc() 464 *ppEnumFormatEtc = new DragEnumFormatEtc(afmt, cfmt); in CreateEnumFormatEtc()
|
D | osr_dragdrop_win.h | 115 static HRESULT CreateEnumFormatEtc(UINT cfmt,
|
/third_party/python/Lib/test/ |
D | test_types.py | 417 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/ |
D | NumberFormatTest.java | 3693 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/ |
D | NumberFormatTest.java | 3690 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()
|