Searched refs:prevcaps (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtdec.c | 317 GstCaps *peercaps = NULL, *caps = NULL, *templcaps = NULL, *prevcaps = NULL; in gst_vtdec_negotiate() local 333 prevcaps = gst_caps_ref (output_state->caps); in gst_vtdec_negotiate() 338 if (prevcaps && gst_caps_can_intersect (prevcaps, peercaps)) { in gst_vtdec_negotiate() 346 caps = gst_caps_ref (prevcaps); in gst_vtdec_negotiate() 411 if (!prevcaps || !gst_caps_is_equal (prevcaps, output_state->caps)) { in gst_vtdec_negotiate() 416 GST_PTR_FORMAT, output_state->caps, prevcaps); in gst_vtdec_negotiate() 514 if (prevcaps) in gst_vtdec_negotiate() 515 gst_caps_unref (prevcaps); in gst_vtdec_negotiate()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudioencoder.c | 2740 GstCaps *caps, *prevcaps; in gst_audio_encoder_negotiate_default() local 2774 prevcaps = gst_pad_get_current_caps (enc->srcpad); in gst_audio_encoder_negotiate_default() 2775 if (!prevcaps || !gst_caps_is_equal (prevcaps, caps)) in gst_audio_encoder_negotiate_default() 2777 if (prevcaps) in gst_audio_encoder_negotiate_default() 2778 gst_caps_unref (prevcaps); in gst_audio_encoder_negotiate_default()
|
D | gstaudiodecoder.c | 677 GstCaps *prevcaps; in gst_audio_decoder_negotiate_default() local 715 prevcaps = gst_pad_get_current_caps (dec->srcpad); in gst_audio_decoder_negotiate_default() 716 if (!prevcaps || !gst_caps_is_equal (prevcaps, caps)) in gst_audio_decoder_negotiate_default() 718 if (prevcaps) in gst_audio_decoder_negotiate_default() 719 gst_caps_unref (prevcaps); in gst_audio_decoder_negotiate_default()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoencoder.c | 1835 GstCaps *prevcaps; in gst_video_encoder_negotiate_default() local 1949 prevcaps = gst_pad_get_current_caps (encoder->srcpad); in gst_video_encoder_negotiate_default() 1950 if (!prevcaps || !gst_caps_is_equal (prevcaps, state->caps)) in gst_video_encoder_negotiate_default() 1954 if (prevcaps) in gst_video_encoder_negotiate_default() 1955 gst_caps_unref (prevcaps); in gst_video_encoder_negotiate_default()
|
D | gstvideodecoder.c | 4578 GstCaps *prevcaps; in gst_video_decoder_negotiate_default() local 4665 prevcaps = gst_pad_get_current_caps (decoder->srcpad); in gst_video_decoder_negotiate_default() 4666 if (!prevcaps || !gst_caps_is_equal (prevcaps, state->caps)) { in gst_video_decoder_negotiate_default() 4667 if (!prevcaps) { in gst_video_decoder_negotiate_default() 4676 if (prevcaps) in gst_video_decoder_negotiate_default() 4677 gst_caps_unref (prevcaps); in gst_video_decoder_negotiate_default()
|