Searched refs:encoder_class (Results 1 – 5 of 5) sorted by relevance
174 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_jpeg_enc_class_init() local181 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()
206 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_vp8_enc_class_init() local212 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()
257 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_h265_enc_class_init() local264 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()
370 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_h264_enc_class_init() local377 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()
1193 GstVideoEncoderClass *encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpp_enc_class_init() local1199 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()