Home
last modified time | relevance | path

Searched refs:set_default_format (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.h101 void (*set_default_format) (GstVPXDec *dec, GstVideoFormat fmt, int width, int height); member
Dgstvp8dec.c106 vpx_class->set_default_format = in gst_vp8_dec_class_init()
Dgstvpxdec.c185 klass->set_default_format = NULL; in gst_vpx_dec_class_init()
827 if (vpxclass->set_default_format != NULL) { in gst_vpx_dec_set_default_format()
828 vpxclass->set_default_format (dec, fmt, width, height); in gst_vpx_dec_set_default_format()