/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channel-mixer.c | 387 gint in_s[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local 398 in_s, &in_has_side, in_b, &in_has_bass); 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() 442 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others() 447 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others() 487 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others() 490 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_r, in gst_audio_channel_mixer_fill_others() 493 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_f, in gst_audio_channel_mixer_fill_others() 495 gst_audio_channel_mixer_fill_one_other (matrix, in_s, out_r, 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() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudio.c | 677 GstStructure *in_s; in gst_core_audio_probe_caps() local 679 in_s = gst_caps_get_structure (in_caps, i); in gst_core_audio_probe_caps() 681 if (gst_structure_has_name (in_s, "audio/x-ac3") || in gst_core_audio_probe_caps() 682 gst_structure_has_name (in_s, "audio/x-dts")) { in gst_core_audio_probe_caps() 684 gst_caps_append_structure (caps, gst_structure_copy (in_s)); in gst_core_audio_probe_caps() 689 out_s = gst_structure_copy (in_s); in gst_core_audio_probe_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvadeinterlace.c | 580 GstStructure *in_s, *out_s; in gst_va_deinterlace_fixate_caps() local 596 in_s = gst_caps_get_structure (caps, 0); in gst_va_deinterlace_fixate_caps() 597 in_interlace_mode = gst_structure_get_string (in_s, "interlace-mode"); in gst_va_deinterlace_fixate_caps() 605 const GValue *framerate = gst_structure_get_value (in_s, "framerate"); in gst_va_deinterlace_fixate_caps() 625 if (gst_structure_get_fraction (in_s, "framerate", &fps_n, &fps_d)) { in gst_va_deinterlace_fixate_caps() 633 const GValue *framerate = gst_structure_get_value (in_s, "framerate"); in gst_va_deinterlace_fixate_caps()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 1303 GstStructure *in_s; in gst_ffmpegviddec_negotiate() local 1317 in_s = gst_caps_get_structure (ffmpegdec->input_state->caps, 0); in gst_ffmpegviddec_negotiate() 1323 } else if (!gst_structure_has_field (in_s, "interlace-mode")) { in gst_ffmpegviddec_negotiate() 1359 if (!gst_structure_has_field (in_s, "interlace-mode") in gst_ffmpegviddec_negotiate() 1369 if (!gst_structure_has_field (in_s, "chroma-site")) { in gst_ffmpegviddec_negotiate() 1388 if (!gst_structure_has_field (in_s, "colorimetry") in gst_ffmpegviddec_negotiate() 1394 if (!gst_structure_has_field (in_s, "colorimetry") in gst_ffmpegviddec_negotiate() 1400 if (!gst_structure_has_field (in_s, "colorimetry") in gst_ffmpegviddec_negotiate() 1406 if (!gst_structure_has_field (in_s, "colorimetry") in gst_ffmpegviddec_negotiate() 1464 if (!gst_structure_has_field (in_s, "mastering-display-info")) { in gst_ffmpegviddec_negotiate() [all …]
|
/third_party/gstreamer/gstplugins_good/sys/oss4/ |
D | oss4-audio.c | 452 const GstStructure *in_s; in gst_oss4_audio_detect_channels() local 454 in_s = gst_caps_get_structure (in_caps, i); in gst_oss4_audio_detect_channels() 460 s = gst_structure_copy (in_s); in gst_oss4_audio_detect_channels()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263ppay.c | 219 caps_append (GstCaps * caps, GstStructure * in_s, guint x, guint y, guint mpi) in caps_append() argument 223 if (!in_s) in caps_append() 229 s = gst_structure_copy (in_s); in caps_append()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglfilter.c | 749 GstStructure *in_s = gst_caps_get_structure (incaps, 0); in gst_gl_filter_set_caps() local 752 if (gst_structure_has_field_typed (in_s, "texture-target", G_TYPE_STRING)) in gst_gl_filter_set_caps() 754 gst_gl_texture_target_from_string (gst_structure_get_string (in_s, in gst_gl_filter_set_caps()
|
D | gstglviewconvert.c | 467 GstStructure *in_s = gst_caps_get_structure (in_caps, 0); in gst_gl_view_convert_set_caps() local 470 if (gst_structure_has_field_typed (in_s, "texture-target", G_TYPE_STRING)) { in gst_gl_view_convert_set_caps() 472 gst_gl_texture_target_from_string (gst_structure_get_string (in_s, in gst_gl_view_convert_set_caps()
|
D | gstglcolorconvert.c | 794 GstStructure *in_s = gst_caps_get_structure (in_caps, 0); in _gst_gl_color_convert_set_caps_unlocked() local 797 if (gst_structure_has_field_typed (in_s, "texture-target", G_TYPE_STRING)) in _gst_gl_color_convert_set_caps_unlocked() 799 gst_gl_texture_target_from_string (gst_structure_get_string (in_s, in _gst_gl_color_convert_set_caps_unlocked()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioconvert.c | 470 GstStructure *in_s, *out_s; in verify_convert() local 474 in_s = gst_caps_get_structure (incaps, 0); in verify_convert() 480 if (out_chans > 2 && gst_structure_has_field (in_s, "channel-mask")) { in verify_convert() 482 gst_printerrln ("In : %" GST_PTR_FORMAT, in_s); in verify_convert()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvdec.c | 360 GstStructure *in_s = NULL; in parser_sequence_callback() local 442 in_s = gst_caps_get_structure (nvdec->input_state->caps, 0); in parser_sequence_callback() 445 if (in_s && !gst_structure_has_field (in_s, "colorimetry")) { in parser_sequence_callback()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-sve-aarch64.cc | 2940 int in_s[] = {0, 1, 1, 0}; in TEST_SVE() local 2945 Initialise(&masm, p2.VnS(), in_s); in TEST_SVE() 2976 ASSERT_EQUAL_SVE(in_s, p2.VnS()); in TEST_SVE() 3281 int in_s[] = {0, 1, 1, 0}; in TEST_SVE() local 3286 Initialise(&masm, p2.VnS(), in_s); in TEST_SVE() 5067 unsigned in_s[] = {0x80018181, 0x7fff7f7f, 0x10001010, 0xaaaaaaaa, 0xf000f0f0}; in TEST_SVE() local 5081 IntArithHelper(config, fn, kSRegSize, in_s, in_s, add_exp_s); in TEST_SVE() 5094 IntArithHelper(config, fn, kSRegSize, in_s, in_s, sqadd_exp_s); in TEST_SVE() 5107 IntArithHelper(config, fn, kSRegSize, in_s, in_s, uqadd_exp_s); in TEST_SVE() 10831 int in_s[] = {0, -128, 127, INT32_MIN, INT32_MAX, 1, -1, 555555}; in TEST_SVE() local [all …]
|