HomeSort by relevance Sort by last modified time
    Searched full:sinkpad (Results 1 - 7 of 7) 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,
gsta2dpsink.c 223 /* we search for the capsfilter sinkpad */

Completed in 46 milliseconds