Home
last modified time | relevance | path

Searched refs:encoder_class (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppjpegenc.c174 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_jpeg_enc_class_init() local
181 encoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_jpeg_enc_set_format); in gst_mpp_jpeg_enc_class_init()
182 encoder_class->handle_frame = in gst_mpp_jpeg_enc_class_init()
H A Dgstmppvp8enc.c206 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_vp8_enc_class_init() local
212 encoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_vp8_enc_set_format); in gst_mpp_vp8_enc_class_init()
213 encoder_class->handle_frame = in gst_mpp_vp8_enc_class_init()
H A Dgstmpph265enc.c257 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_h265_enc_class_init() local
264 encoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_h265_enc_set_format); in gst_mpp_h265_enc_class_init()
265 encoder_class->handle_frame = in gst_mpp_h265_enc_class_init()
H A Dgstmpph264enc.c370 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_h264_enc_class_init() local
377 encoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_h264_enc_set_format); in gst_mpp_h264_enc_class_init()
378 encoder_class->handle_frame = in gst_mpp_h264_enc_class_init()
H A Dgstmppenc.c1193 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_enc_class_init() local
1199 encoder_class->start = GST_DEBUG_FUNCPTR (gst_mpp_enc_start); in gst_mpp_enc_class_init()
1200 encoder_class->stop = GST_DEBUG_FUNCPTR (gst_mpp_enc_stop); in gst_mpp_enc_class_init()
1201 encoder_class->flush = GST_DEBUG_FUNCPTR (gst_mpp_enc_flush); in gst_mpp_enc_class_init()
1202 encoder_class->finish = GST_DEBUG_FUNCPTR (gst_mpp_enc_finish); in gst_mpp_enc_class_init()
1203 encoder_class->set_format = GST_DEBUG_FUNCPTR (gst_mpp_enc_set_format); in gst_mpp_enc_class_init()
1204 encoder_class->propose_allocation = in gst_mpp_enc_class_init()
1206 encoder_class->handle_frame = GST_DEBUG_FUNCPTR (gst_mpp_enc_handle_frame); in gst_mpp_enc_class_init()