Home
last modified time | relevance | path

Searched refs:fmt_str (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideoconvert.c74 const gchar *fmt_str; in check_pad_template() local
78 fmt_str = g_value_get_string (fmt_val); in check_pad_template()
79 GST_LOG ("format string: '%s'", fmt_str); in check_pad_template()
80 fmt = gst_video_format_from_string (fmt_str); in check_pad_template()
Dvideoscale.c75 const gchar *fmt_str; in check_pad_template() local
79 fmt_str = g_value_get_string (fmt_val); in check_pad_template()
80 GST_LOG ("format string: '%s'", fmt_str); in check_pad_template()
81 fmt = gst_video_format_from_string (fmt_str); in check_pad_template()
83 g_error ("Unknown raw format '%s' in pad template caps", fmt_str); in check_pad_template()
91 const gchar *fmt_str = gst_video_format_to_string ((GstVideoFormat) i); in check_pad_template() local
109 GST_FIXME ("FIXME: add %s support to videoscale", fmt_str); in check_pad_template()
129 GST_LOG ("Ignoring lack of support for format %s", fmt_str); in check_pad_template()
132 g_error ("videoscale doesn't support format '%s'", fmt_str); in check_pad_template()
/third_party/json/benchmarks/thirdparty/benchmark/tools/gbench/
Dreport.py32 def color_format(use_color, fmt_str, *args, **kwargs): argument
45 return fmt_str.format(*args, **kwargs)
119fmt_str = "{}{:<{}s}{endc}{}{:+16.4f}{endc}{}{:+16.4f}{endc}{:14.0f}{:14.0f}{endc}{:14.0f}{:14.0f}"
122 output_strs += [color_format(use_color, fmt_str,
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c363 const gchar *fmt_str = NULL; in gst_wasapi2_util_waveformatex_to_audio_format() local
398 fmt_str = gst_audio_format_to_string (fmt); in gst_wasapi2_util_waveformatex_to_audio_format()
400 return fmt_str; in gst_wasapi2_util_waveformatex_to_audio_format()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc578 std::string fmt_str = std::string(fmt) + f; in TestWithMultipleFormatsHelper() local
599 UntypedFormatSpecImpl format(fmt_str); in TestWithMultipleFormatsHelper()
602 StrAppend(&string_printf_result, fmt_str.c_str(), d, i); in TestWithMultipleFormatsHelper()
623 << fmt_str << " " << StrPrint("%.18g", d) << " " in TestWithMultipleFormatsHelper()
1111 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
1129 UntypedFormatSpecImpl format(fmt_str); in TEST_F()
1141 ASSERT_EQ(StrPrint(fmt_str.c_str(), d), result) in TEST_F()
1142 << fmt_str << " " << StrPrint("%.18Lg", d) << " " in TEST_F()
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc560 std::string fmt_str = std::string(fmt) + f; in TestWithMultipleFormatsHelper() local
581 UntypedFormatSpecImpl format(fmt_str); in TestWithMultipleFormatsHelper()
584 StrAppend(&string_printf_result, fmt_str.c_str(), d, i); in TestWithMultipleFormatsHelper()
596 << fmt_str << " " << StrPrint("%.18g", d) << " " in TestWithMultipleFormatsHelper()
1104 std::string fmt_str = std::string(fmt) + 'L' + f; in TEST_F() local
1122 UntypedFormatSpecImpl format(fmt_str); in TEST_F()
1126 ASSERT_EQ(StrPrint(fmt_str.c_str(), d), FormatPack(format, {&arg, 1})) in TEST_F()
1127 << fmt_str << " " << StrPrint("%.18Lg", d) << " " in TEST_F()
/third_party/grpc/bazel/
Dprotobuf.bzl46 def proto_path_to_generated_filename(proto_path, fmt_str):
54 fmt_str: A format string used to calculate the generated filename. For
60 return fmt_str.format(_strip_proto_extension(proto_path))
/third_party/node/tools/gyp/
Dtest_gyp.py180 self.fmt_str = "[%%%dd/%%%dd] (%%s) %%s" % (num_digits, num_digits)
203 msg = self.fmt_str % (i, self.num_tests, fmt, test)
/third_party/benchmark/tools/gbench/
Dreport.py47 def color_format(use_color, fmt_str, *args, **kwargs): argument
60 return fmt_str.format(*args, **kwargs)
350fmt_str = "{}{:<{}s}{endc}{}{:+16.4f}{endc}{}{:+16.4f}{endc}{:14.0f}{:14.0f}{endc}{:14.0f}{:14.0f}"
357 fmt_str,
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c1055 char fmt_str[30] = "%"; in func_eval_expr_int_format() local
1098 av_strlcatf(fmt_str, sizeof(fmt_str), "0%u", positions); in func_eval_expr_int_format()
1099 av_strlcatf(fmt_str, sizeof(fmt_str), "%c", argv[1][0]); in func_eval_expr_int_format()
1102 res, argv[0], fmt_str); in func_eval_expr_int_format()
1104 av_bprintf(bp, fmt_str, intval); in func_eval_expr_int_format()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c654 const gchar *fmt_str = NULL; in gst_waveformatex_to_audio_format() local
681 fmt_str = gst_audio_format_to_string (fmt); in gst_waveformatex_to_audio_format()
683 return fmt_str; in gst_waveformatex_to_audio_format()
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c1262 const char *fmt_str; in cond_expr_to_cil() local
1311 fmt_str = "(%s %s)"; in cond_expr_to_cil()
1315 fmt_str = "(%s %s %s)"; in cond_expr_to_cil()
1340 rlen = snprintf(new_val, len, fmt_str, op, val1, val2); in cond_expr_to_cil()
1714 const char *fmt_str; in constraint_expr_to_string() local
1852 fmt_str = "(%s %s)"; in constraint_expr_to_string()
1856 fmt_str = "(%s %s %s)"; in constraint_expr_to_string()
1881 rlen = snprintf(new_val, len, fmt_str, op, val1, val2); in constraint_expr_to_string()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c2382 gchar const *fmt_str = in gst_nonstream_audio_decoder_get_downstream_info() local
2384 if (fmt_str in gst_nonstream_audio_decoder_get_downstream_info()
2386 gst_audio_format_from_string (fmt_str)) != in gst_nonstream_audio_decoder_get_downstream_info()
2388 GST_DEBUG_OBJECT (dec, "found fixated format: %s", fmt_str); in gst_nonstream_audio_decoder_get_downstream_info()
/third_party/grpc/src/core/lib/iomgr/
Derror.cc633 static char* fmt_str(const grpc_slice& slice) { in fmt_str() function
648 fmt_str(*reinterpret_cast<grpc_slice*>(err->arena + slot))); in collect_strs_kvs()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp876 const gchar *fmt_str; in gst_asio_object_create_caps_from_channel_info() local
887 fmt_str = gst_audio_format_to_string (fmt); in gst_asio_object_create_caps_from_channel_info()
891 caps_str += "format = (string) " + std::string (fmt_str) + ", "; in gst_asio_object_create_caps_from_channel_info()
/third_party/ffmpeg/fftools/
Dcmdutils.c1810 char fmt_str[128]; in show_sample_fmts() local
1812 printf("%s\n", av_get_sample_fmt_string(fmt_str, sizeof(fmt_str), i)); in show_sample_fmts()
/third_party/quickjs/
Dquickjs-libc.c152 const char *fmt_str; in js_printf_internal() local
168 fmt_str = JS_ToCStringLen(ctx, &fmt_len, argv[0]); in js_printf_internal()
169 if (!fmt_str) in js_printf_internal()
173 fmt = (const uint8_t *)fmt_str; in js_printf_internal()
341 JS_FreeCString(ctx, fmt_str); in js_printf_internal()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c396 const gchar *fmt_str; in GST_START_TEST() local
400 fmt_str = g_value_get_string (list_val); in GST_START_TEST()
401 GST_INFO ("format: %s", fmt_str); in GST_START_TEST()
402 fail_if (gst_video_format_from_string (fmt_str) == in GST_START_TEST()
/third_party/python/Lib/test/
Dtest_builtin.py1807 def __format__(self, fmt_str): argument
1808 return format('', fmt_str)