Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.h95 GstFlowReturn (*open_codec) (GstVPXDec * dec, GstVideoCodecFrame * frame); member
Dgstvpxdec.c182 klass->open_codec = GST_DEBUG_FUNCPTR (gst_vpx_dec_open_codec); in gst_vpx_dec_class_init()
689 ret = vpxclass->open_codec (dec, frame); in gst_vpx_dec_handle_frame()