Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c265 gst_nvenc_cmp_guid (GUID g1, GUID g2) in gst_nvenc_cmp_guid() function
562 gst_nvenc_cmp_guid (profile_guids[i], profiles[j].nv_profile) && in gst_nvenc_get_supported_codec_profiles()
563 gst_nvenc_cmp_guid (codec_id, profiles[j].codec_id)) { in gst_nvenc_get_supported_codec_profiles()
654 if (gst_nvenc_cmp_guid (guids[j], codec_id)) in gst_nv_enc_register()
840 if (gst_nvenc_cmp_guid (codec_id, NV_ENC_CODEC_H264_GUID)) { in gst_nv_enc_register()
843 } else if (gst_nvenc_cmp_guid (codec_id, NV_ENC_CODEC_HEVC_GUID)) { in gst_nv_enc_register()
Dgstnvenc.h29 gboolean gst_nvenc_cmp_guid (GUID g1, GUID g2);
Dgstnvh264enc.c305 if (gst_nvenc_cmp_guid (guids[i], NV_ENC_CODEC_H264_GUID)) in gst_nv_h264_enc_open()
Dgstnvh265enc.c308 if (gst_nvenc_cmp_guid (guids[i], NV_ENC_CODEC_HEVC_GUID)) in gst_nv_h265_enc_open()
Dgstnvbaseenc.c1742 if (gst_nvenc_cmp_guid (presets[i], nvenc->selected_preset)) in gst_nv_base_enc_set_format()