Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c127 GstNvVp8Dec *self = GST_NV_VP8_DEC (element); in gst_nv_vp8_dec_set_context()
148 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_open()
171 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_close()
183 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_negotiate()
199 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_decide_allocation()
213 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_src_query()
236 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_new_sequence()
288 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_new_picture()
324 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_decode_picture()
409 GstNvVp8Dec *self = GST_NV_VP8_DEC (decoder); in gst_nv_vp8_dec_output_picture()
Dgstnvvp8dec.h29 #define GST_NV_VP8_DEC(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), GST_TYPE_NV_VP8_DEC, GstN… macro