Searched refs:GstMFVideoEnc (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfvideoenc.h | 38 …MF_VIDEO_ENC(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_MF_VIDEO_ENC,GstMFVideoEnc)) 44 typedef struct _GstMFVideoEnc GstMFVideoEnc; typedef 130 gboolean (*set_option) (GstMFVideoEnc * mfenc, 134 gboolean (*set_src_caps) (GstMFVideoEnc * mfenc,
|
D | gstmfvideoenc.cpp | 49 G_DEFINE_ABSTRACT_TYPE (GstMFVideoEnc, gst_mf_video_enc, 72 IMFSample * sample, GstMFVideoEnc * self); 102 gst_mf_video_enc_init (GstMFVideoEnc * self) in gst_mf_video_enc_init() 110 GstMFVideoEnc *self = GST_MF_VIDEO_ENC (object); in gst_mf_video_enc_dispose() 123 GstMFVideoEnc *self = GST_MF_VIDEO_ENC (element); in gst_mf_video_enc_set_context() 139 GstMFVideoEnc *self = GST_MF_VIDEO_ENC (enc); in gst_mf_video_enc_open() 246 GstMFVideoEnc *self = GST_MF_VIDEO_ENC (enc); in gst_mf_video_enc_close() 286 GstMFVideoEnc *self = GST_MF_VIDEO_ENC (enc); in gst_mf_video_enc_set_format() 641 gst_mf_video_enc_process_input (GstMFVideoEnc * self, in gst_mf_video_enc_process_input() 702 gst_mf_video_enc_find_output_frame (GstMFVideoEnc * self, LONGLONG mf_pts) in gst_mf_video_enc_find_output_frame() [all …]
|
D | gstmfvp9enc.cpp | 125 GstMFVideoEnc parent; 151 static gboolean gst_mf_vp9_enc_set_option (GstMFVideoEnc * mfenc, 153 static gboolean gst_mf_vp9_enc_set_src_caps (GstMFVideoEnc * mfenc, 446 gst_mf_vp9_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_vp9_enc_set_option() 539 gst_mf_vp9_enc_set_src_caps (GstMFVideoEnc * mfenc, in gst_mf_vp9_enc_set_src_caps()
|
D | gstmfh265enc.cpp | 145 GstMFVideoEnc parent; 180 static gboolean gst_mf_h265_enc_set_option (GstMFVideoEnc * mfenc, 182 static gboolean gst_mf_h265_enc_set_src_caps (GstMFVideoEnc * mfenc, 611 gst_mf_h265_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_h265_enc_set_option() 764 gst_mf_h265_enc_set_src_caps (GstMFVideoEnc * mfenc, in gst_mf_h265_enc_set_src_caps()
|
D | gstmfh264enc.cpp | 194 GstMFVideoEnc parent; 236 static gboolean gst_mf_h264_enc_set_option (GstMFVideoEnc * mfenc, 238 static gboolean gst_mf_h264_enc_set_src_caps (GstMFVideoEnc * mfenc, 785 gst_mf_h264_enc_set_option (GstMFVideoEnc * mfenc, GstVideoCodecState * state, in gst_mf_h264_enc_set_option() 1025 gst_mf_h264_enc_set_src_caps (GstMFVideoEnc * mfenc, in gst_mf_h264_enc_set_src_caps()
|