HomeSort by relevance Sort by last modified time
    Searched refs:dev_caps (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
gstavdtpsink.h 67 GstCaps *dev_caps; member in struct:_GstAvdtpSink
gstavdtpsink.c 162 if (self->dev_caps) {
163 gst_caps_unref(self->dev_caps);
164 self->dev_caps = NULL;
748 if (self->dev_caps != NULL)
749 gst_caps_unref(self->dev_caps);
750 self->dev_caps = gst_caps_new_full(sbc_structure, NULL);
752 gst_caps_append_structure(self->dev_caps, mpeg_structure);
754 tmp = gst_caps_to_string(self->dev_caps);
1247 self->dev_caps = NULL;
    [all...]

Completed in 30 milliseconds