/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | amrparse.c | 63 static GstCaps *input_caps = NULL; variable 96 input_caps = gst_caps_from_string (SRC_CAPS_NB); in setup_amrnb() 97 g_assert (input_caps); in setup_amrnb() 98 ctx_input_caps = input_caps; in setup_amrnb() 107 input_caps = gst_caps_from_string (SRC_CAPS_WB); in setup_amrwb() 108 g_assert (input_caps); in setup_amrwb() 109 ctx_input_caps = input_caps; in setup_amrwb() 115 gst_caps_unref (input_caps); in teardown()
|
D | parser.c | 395 const gchar * input_caps, const gchar * output_caps) in gst_parser_test_output_caps() argument 400 if (input_caps) { in gst_parser_test_output_caps() 401 ptest.src_caps = gst_caps_from_string (input_caps); in gst_parser_test_output_caps() 420 const gchar * input_caps) in gst_parser_test_get_output_caps() argument 426 if (input_caps) { in gst_parser_test_get_output_caps() 427 ptest.src_caps = gst_caps_from_string (input_caps); in gst_parser_test_get_output_caps()
|
D | parser.h | 91 void gst_parser_test_output_caps (guint8 *data, guint size, const gchar * input_caps, 94 GstCaps *gst_parser_test_get_output_caps (guint8 *data, guint size, const gchar * input_caps);
|
D | deinterlace.c | 455 const gchar * input_caps, const gchar * filter_caps, in deinterlace_set_caps_with_filter_and_check_result() argument 494 caps = gst_caps_from_string (input_caps); in deinterlace_set_caps_with_filter_and_check_result()
|
/third_party/gstreamer/gstplugins_bad/ext/isac/ |
D | gstisacdec.c | 111 gst_isacdec_set_format (GstAudioDecoder * dec, GstCaps * input_caps) in gst_isacdec_set_format() argument 121 GST_DEBUG_OBJECT (self, "input caps: %" GST_PTR_FORMAT, input_caps); in gst_isacdec_set_format() 123 s = gst_caps_get_structure (input_caps, 0); in gst_isacdec_set_format() 129 input_caps); in gst_isacdec_set_format() 135 "'channels' missing in input caps: %" GST_PTR_FORMAT, input_caps); in gst_isacdec_set_format()
|
D | gstisacenc.c | 161 GstCaps *input_caps, *output_caps; in gst_isacenc_set_format() local 177 input_caps = gst_audio_info_to_caps (info); in gst_isacenc_set_format() 182 GST_DEBUG_OBJECT (self, "input caps: %" GST_PTR_FORMAT, input_caps); in gst_isacenc_set_format() 240 gst_caps_unref (input_caps); in gst_isacenc_set_format()
|
/third_party/gstreamer/gstplugins_good/ext/mpg123/ |
D | gstmpg123audiodec.c | 82 GstCaps * input_caps); 417 GstCaps *input_caps = in gst_mpg123_audio_dec_handle_frame() local 423 "Input caps: %" GST_PTR_FORMAT, input_caps) in gst_mpg123_audio_dec_handle_frame() 425 gst_caps_unref (input_caps); in gst_mpg123_audio_dec_handle_frame() 444 gst_mpg123_audio_dec_set_format (GstAudioDecoder * dec, GstCaps * input_caps) in gst_mpg123_audio_dec_set_format() argument 466 structure = gst_caps_get_structure (input_caps, 0); in gst_mpg123_audio_dec_set_format()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | parser.c | 398 const gchar * input_caps, const gchar * output_caps) in gst_parser_test_output_caps() argument 403 if (input_caps) { in gst_parser_test_output_caps() 404 ptest.src_caps = gst_caps_from_string (input_caps); in gst_parser_test_output_caps() 423 const gchar * input_caps) in gst_parser_test_get_output_caps() argument 429 if (input_caps) { in gst_parser_test_get_output_caps() 430 ptest.src_caps = gst_caps_from_string (input_caps); in gst_parser_test_get_output_caps()
|
D | parser.h | 122 void gst_parser_test_output_caps (const guint8 *data, guint size, const gchar * input_caps, 126 GstCaps *gst_parser_test_get_output_caps (const guint8 *data, guint size, const gchar * input_caps);
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglvideoflip.c | 231 gst_caps_replace (&flip->input_caps, NULL); in gst_gl_video_flip_finalize() 339 gst_caps_replace (&vf->input_caps, caps); in _set_active_method() 379 if (vf->input_caps) in gst_gl_video_flip_set_method() 380 _set_active_method (vf, method, vf->input_caps); in gst_gl_video_flip_set_method()
|
D | gstglvideoflip.h | 54 GstCaps *input_caps; member
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcaudiodec.h | 55 GstCaps *input_caps; member
|
D | gstamcaudiodec.c | 838 is_format_change |= (!self->input_caps in gst_amc_audio_dec_set_format() 839 || !gst_caps_is_equal (self->input_caps, caps)); in gst_amc_audio_dec_set_format()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.c | 160 GstCaps *input_caps; member 484 gst_caps_replace (&enc->priv->ctx.input_caps, NULL); in gst_audio_encoder_reset() 1450 if (enc->priv->ctx.input_caps in gst_audio_encoder_sink_setcaps() 1451 && gst_caps_is_equal (enc->priv->ctx.input_caps, caps)) in gst_audio_encoder_sink_setcaps() 1457 if (enc->priv->ctx.input_caps && gst_audio_info_is_equal (&state, &ctx->info)) in gst_audio_encoder_sink_setcaps() 1485 gst_caps_replace (&enc->priv->ctx.input_caps, caps); in gst_audio_encoder_sink_setcaps()
|
D | gstaudiodecoder.c | 159 GstCaps *input_caps; member 555 gst_caps_replace (&dec->priv->ctx.input_caps, NULL); in gst_audio_decoder_reset() 916 if (dec->priv->ctx.input_caps in gst_audio_decoder_sink_setcaps() 917 && gst_caps_is_equal (dec->priv->ctx.input_caps, caps)) { in gst_audio_decoder_sink_setcaps() 937 gst_caps_replace (&dec->priv->ctx.input_caps, caps); in gst_audio_decoder_sink_setcaps() 2096 if (G_UNLIKELY (dec->priv->ctx.input_caps == NULL && dec->priv->needs_format)) in gst_audio_decoder_chain() 2188 if (dec->priv->ctx.input_caps) { in gst_audio_decoder_negotiate_default_caps() 2189 GstCaps *sinkcaps = dec->priv->ctx.input_caps; in gst_audio_decoder_negotiate_default_caps()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | compositor.c | 481 run_late_caps_query_test (GstCaps * input_caps, GstCaps * output_allowed_caps, in run_late_caps_query_test() argument 526 fail_unless (gst_pad_push_event (srcpad1, gst_event_new_caps (input_caps))); in run_late_caps_query_test() 529 create_video_buffer (input_caps, 0)) == GST_FLOW_OK); in run_late_caps_query_test() 531 create_video_buffer (input_caps, 1)) == GST_FLOW_OK); in run_late_caps_query_test()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 74266 Unref allocator and input_caps in encoder context before memsetting the
|