Home
last modified time | relevance | path

Searched refs:GST_OPUS_ENC (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.c363 enc = GST_OPUS_ENC (object); in gst_opus_enc_finalize()
399 GstOpusEnc *enc = GST_OPUS_ENC (benc); in gst_opus_enc_start()
411 GstOpusEnc *enc = GST_OPUS_ENC (benc); in gst_opus_enc_stop()
669 enc = GST_OPUS_ENC (benc); in gst_opus_enc_set_format()
793 enc = GST_OPUS_ENC (benc); in gst_opus_enc_sink_event()
915 enc = GST_OPUS_ENC (benc); in gst_opus_enc_sink_getcaps()
1097 enc = GST_OPUS_ENC (benc); in gst_opus_enc_handle_frame()
1113 enc = GST_OPUS_ENC (object); in gst_opus_enc_get_property()
1162 enc = GST_OPUS_ENC (object); in gst_opus_enc_set_property()
Dgstopusenc.h36 #define GST_OPUS_ENC(obj) \ macro