OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GstSbcParse
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluez/audio/
gstsbcparse.h
33
(G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SBC_PARSE,
GstSbcParse
))
41
typedef struct _GstSbcParse
GstSbcParse
;
gstsbcparse.c
32
#include "
gstsbcparse
.h"
37
GST_BOILERPLATE(
GstSbcParse
, gst_sbc_parse, GstElement, GST_TYPE_ELEMENT);
64
GstSbcParse
*parse = GST_SBC_PARSE(gst_pad_get_parent(pad));
136
GstSbcParse
*parse = GST_SBC_PARSE(element);
196
static void gst_sbc_parse_init(
GstSbcParse
*self, GstSbcParseClass *klass)
Completed in 529 milliseconds