OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sinkpad
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluez/audio/
gstsbcdec.h
47
GstPad *
sinkpad
;
member in struct:_GstSbcDec
gstsbcenc.h
48
GstPad *
sinkpad
;
member in struct:_GstSbcEnc
gstsbcparse.h
47
GstPad *
sinkpad
;
member in struct:_GstSbcParse
gstsbcdec.c
204
self->
sinkpad
= gst_pad_new_from_static_template(
206
gst_pad_set_chain_function(self->
sinkpad
, GST_DEBUG_FUNCPTR(
208
gst_element_add_pad(GST_ELEMENT(self), self->
sinkpad
);
gstsbcparse.c
198
self->
sinkpad
= gst_pad_new_from_static_template(
200
gst_pad_set_chain_function(self->
sinkpad
,
202
gst_element_add_pad(GST_ELEMENT(self), self->
sinkpad
);
gstsbcenc.c
566
self->
sinkpad
= gst_pad_new_from_static_template(
568
gst_pad_set_setcaps_function(self->
sinkpad
,
570
gst_element_add_pad(GST_ELEMENT(self), self->
sinkpad
);
580
gst_pad_set_chain_function(self->
sinkpad
,
Completed in 33 milliseconds