Searched refs:gst_mpp_enc_supported (Results 1 – 6 of 6) sorted by relevance
107 gboolean gst_mpp_enc_supported (MppCodingType mpp_type);
211 if (!gst_mpp_enc_supported (MPP_VIDEO_CodingMJPEG)) in gst_mpp_jpeg_enc_register()
252 if (!gst_mpp_enc_supported (MPP_VIDEO_CodingVP8)) in gst_mpp_vp8_enc_register()
310 if (!gst_mpp_enc_supported (MPP_VIDEO_CodingHEVC)) in gst_mpp_h265_enc_register()
436 if (!gst_mpp_enc_supported (MPP_VIDEO_CodingAVC)) in gst_mpp_h264_enc_register()
136 gst_mpp_enc_supported (MppCodingType mpp_type) in gst_mpp_enc_supported() function