Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpenc.c183 GstWebpEnc *enc = GST_WEBP_ENC (encoder); in gst_webp_enc_set_format()
256 GstWebpEnc *enc = GST_WEBP_ENC (encoder); in gst_webp_enc_handle_frame()
329 GstWebpEnc *webpenc = GST_WEBP_ENC (object); in gst_webp_enc_set_property()
355 GstWebpEnc *webpenc = GST_WEBP_ENC (object); in gst_webp_enc_get_property()
398 GstWebpEnc *enc = GST_WEBP_ENC (benc); in gst_webp_enc_stop()
Dgstwebpenc.h30 #define GST_WEBP_ENC(obj) \ macro