Home
last modified time | relevance | path

Searched refs:GST_VIDEO_ENCODER_CLASS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2enc.cc121 GstVideoEncoderClass *video_encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mpeg2enc_class_init()
499 result = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_event (video_encoder, event); in gst_mpeg2enc_sink_event()
506 result = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_event (video_encoder, event); in gst_mpeg2enc_sink_event()
538 result = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_event (video_encoder, event); in gst_mpeg2enc_sink_event()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265enc.c104 GstVideoEncoderClass *videoenc_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_nv_h265_enc_class_init()
297 if (!GST_VIDEO_ENCODER_CLASS (parent_class)->open (enc)) in gst_nv_h265_enc_open()
324 return GST_VIDEO_ENCODER_CLASS (parent_class)->close (enc); in gst_nv_h265_enc_close()
350 return GST_VIDEO_ENCODER_CLASS (parent_class)->stop (enc); in gst_nv_h265_enc_stop()
Dgstnvh264enc.c103 GstVideoEncoderClass *videoenc_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_nv_h264_enc_class_init()
294 if (!GST_VIDEO_ENCODER_CLASS (parent_class)->open (enc)) in gst_nv_h264_enc_open()
321 return GST_VIDEO_ENCODER_CLASS (parent_class)->close (enc); in gst_nv_h264_enc_close()
Dgstnvbaseenc.c261 GstVideoEncoderClass *videoenc_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_nv_base_enc_class_init()
569 return GST_VIDEO_ENCODER_CLASS (parent_class)->sink_query (enc, query); in gst_nv_base_enc_sink_query()
683 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (enc, in gst_nv_base_enc_propose_allocation()
701 ret = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_event (enc, event); in gst_nv_base_enc_sink_event()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2videoenc.c597 if (!GST_VIDEO_ENCODER_CLASS (parent_class)->negotiate (encoder)) in gst_v4l2_video_enc_negotiate()
886 GstVideoEncoderClass *enc_class = GST_VIDEO_ENCODER_CLASS (parent_class); in gst_v4l2_video_enc_decide_allocation()
922 ret = GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_v4l2_video_enc_propose_allocation()
964 ret = GST_VIDEO_ENCODER_CLASS (parent_class)->src_query (encoder, query); in gst_v4l2_video_enc_src_query()
1004 ret = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_query (encoder, query); in gst_v4l2_video_enc_sink_query()
1028 ret = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_event (encoder, event); in gst_v4l2_video_enc_sink_event()
/third_party/gstreamer/gstplugins_good/gst/y4m/
Dgsty4mencode.c94 GstVideoEncoderClass *venc_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_y4m_encode_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideoencoder.h36 #define GST_VIDEO_ENCODER_CLASS(klass) \ macro
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dvideoencoder31 GstVideoEncoderClass *video_encoder_class = GST_VIDEO_ENCODER_CLASS (klass);
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpenc.c321 GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_webp_enc_propose_allocation()
/third_party/gstreamer/gstplugins_good/ext/libpng/
Dgstpngenc.c384 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_pngenc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideoenc.cpp79 GstVideoEncoderClass *videoenc_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_mf_video_enc_class_init()
1393 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (enc, in gst_mf_video_enc_propose_allocation()
1416 return GST_VIDEO_ENCODER_CLASS (parent_class)->sink_query (enc, query); in gst_mf_video_enc_sink_query()
1437 return GST_VIDEO_ENCODER_CLASS (parent_class)->src_query (enc, query); in gst_mf_video_enc_src_query()
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264enc.cpp247 GstVideoEncoderClass *video_encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_openh264enc_class_init()
871 GST_VIDEO_ENCODER_CLASS in gst_openh264enc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/ext/x265/
Dgstx265enc.c327 res = GST_VIDEO_ENCODER_CLASS (parent_class)->sink_query (enc, query); in gst_x265_enc_sink_query()
464 gstencoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_x265_enc_class_init()
1448 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_x265_enc_propose_allocation()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvp8enc.c154 video_encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_vp8_enc_class_init()
Dgstvpxenc.c386 video_encoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_vpx_enc_class_init()
2333 return GST_VIDEO_ENCODER_CLASS (parent_class)->sink_event (benc, event); in gst_vpx_enc_sink_event()
2341 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_vpx_enc_propose_allocation()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c212 GST_VIDEO_ENCODER_CLASS (klass); in gst_theora_enc_class_init()
1082 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in theora_enc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkh264enc.c712 videoencoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_msdkh264enc_class_init()
Dgstmsdkh265enc.c866 videoencoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_msdkh265enc_class_init()
Dgstmsdkenc.c2009 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_msdkenc_propose_allocation()
2075 gstencoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_msdkenc_class_init()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c561 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_jpegenc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c462 gstencoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_svthevc_enc_class_init()
1574 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_svthevc_enc_propose_allocation()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavvidenc.c477 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_ffmpegvidenc_propose_allocation()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.c895 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_av1_enc_propose_allocation()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideoencoder.c198 GstVideoEncoderClass *videoencoder_class = GST_VIDEO_ENCODER_CLASS (klass); in gst_video_encoder_tester_class_init()
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegenc.c1450 return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder, in gst_openjpeg_enc_propose_allocation()

12