Home
last modified time | relevance | path

Searched refs:out_s (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudio.c687 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/
Daudio-channel-mixer.c388 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/
Dgstvadeinterlace.c580 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/
Dcrocus_resource.h326 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/
Dgstglupload.c321 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/
DSkSLInterpreterTest.cpp92 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/
Dzink_resource.h166 struct zink_resource **out_s);
Dzink_resource.c1679 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/
Daudioconvert.c470 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/
Diris_resource.h331 struct iris_resource **out_s);
Diris_resource.c376 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/
Dgstglfilter.c750 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()
Dgstglviewconvert.c468 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()
Dgstglcolorconvert.c795 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.c880 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/
Dimgui.h632 … ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
Dimgui.cpp1740 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/
Dimgui.h639 … ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
Dimgui.cpp1778 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/
Dimgui.h882 … ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_v);
Dimgui.cpp1861 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()