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

  /external/bluetooth/bluez/audio/
gstavdtpsink.h 68 GstCaps *dev_caps; member in struct:_GstAvdtpSink
gstavdtpsink.c 196 if (self->dev_caps) {
197 gst_caps_unref(self->dev_caps);
198 self->dev_caps = NULL;
1096 if (self->dev_caps != NULL)
1097 gst_caps_unref(self->dev_caps);
1099 self->dev_caps = gst_caps_new_full(structure, NULL);
1101 tmp = gst_caps_to_string(self->dev_caps);
1127 if (self->dev_caps != NULL)
1128 gst_caps_unref(self->dev_caps);
1129 self->dev_caps = gst_caps_new_full(sbc_structure, NULL)
    [all...]

Completed in 587 milliseconds