Home
last modified time | relevance | path

Searched refs:format_1 (Results 1 – 25 of 108) sorted by relevance

12345

/dports/multimedia/gmerlin/gmerlin-1.2.0/tests/
H A Dgmerlin_psnr.c30 gavl_video_format_t format_1; in main() local
42 memset(&format_1, 0, sizeof(format_1)); in main()
78 if((format_1.image_width != format_2.image_width) || in main()
79 (format_1.image_height != format_2.image_height) || in main()
80 (format_1.pixelformat != format_2.pixelformat)) in main()
94 if(gavl_pixelformat_is_gray(format_1.pixelformat)) in main()
98 else if(gavl_pixelformat_is_yuv(format_1.pixelformat)) in main()
102 else if(gavl_pixelformat_is_rgb(format_1.pixelformat)) in main()
106 if(gavl_pixelformat_has_alpha(format_1.pixelformat)) in main()
113 if(gavl_pixelformat_is_gray(format_1.pixelformat)) in main()
[all …]
H A Dgmerlin_imgdiff.c29 gavl_video_format_t format_1; in main() local
41 memset(&format_1, 0, sizeof(format_1)); in main()
62 bg_plugin_registry_load_image(plugin_reg, argv[1], &format_1, NULL); in main()
77 if((format_1.image_width != format_2.image_width) || in main()
78 (format_1.image_height != format_2.image_height) || in main()
79 (format_1.pixelformat != format_2.pixelformat)) in main()
86 gavl_video_format_dump(&format_1); in main()
88 frame_3 = gavl_video_frame_create(&format_1); in main()
93 &format_1); in main()
98 &format_1, NULL); in main()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
64 format_1(Node, Ctxt1)
90 format_1(#k_nil{}, _Ctxt) -> "[]"; function
91 format_1(#k_var{name=V}, _Ctxt) -> function
100 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
103 format_1(#k_tuple{es=Es}, Ctxt) -> function
121 " | ",format_1(Var, Ctxt),
127 " | ",format_1(Var, Ctxt),
132 format_1(#k_binary{segs=S}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
121 format_1(#c_literal{val=[]}, _) -> "[]"; function
125 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
144 format_1(#c_var{name={I,A}}, _) -> function
146 format_1(#c_var{name=V}, _) -> function
182 format_1(#c_tuple{es=Es}, Ctxt) -> function
203 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
206 format_1(#c_values{es=Es}, Ctxt) -> function
252 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
64 format_1(Node, Ctxt1)
90 format_1(#k_nil{}, _Ctxt) -> "[]"; function
91 format_1(#k_var{name=V}, _Ctxt) -> function
100 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
103 format_1(#k_tuple{es=Es}, Ctxt) -> function
121 " | ",format_1(Var, Ctxt),
127 " | ",format_1(Var, Ctxt),
132 format_1(#k_binary{segs=S}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
121 format_1(#c_literal{val=[]}, _) -> "[]"; function
125 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
144 format_1(#c_var{name={I,A}}, _) -> function
146 format_1(#c_var{name=V}, _) -> function
182 format_1(#c_tuple{es=Es}, Ctxt) -> function
203 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
206 format_1(#c_values{es=Es}, Ctxt) -> function
252 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
61 format_1(Node, Ctxt);
64 format_1(Node, Ctxt1)
87 format_1(#k_var{name=V}, _Ctxt) -> function
96 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
99 format_1(#k_tuple{es=Es}, Ctxt) -> function
117 " | ",format_1(Var, Ctxt),
123 " | ",format_1(Var, Ctxt),
128 format_1(#k_binary{segs=S}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
125 format_1(#c_literal{val=[]}, _) -> "[]"; function
129 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
148 format_1(#c_var{name={I,A}}, _) -> function
150 format_1(#c_var{name=V}, _) -> function
186 format_1(#c_tuple{es=Es}, Ctxt) -> function
207 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
210 format_1(#c_values{es=Es}, Ctxt) -> function
256 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
61 format_1(Node, Ctxt);
64 format_1(Node, Ctxt1)
87 format_1(#k_var{name=V}, _Ctxt) -> function
96 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
99 format_1(#k_tuple{es=Es}, Ctxt) -> function
117 " | ",format_1(Var, Ctxt),
123 " | ",format_1(Var, Ctxt),
128 format_1(#k_binary{segs=S}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
125 format_1(#c_literal{val=[]}, _) -> "[]"; function
129 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
148 format_1(#c_var{name={I,A}}, _) -> function
150 format_1(#c_var{name=V}, _) -> function
186 format_1(#c_tuple{es=Es}, Ctxt) -> function
207 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
210 format_1(#c_values{es=Es}, Ctxt) -> function
256 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
61 format_1(Node, Ctxt);
64 format_1(Node, Ctxt1)
87 format_1(#k_var{name=V}, _Ctxt) -> function
96 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
99 format_1(#k_tuple{es=Es}, Ctxt) -> function
117 " | ",format_1(Var, Ctxt),
123 " | ",format_1(Var, Ctxt),
128 format_1(#k_binary{segs=S}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
125 format_1(#c_literal{val=[]}, _) -> "[]"; function
129 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
148 format_1(#c_var{name={I,A}}, _) -> function
150 format_1(#c_var{name=V}, _) -> function
186 format_1(#c_tuple{es=Es}, Ctxt) -> function
207 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
210 format_1(#c_values{es=Es}, Ctxt) -> function
256 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
61 format_1(Node, Ctxt);
64 format_1(Node, Ctxt1)
87 format_1(#k_var{name=V}, _Ctxt) -> function
96 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
99 format_1(#k_tuple{es=Es}, Ctxt) -> function
117 " | ",format_1(Var, Ctxt),
123 " | ",format_1(Var, Ctxt),
128 format_1(#k_binary{segs=S}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
125 format_1(#c_literal{val=[]}, _) -> "[]"; function
129 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
148 format_1(#c_var{name={I,A}}, _) -> function
150 format_1(#c_var{name=V}, _) -> function
186 format_1(#c_tuple{es=Es}, Ctxt) -> function
207 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
210 format_1(#c_values{es=Es}, Ctxt) -> function
256 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/multimedia/gavl/gavl-1.4.0/src/
H A Dscale_time.c47 gavl_video_format_t format, format_1; in main() local
60 memset(&format_1, 0, sizeof(format_1)); in main()
87 format_1.image_width = dst_rect.w + dst_rect.x; in main()
88 format_1.image_height = dst_rect.h + dst_rect.y; in main()
90 format_1.frame_width = dst_rect.w + dst_rect.x; in main()
91 format_1.frame_height = dst_rect.h + dst_rect.y; in main()
93 format_1.pixel_width = 1; in main()
94 format_1.pixel_height = 1; in main()
97 format_1.pixelformat = csp; in main()
100 frame_1 = gavl_video_frame_create(&format_1); in main()
[all …]
H A Dscaletest.c33 gavl_video_format_t format, format_1; variable
75 gavl_video_format_t format_1; in write_png() local
84 gavl_video_format_copy(&format_1, format); in write_png()
88 format_1.pixelformat = GAVL_RGBA_32; in write_png()
93 format_1.pixelformat = GAVL_RGB_24; in write_png()
96 frame_1 = gavl_video_frame_create(&format_1); in write_png()
165 gavl_video_format_t format_1; in read_png() local
280 gavl_video_format_copy(&format_1, format); in read_png()
281 format_1.pixelformat = pixelformat; in read_png()
327 gavl_video_frame_clear(frame_1, &format_1); in do_scale()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dv3_kernel_pp.erl57 format_1(Node, Ctxt);
59 format_1(Node, Ctxt);
62 format_1(Node, Ctxt1)
85 format_1(#k_var{name=V}, _Ctxt) -> function
94 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
97 format_1(#k_tuple{es=Es}, Ctxt) -> function
115 " | ",format_1(Var, Ctxt),
121 " | ",format_1(Var, Ctxt),
126 format_1(#k_binary{segs=S}, Ctxt) -> function
292 format_1(#k_break{args=As}, Ctxt) -> function
[all …]
H A Dcore_pp.erl93 format_1(#c_literal{val=Val}, Ctxt);
95 format_1(#c_literal{val=Val}, Ctxt).
121 format_1(#c_literal{val=[]}, _) -> "[]"; function
125 format_1(#c_literal{val=[H|T]}, Ctxt) -> function
144 format_1(#c_var{name={I,A}}, _) -> function
146 format_1(#c_var{name=V}, _) -> function
182 format_1(#c_tuple{es=Es}, Ctxt) -> function
203 format_1(#c_cons{hd=H,tl=T}, Ctxt) -> function
206 format_1(#c_values{es=Es}, Ctxt) -> function
252 format_1(#c_seq{arg=A,body=B}, Ctxt) -> function
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dv3_kernel_pp.erl52 format_1(Node, Ctxt);
71 format_1(#k_nil{}, _Ctxt) -> "[]"; function
73 format_1(#k_var{name=V}, _Ctxt) -> function
82 format_1(#k_cons{hd=H,tl=T}, Ctxt) -> function
85 format_1(#k_tuple{es=Es}, Ctxt) -> function
90 format_1(#k_binary{segs=S}, Ctxt) -> function
92 format_1(#k_bin_seg{}=S, Ctxt) -> function
103 format_1(#k_seq{arg=A,body=B}, Ctxt) -> function
234 format_1(#k_break{args=As}, Ctxt) -> function
239 format_1(#k_return{args=As}, Ctxt) -> function
[all …]

12345