Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/icles/
Dbenchmark-video-conversion.c49 GstVideoFormat infmt, outfmt; in do_benchmark_conversions() local
57 for (infmt = GST_VIDEO_FORMAT_I420; infmt < num_formats; infmt++) { in do_benchmark_conversions()
62 infmt_str = gst_video_format_to_string (infmt); in do_benchmark_conversions()
66 gst_video_info_set_format (&ininfo, infmt, width, height); in do_benchmark_conversions()
/third_party/ffmpeg/libavformat/
Dsapdec.c70 ff_const59 AVInputFormat* infmt; in sap_read_header() local
155 infmt = av_find_input_format("sdp"); in sap_read_header()
156 if (!infmt) in sap_read_header()
170 ret = avformat_open_input(&sap->sdp_ctx, "temp.sdp", infmt, NULL); in sap_read_header()
/third_party/ffmpeg/tools/python/
Dconvert.py52 if args.infmt == 'tensorflow':
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2136 GstVideoFormat infmt; member
2235 res.infmt = format; in GST_START_TEST()
2260 res.infmt = finfo->unpack_format; in GST_START_TEST()
2287 gst_video_format_to_string (res->infmt), in GST_START_TEST()
2296 gst_video_format_to_string (res->infmt), in GST_START_TEST()
2522 GstVideoFormat infmt, outfmt; in run_video_color_convert() local
2527 for (infmt = GST_VIDEO_FORMAT_I420; infmt < num_formats; infmt++) { in run_video_color_convert()
2532 if (!check_video_format_is_type (infmt, in_type)) in run_video_color_convert()
2535 fail_unless (gst_video_info_set_format (&ininfo, infmt, WIDTH, HEIGHT)); in run_video_color_convert()
2549 GST_LOG ("%s -> %s @ %ux%u", gst_video_format_to_string (infmt), in run_video_color_convert()
[all …]