Home
last modified time | relevance | path

Searched refs:cfmt (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m.c139 struct v4l2_format ofmt, cfmt; in v4l2_configure_contexts() local
150 cfmt = s->capture.format; in v4l2_configure_contexts()
155 av_fourcc2str(V4L2_TYPE_IS_MULTIPLANAR(cfmt.type) ? in v4l2_configure_contexts()
156 cfmt.fmt.pix_mp.pixelformat : in v4l2_configure_contexts()
157 cfmt.fmt.pix.pixelformat)); in v4l2_configure_contexts()
/third_party/mesa3d/src/gallium/frontends/wgl/
H A 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/alsa-lib/src/pcm/
H A Dpcm_plug.c514 snd_pcm_format_t cfmt; in snd_pcm_plug_change_format() local
530 cfmt = clt->format; in snd_pcm_plug_change_format()
566 cfmt = clt->format; in snd_pcm_plug_change_format()
570 cfmt = SND_PCM_FORMAT_S16; in snd_pcm_plug_change_format()
603 cfmt = clt->format; in snd_pcm_plug_change_format()
605 cfmt = SND_PCM_FORMAT_S16; in snd_pcm_plug_change_format()
611 slv->format = cfmt; in snd_pcm_plug_change_format()
/third_party/ffmpeg/libavresample/
H A Daudio_mix.c99 #define MIX_FUNC_NAME(fmt, cfmt) mix_any_ ## fmt ##_## cfmt ##_c
101 #define MIX_FUNC_GENERIC(fmt, cfmt, stype, ctype, sumtype, expr) \
102 static void MIX_FUNC_NAME(fmt, cfmt)(stype **samples, ctype **matrix, \
/third_party/python/Lib/test/
H A 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/
H A DNumberFormatTest.java3693 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits()
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/
H A DNumberFormatTest.java3690 NumberFormat cfmt = NumberFormat.getCurrencyInstance(new ULocale("ja_JP")); in TestCurrencyFractionDigits()
3691 String text1 = cfmt.format(value); in TestCurrencyFractionDigits()
3694 cfmt.setCurrency(cfmt.getCurrency()); in TestCurrencyFractionDigits()
3695 String text2 = cfmt.format(value); in TestCurrencyFractionDigits()

Completed in 24 milliseconds