Home
last modified time | relevance | path

Searched refs:out_c (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_extensions_gen.py197 extensions, out_c, out_h): argument
218 if out_c:
219 with open(out_c, 'w') as f:
239 extensions, args.out_c, args.out_h)
Dvk_dispatch_trampolines_gen.py174 if args.out_c:
175 with open(args.out_c, 'w') as f:
Dvk_entrypoints_gen.py224 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h)
245 with open(args.out_c, 'w', encoding='utf-8') as f:
Dvk_dispatch_table_gen.py709 if args.out_c:
710 with open(args.out_c, 'w') as f:
Dvk_cmd_queue_gen.py563 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h)
589 with open(args.out_c, 'wb') as f:
/third_party/unity/auto/
Dcolour_prompt.rb99 def out_c(mode, colour, str) method in ColourCommandLine
114 ColourCommandLine.new.out_c(:puts, role, str)
118 ColourCommandLine.new.out_c(:print, role, str)
/third_party/cJSON/tests/unity/auto/
Dcolour_prompt.rb98 def out_c(mode, colour, str) method in ColourCommandLine
113 ColourCommandLine.new.out_c(:puts, role, str)
117 ColourCommandLine.new.out_c(:print, role, str)
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channel-mixer.c382 gint out_c[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local
401 out_c, &out_has_center, out_r, &out_has_rear, in gst_audio_channel_mixer_fill_others()
416 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_c, in gst_audio_channel_mixer_fill_others()
419 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_c, in gst_audio_channel_mixer_fill_others()
423 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_c, in gst_audio_channel_mixer_fill_others()
455 in_f, out_c, RATIO_CENTER_FRONT); in gst_audio_channel_mixer_fill_others()
460 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_c, in gst_audio_channel_mixer_fill_others()
499 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_c, in gst_audio_channel_mixer_fill_others()
522 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_c, in gst_audio_channel_mixer_fill_others()
529 gst_audio_channel_mixer_fill_one_other (matrix, in_b, out_c, in gst_audio_channel_mixer_fill_others()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/
Dgreedyh.c198 guint8 out_l, out_c; in greedyh_scanline_C_yuy2() local
300 out_c = CLAMP (best_c, min_c, max_c); in greedyh_scanline_C_yuy2()
318 Dest[1] = out_c; in greedyh_scanline_C_yuy2()
342 guint8 out_l, out_c; in greedyh_scanline_C_uyvy() local
444 out_c = CLAMP (best_c, min_c, max_c); in greedyh_scanline_C_uyvy()
462 Dest[0] = out_c; in greedyh_scanline_C_uyvy()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device_features.py234 with open(args.out_c, 'wb') as f: