Home
last modified time | relevance | path

Searched refs:decoder_class (Results 1 – 25 of 43) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkmjpegdec.c116 GstMsdkDecClass *decoder_class; in gst_msdkmjpegdec_class_init() local
119 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkmjpegdec_class_init()
121 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkmjpegdec_configure); in gst_msdkmjpegdec_class_init()
122 decoder_class->post_configure = in gst_msdkmjpegdec_class_init()
Dgstmsdkvp8dec.c175 GstMsdkDecClass *decoder_class; in gst_msdkvp8dec_class_init() local
179 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkvp8dec_class_init()
184 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkvp8dec_configure); in gst_msdkvp8dec_class_init()
185 decoder_class->preinit_decoder = in gst_msdkvp8dec_class_init()
187 decoder_class->postinit_decoder = in gst_msdkvp8dec_class_init()
Dgstmsdkav1dec.c109 GstMsdkDecClass *decoder_class; in gst_msdkav1dec_class_init() local
112 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkav1dec_class_init()
114 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkav1dec_configure); in gst_msdkav1dec_class_init()
115 decoder_class->preinit_decoder = in gst_msdkav1dec_class_init()
Dgstmsdkvc1dec.c190 GstMsdkDecClass *decoder_class; in gst_msdkvc1dec_class_init() local
194 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkvc1dec_class_init()
199 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkvc1dec_configure); in gst_msdkvc1dec_class_init()
200 decoder_class->preinit_decoder = in gst_msdkvc1dec_class_init()
Dgstmsdkvp9dec.c172 GstMsdkDecClass *decoder_class; in gst_msdkvp9dec_class_init() local
176 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkvp9dec_class_init()
181 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkvp9dec_configure); in gst_msdkvp9dec_class_init()
182 decoder_class->preinit_decoder = in gst_msdkvp9dec_class_init()
Dgstmsdkmpeg2dec.c134 GstMsdkDecClass *decoder_class; in gst_msdkmpeg2dec_class_init() local
138 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkmpeg2dec_class_init()
143 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkmpeg2dec_configure); in gst_msdkmpeg2dec_class_init()
Dgstmsdkh264dec.c160 GstMsdkDecClass *decoder_class; in gst_msdkh264dec_class_init() local
164 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkh264dec_class_init()
169 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkh264dec_configure); in gst_msdkh264dec_class_init()
Dgstmsdkh265dec.c182 GstMsdkDecClass *decoder_class; in gst_msdkh265dec_class_init() local
186 decoder_class = GST_MSDKDEC_CLASS (klass); in gst_msdkh265dec_class_init()
191 decoder_class->configure = GST_DEBUG_FUNCPTR (gst_msdkh265dec_configure); in gst_msdkh265dec_class_init()
Dgstmsdkdec.c1851 GstVideoDecoderClass *decoder_class; in gst_msdkdec_class_init() local
1855 decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_msdkdec_class_init()
1864 decoder_class->close = GST_DEBUG_FUNCPTR (gst_msdkdec_close); in gst_msdkdec_class_init()
1865 decoder_class->start = GST_DEBUG_FUNCPTR (gst_msdkdec_start); in gst_msdkdec_class_init()
1866 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_msdkdec_stop); in gst_msdkdec_class_init()
1867 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_msdkdec_set_format); in gst_msdkdec_class_init()
1868 decoder_class->finish = GST_DEBUG_FUNCPTR (gst_msdkdec_finish); in gst_msdkdec_class_init()
1869 decoder_class->handle_frame = GST_DEBUG_FUNCPTR (gst_msdkdec_handle_frame); in gst_msdkdec_class_init()
1870 decoder_class->parse = GST_DEBUG_FUNCPTR (gst_msdkdec_parse); in gst_msdkdec_class_init()
1871 decoder_class->decide_allocation = in gst_msdkdec_class_init()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c85 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_vp8_decoder_class_init() local
87 decoder_class->start = GST_DEBUG_FUNCPTR (gst_vp8_decoder_start); in gst_vp8_decoder_class_init()
88 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_vp8_decoder_stop); in gst_vp8_decoder_class_init()
89 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_vp8_decoder_set_format); in gst_vp8_decoder_class_init()
90 decoder_class->finish = GST_DEBUG_FUNCPTR (gst_vp8_decoder_finish); in gst_vp8_decoder_class_init()
91 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_vp8_decoder_flush); in gst_vp8_decoder_class_init()
92 decoder_class->drain = GST_DEBUG_FUNCPTR (gst_vp8_decoder_drain); in gst_vp8_decoder_class_init()
93 decoder_class->handle_frame = in gst_vp8_decoder_class_init()
Dgstvp9decoder.c123 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_vp9_decoder_class_init() local
125 decoder_class->start = GST_DEBUG_FUNCPTR (gst_vp9_decoder_start); in gst_vp9_decoder_class_init()
126 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_vp9_decoder_stop); in gst_vp9_decoder_class_init()
127 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_vp9_decoder_set_format); in gst_vp9_decoder_class_init()
128 decoder_class->finish = GST_DEBUG_FUNCPTR (gst_vp9_decoder_finish); in gst_vp9_decoder_class_init()
129 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_vp9_decoder_flush); in gst_vp9_decoder_class_init()
130 decoder_class->drain = GST_DEBUG_FUNCPTR (gst_vp9_decoder_drain); in gst_vp9_decoder_class_init()
131 decoder_class->handle_frame = in gst_vp9_decoder_class_init()
Dgstav1decoder.c83 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_av1_decoder_class_init() local
85 decoder_class->start = GST_DEBUG_FUNCPTR (gst_av1_decoder_start); in gst_av1_decoder_class_init()
86 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_av1_decoder_stop); in gst_av1_decoder_class_init()
87 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_av1_decoder_set_format); in gst_av1_decoder_class_init()
88 decoder_class->finish = GST_DEBUG_FUNCPTR (gst_av1_decoder_finish); in gst_av1_decoder_class_init()
89 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_av1_decoder_flush); in gst_av1_decoder_class_init()
90 decoder_class->drain = GST_DEBUG_FUNCPTR (gst_av1_decoder_drain); in gst_av1_decoder_class_init()
91 decoder_class->handle_frame = in gst_av1_decoder_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideodecoder.c924 GstVideoDecoderClass *decoder_class; in gst_video_decoder_setcaps() local
928 decoder_class = GST_VIDEO_DECODER_GET_CLASS (decoder); in gst_video_decoder_setcaps()
947 if (decoder_class->set_format) in gst_video_decoder_setcaps()
948 ret = decoder_class->set_format (decoder, state); in gst_video_decoder_setcaps()
1187 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_GET_CLASS (dec); in gst_video_decoder_parse_available() local
1203 ret = decoder_class->parse (dec, priv->current_frame, in gst_video_decoder_parse_available()
1236 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_GET_CLASS (dec); in gst_video_decoder_drain_out() local
1248 if (decoder_class->finish) in gst_video_decoder_drain_out()
1249 ret = decoder_class->finish (dec); in gst_video_decoder_drain_out()
1251 if (decoder_class->drain) { in gst_video_decoder_drain_out()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvvp8dec.c90 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_nv_vp8_dec_class_init() local
95 decoder_class->open = GST_DEBUG_FUNCPTR (gst_nv_vp8_dec_open); in gst_nv_vp8_dec_class_init()
96 decoder_class->close = GST_DEBUG_FUNCPTR (gst_nv_vp8_dec_close); in gst_nv_vp8_dec_class_init()
97 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_nv_vp8_dec_negotiate); in gst_nv_vp8_dec_class_init()
98 decoder_class->decide_allocation = in gst_nv_vp8_dec_class_init()
100 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_nv_vp8_dec_src_query); in gst_nv_vp8_dec_class_init()
Dgstnvvp9dec.c93 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_nv_vp9_dec_class_init() local
98 decoder_class->open = GST_DEBUG_FUNCPTR (gst_nv_vp9_dec_open); in gst_nv_vp9_dec_class_init()
99 decoder_class->close = GST_DEBUG_FUNCPTR (gst_nv_vp9_dec_close); in gst_nv_vp9_dec_class_init()
100 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_nv_vp9_dec_negotiate); in gst_nv_vp9_dec_class_init()
101 decoder_class->decide_allocation = in gst_nv_vp9_dec_class_init()
103 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_nv_vp9_dec_src_query); in gst_nv_vp9_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c631 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_va_base_dec_class_init() local
658 decoder_class->open = GST_DEBUG_FUNCPTR (gst_va_base_dec_open); in gst_va_base_dec_class_init()
659 decoder_class->close = GST_DEBUG_FUNCPTR (gst_va_base_dec_close); in gst_va_base_dec_class_init()
660 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_va_base_dec_stop); in gst_va_base_dec_class_init()
661 decoder_class->getcaps = GST_DEBUG_FUNCPTR (gst_va_base_dec_getcaps); in gst_va_base_dec_class_init()
662 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_va_base_dec_src_query); in gst_va_base_dec_class_init()
663 decoder_class->sink_query = GST_DEBUG_FUNCPTR (gst_va_base_dec_sink_query); in gst_va_base_dec_class_init()
664 decoder_class->decide_allocation = in gst_va_base_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11vp8dec.cpp131 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_d3d11_vp8_dec_class_init() local
154 decoder_class->open = GST_DEBUG_FUNCPTR (gst_d3d11_vp8_dec_open); in gst_d3d11_vp8_dec_class_init()
155 decoder_class->close = GST_DEBUG_FUNCPTR (gst_d3d11_vp8_dec_close); in gst_d3d11_vp8_dec_class_init()
156 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_d3d11_vp8_dec_negotiate); in gst_d3d11_vp8_dec_class_init()
157 decoder_class->decide_allocation = in gst_d3d11_vp8_dec_class_init()
159 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_d3d11_vp8_dec_src_query); in gst_d3d11_vp8_dec_class_init()
160 decoder_class->sink_event = GST_DEBUG_FUNCPTR (gst_d3d11_vp8_sink_event); in gst_d3d11_vp8_dec_class_init()
Dgstd3d11mpeg2dec.cpp144 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_d3d11_mpeg2_dec_class_init() local
167 decoder_class->open = GST_DEBUG_FUNCPTR (gst_d3d11_mpeg2_dec_open); in gst_d3d11_mpeg2_dec_class_init()
168 decoder_class->close = GST_DEBUG_FUNCPTR (gst_d3d11_mpeg2_dec_close); in gst_d3d11_mpeg2_dec_class_init()
169 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_d3d11_mpeg2_dec_negotiate); in gst_d3d11_mpeg2_dec_class_init()
170 decoder_class->decide_allocation = in gst_d3d11_mpeg2_dec_class_init()
172 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_d3d11_mpeg2_dec_src_query); in gst_d3d11_mpeg2_dec_class_init()
173 decoder_class->sink_event = in gst_d3d11_mpeg2_dec_class_init()
Dgstd3d11vp9dec.cpp165 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_d3d11_vp9_dec_class_init() local
189 decoder_class->open = GST_DEBUG_FUNCPTR (gst_d3d11_vp9_dec_open); in gst_d3d11_vp9_dec_class_init()
190 decoder_class->close = GST_DEBUG_FUNCPTR (gst_d3d11_vp9_dec_close); in gst_d3d11_vp9_dec_class_init()
191 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_d3d11_vp9_dec_negotiate); in gst_d3d11_vp9_dec_class_init()
192 decoder_class->decide_allocation = in gst_d3d11_vp9_dec_class_init()
194 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_d3d11_vp9_dec_src_query); in gst_d3d11_vp9_dec_class_init()
195 decoder_class->sink_event = GST_DEBUG_FUNCPTR (gst_d3d11_vp9_dec_sink_event); in gst_d3d11_vp9_dec_class_init()
Dgstd3d11h264dec.cpp166 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_d3d11_h264_dec_class_init() local
189 decoder_class->open = GST_DEBUG_FUNCPTR (gst_d3d11_h264_dec_open); in gst_d3d11_h264_dec_class_init()
190 decoder_class->close = GST_DEBUG_FUNCPTR (gst_d3d11_h264_dec_close); in gst_d3d11_h264_dec_class_init()
191 decoder_class->negotiate = GST_DEBUG_FUNCPTR (gst_d3d11_h264_dec_negotiate); in gst_d3d11_h264_dec_class_init()
192 decoder_class->decide_allocation = in gst_d3d11_h264_dec_class_init()
194 decoder_class->src_query = GST_DEBUG_FUNCPTR (gst_d3d11_h264_dec_src_query); in gst_d3d11_h264_dec_class_init()
195 decoder_class->sink_event = GST_DEBUG_FUNCPTR (gst_d3d11_h264_dec_sink_event); in gst_d3d11_h264_dec_class_init()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c866 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_v4l2_codec_vp8_dec_subclass_init() local
884 decoder_class->open = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp8_dec_open); in gst_v4l2_codec_vp8_dec_subclass_init()
885 decoder_class->close = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp8_dec_close); in gst_v4l2_codec_vp8_dec_subclass_init()
886 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp8_dec_stop); in gst_v4l2_codec_vp8_dec_subclass_init()
887 decoder_class->negotiate = in gst_v4l2_codec_vp8_dec_subclass_init()
889 decoder_class->decide_allocation = in gst_v4l2_codec_vp8_dec_subclass_init()
891 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp8_dec_flush); in gst_v4l2_codec_vp8_dec_subclass_init()
892 decoder_class->sink_event = in gst_v4l2_codec_vp8_dec_subclass_init()
Dgstv4l2codecmpeg2dec.c1004 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_v4l2_codec_mpeg2_dec_subclass_init() local
1022 decoder_class->open = GST_DEBUG_FUNCPTR (gst_v4l2_codec_mpeg2_dec_open); in gst_v4l2_codec_mpeg2_dec_subclass_init()
1023 decoder_class->close = GST_DEBUG_FUNCPTR (gst_v4l2_codec_mpeg2_dec_close); in gst_v4l2_codec_mpeg2_dec_subclass_init()
1024 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_v4l2_codec_mpeg2_dec_stop); in gst_v4l2_codec_mpeg2_dec_subclass_init()
1025 decoder_class->negotiate = in gst_v4l2_codec_mpeg2_dec_subclass_init()
1027 decoder_class->decide_allocation = in gst_v4l2_codec_mpeg2_dec_subclass_init()
1029 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_v4l2_codec_mpeg2_dec_flush); in gst_v4l2_codec_mpeg2_dec_subclass_init()
1030 decoder_class->sink_event = in gst_v4l2_codec_mpeg2_dec_subclass_init()
Dgstv4l2codecvp9dec.c1076 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_v4l2_codec_vp9_dec_subclass_init() local
1094 decoder_class->open = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp9_dec_open); in gst_v4l2_codec_vp9_dec_subclass_init()
1095 decoder_class->close = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp9_dec_close); in gst_v4l2_codec_vp9_dec_subclass_init()
1096 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp9_dec_stop); in gst_v4l2_codec_vp9_dec_subclass_init()
1097 decoder_class->negotiate = in gst_v4l2_codec_vp9_dec_subclass_init()
1099 decoder_class->decide_allocation = in gst_v4l2_codec_vp9_dec_subclass_init()
1101 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_v4l2_codec_vp9_dec_flush); in gst_v4l2_codec_vp9_dec_subclass_init()
1102 decoder_class->sink_event = in gst_v4l2_codec_vp9_dec_subclass_init()
/third_party/gstreamer/gstplugins_bad/ext/libde265/
Dlibde265-dec.c101 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_libde265_dec_class_init() local
114 decoder_class->start = GST_DEBUG_FUNCPTR (gst_libde265_dec_start); in gst_libde265_dec_class_init()
115 decoder_class->stop = GST_DEBUG_FUNCPTR (gst_libde265_dec_stop); in gst_libde265_dec_class_init()
116 decoder_class->set_format = GST_DEBUG_FUNCPTR (gst_libde265_dec_set_format); in gst_libde265_dec_class_init()
117 decoder_class->flush = GST_DEBUG_FUNCPTR (gst_libde265_dec_flush); in gst_libde265_dec_class_init()
118 decoder_class->finish = GST_DEBUG_FUNCPTR (gst_libde265_dec_finish); in gst_libde265_dec_class_init()
119 decoder_class->handle_frame = in gst_libde265_dec_class_init()
/third_party/gstreamer/gstplugins_bad/gst/vmnc/
Dvmncdec.c89 GstVideoDecoderClass *decoder_class = GST_VIDEO_DECODER_CLASS (klass); in gst_vmnc_dec_class_init() local
91 decoder_class->start = gst_vmnc_dec_reset; in gst_vmnc_dec_class_init()
92 decoder_class->stop = gst_vmnc_dec_reset; in gst_vmnc_dec_class_init()
93 decoder_class->parse = gst_vmnc_dec_parse; in gst_vmnc_dec_class_init()
94 decoder_class->handle_frame = gst_vmnc_dec_handle_frame; in gst_vmnc_dec_class_init()
95 decoder_class->set_format = gst_vmnc_dec_set_format; in gst_vmnc_dec_class_init()
96 decoder_class->sink_event = gst_vmnc_dec_sink_event; in gst_vmnc_dec_class_init()

12