Home
last modified time | relevance | path

Searched refs:dev_caps (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/audio/
Dgstavdtpsink.c163 if (self->dev_caps) { in gst_avdtp_sink_stop()
164 gst_caps_unref(self->dev_caps); in gst_avdtp_sink_stop()
165 self->dev_caps = NULL; in gst_avdtp_sink_stop()
749 if (self->dev_caps != NULL) in gst_avdtp_sink_update_caps()
750 gst_caps_unref(self->dev_caps); in gst_avdtp_sink_update_caps()
751 self->dev_caps = gst_caps_new_full(sbc_structure, NULL); in gst_avdtp_sink_update_caps()
753 gst_caps_append_structure(self->dev_caps, mpeg_structure); in gst_avdtp_sink_update_caps()
755 tmp = gst_caps_to_string(self->dev_caps); in gst_avdtp_sink_update_caps()
1249 self->dev_caps = NULL; in gst_avdtp_sink_init()
1362 if (sink->dev_caps == NULL) in gst_avdtp_sink_get_device_caps()
[all …]
Dgstavdtpsink.h67 GstCaps *dev_caps; member