Home
last modified time | relevance | path

Searched refs:outfmt (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/date_time/
Dstrings_from_facet.hpp46 string_type outfmt(short_fmt); in gather_month_strings() local
48 outfmt = long_fmt; in gather_month_strings()
53 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_month_strings()
99 string_type outfmt(short_fmt); in gather_weekday_strings() local
101 outfmt = long_fmt; in gather_weekday_strings()
106 const charT* p_outfmt = outfmt.c_str(), *p_outfmt_end = p_outfmt + outfmt.size(); in gather_weekday_strings()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dbenchmark-video-conversion.c49 GstVideoFormat infmt, outfmt; in do_benchmark_conversions() local
71 for (outfmt = GST_VIDEO_FORMAT_I420; outfmt < num_formats; outfmt++) { in do_benchmark_conversions()
79 outfmt_str = gst_video_format_to_string (outfmt); in do_benchmark_conversions()
84 gst_video_info_set_format (&outinfo, outfmt, width, height); in do_benchmark_conversions()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2137 GstVideoFormat outfmt; member
2236 res.outfmt = finfo->unpack_format; in GST_START_TEST()
2259 res.outfmt = format; in GST_START_TEST()
2288 gst_video_format_to_string (res->outfmt)); in GST_START_TEST()
2297 gst_video_format_to_string (res->outfmt)); in GST_START_TEST()
2447 GstVideoFormat infmt, outfmt; in run_video_color_convert() local
2465 for (outfmt = GST_VIDEO_FORMAT_I420; outfmt < num_formats; outfmt++) { in run_video_color_convert()
2471 if (!check_video_format_is_type (outfmt, out_type)) in run_video_color_convert()
2475 gst_video_format_to_string (outfmt), WIDTH, HEIGHT); in run_video_color_convert()
2477 fail_unless (gst_video_info_set_format (&outinfo, outfmt, WIDTH, HEIGHT)); in run_video_color_convert()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_scale.c488 enum AVPixelFormat outfmt = outlink->format; in config_props() local
512 if (outfmt == AV_PIX_FMT_PAL8) outfmt = AV_PIX_FMT_BGR8; in config_props()
513 scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL || in config_props()
514 av_pix_fmt_desc_get(outfmt)->flags & FF_PSEUDOPAL; in config_props()
545 av_opt_set_int(*s, "dst_format", outfmt, 0); in config_props()