/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudio.c | 687 GstStructure *out_s; in gst_core_audio_probe_caps() local 689 out_s = gst_structure_copy (in_s); in gst_core_audio_probe_caps() 690 gst_structure_set (out_s, "channels", G_TYPE_INT, channels, NULL); in gst_core_audio_probe_caps() 693 gst_structure_set (out_s, in gst_core_audio_probe_caps() 697 gst_structure_remove_field (out_s, "channel-mask"); in gst_core_audio_probe_caps() 710 gst_structure_set (out_s, "rate", G_TYPE_INT, in gst_core_audio_probe_caps() 722 GstStructure *stereo = gst_structure_copy (out_s); in gst_core_audio_probe_caps() 723 gst_structure_remove_field (out_s, "channel-mask"); in gst_core_audio_probe_caps() 727 gst_caps_append_structure (caps, out_s); in gst_core_audio_probe_caps() 732 GstStructure *mono = gst_structure_copy (out_s); in gst_core_audio_probe_caps() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channel-mixer.c | 388 gint out_s[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local 402 out_s, &out_has_side, out_b, &out_has_bass); in gst_audio_channel_mixer_fill_others() 429 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_s, in gst_audio_channel_mixer_fill_others() 457 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_s, in gst_audio_channel_mixer_fill_others() 462 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_s, in gst_audio_channel_mixer_fill_others() 472 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_s, in gst_audio_channel_mixer_fill_others() 475 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_s, in gst_audio_channel_mixer_fill_others() 478 gst_audio_channel_mixer_fill_one_other (matrix, in_f, out_s, in gst_audio_channel_mixer_fill_others() 480 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_s, in gst_audio_channel_mixer_fill_others() 484 gst_audio_channel_mixer_fill_one_other (matrix, in_c, out_s, in gst_audio_channel_mixer_fill_others() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadeinterlace.c | 580 GstStructure *in_s, *out_s; in gst_va_deinterlace_fixate_caps() local 599 out_s = gst_caps_get_structure (othercaps, 0); in gst_va_deinterlace_fixate_caps() 606 gst_structure_set_value (out_s, "framerate", framerate); in gst_va_deinterlace_fixate_caps() 607 gst_structure_set (out_s, "interlace-mode", G_TYPE_STRING, "progressive", in gst_va_deinterlace_fixate_caps() 614 out_interlace_mode = gst_structure_get_string (out_s, "interlace-mode"); in gst_va_deinterlace_fixate_caps() 622 gst_structure_set (out_s, "interlace-mode", G_TYPE_STRING, "progressive", in gst_va_deinterlace_fixate_caps() 627 gst_structure_set (out_s, "framerate", GST_TYPE_FRACTION, fps_n, fps_d, in gst_va_deinterlace_fixate_caps() 634 gst_structure_set_value (out_s, "framerate", framerate); in gst_va_deinterlace_fixate_caps() 635 gst_structure_set (out_s, "interlace-mode", G_TYPE_STRING, in gst_va_deinterlace_fixate_caps()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.h | 326 struct crocus_resource **out_s) in crocus_get_depth_stencil_resources() argument 331 *out_s = (void *)res; in crocus_get_depth_stencil_resources() 337 *out_s = (void *) _crocus_resource_get_separate_stencil(res); in crocus_get_depth_stencil_resources() 340 *out_s = (void *) res; in crocus_get_depth_stencil_resources()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglupload.c | 321 GstStructure *out_s; in GST_START_TEST() local 355 out_s = gst_caps_get_structure (out_caps, 0); in GST_START_TEST() 356 fail_unless (gst_structure_has_field_typed (out_s, "texture-target", in GST_START_TEST() 376 out_s = gst_caps_get_structure (out_caps, 0); in GST_START_TEST() 377 fail_unless_equals_string (gst_structure_get_string (out_s, "texture-target"), in GST_START_TEST()
|
/third_party/flutter/skia/tests/ |
D | SkSLInterpreterTest.cpp | 92 float out_s[16], out_v[16]; in vec_test() local 93 memcpy(out_s, input, sizeof(out_s)); in vec_test() 98 SkAssertResult(byteCode->run(main, out_s + i * 4, nullptr, 1, nullptr, 0)); in vec_test() 103 if (memcmp(out_s, out_v, sizeof(out_s)) != 0) { in vec_test() 109 out_s[4*i + 0], out_s[4*i + 1], out_s[4*i + 2], out_s[4*i + 3]); in vec_test()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_resource.h | 166 struct zink_resource **out_s);
|
D | zink_resource.c | 1679 struct zink_resource **out_s) in zink_get_depth_stencil_resources() argument 1683 if (out_s) *out_s = NULL; in zink_get_depth_stencil_resources() 1689 if (out_s) *out_s = zink_resource(zink_resource_get_separate_stencil(res)); in zink_get_depth_stencil_resources() 1692 if (out_s) *out_s = zink_resource(res); in zink_get_depth_stencil_resources()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 470 GstStructure *in_s, *out_s; in verify_convert() local 476 out_s = gst_caps_get_structure (ccaps, 0); in verify_convert() 477 fail_unless (gst_structure_get_int (out_s, "channels", &out_chans)); in verify_convert() 481 if (!gst_structure_has_field (out_s, "channel-mask")) { in verify_convert() 483 gst_printerrln ("Out : %" GST_PTR_FORMAT, out_s); in verify_convert()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_resource.h | 331 struct iris_resource **out_s);
|
D | iris_resource.c | 376 struct iris_resource **out_s) in iris_get_depth_stencil_resources() argument 380 *out_s = NULL; in iris_get_depth_stencil_resources() 386 *out_s = (void *) iris_resource_get_separate_stencil(res); in iris_get_depth_stencil_resources() 389 *out_s = (void *) res; in iris_get_depth_stencil_resources()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfilter.c | 750 GstStructure *out_s = gst_caps_get_structure (outcaps, 0); in gst_gl_filter_set_caps() local 759 if (gst_structure_has_field_typed (out_s, "texture-target", G_TYPE_STRING)) in gst_gl_filter_set_caps() 761 gst_gl_texture_target_from_string (gst_structure_get_string (out_s, in gst_gl_filter_set_caps()
|
D | gstglviewconvert.c | 468 GstStructure *out_s = gst_caps_get_structure (out_caps, 0); in gst_gl_view_convert_set_caps() local 476 if (gst_structure_has_field_typed (out_s, "texture-target", G_TYPE_STRING)) { in gst_gl_view_convert_set_caps() 478 gst_gl_texture_target_from_string (gst_structure_get_string (out_s, in gst_gl_view_convert_set_caps()
|
D | gstglcolorconvert.c | 795 GstStructure *out_s = gst_caps_get_structure (out_caps, 0); in _gst_gl_color_convert_set_caps_unlocked() local 804 if (gst_structure_has_field_typed (out_s, "texture-target", G_TYPE_STRING)) in _gst_gl_color_convert_set_caps_unlocked() 806 gst_gl_texture_target_from_string (gst_structure_get_string (out_s, in _gst_gl_color_convert_set_caps_unlocked()
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 880 Py_ssize_t out_s; in test_long_as_size_t() local 894 out_s = PyLong_AsSsize_t(Py_None); in test_long_as_size_t() 895 if (out_s != (Py_ssize_t)-1 || !PyErr_Occurred()) in test_long_as_size_t()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 632 … ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
|
D | imgui.cpp | 1740 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument 1756 out_s = chroma / (r + 1e-20f); in ColorConvertRGBtoHSV()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 639 … ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
|
D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument 1794 out_s = chroma / (r + 1e-20f); in ColorConvertRGBtoHSV()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 882 … ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
|
D | imgui.cpp | 1861 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument 1877 out_s = chroma / (r + 1e-20f); in ColorConvertRGBtoHSV()
|