Home
last modified time | relevance | path

Searched refs:DEFAULT_PROFILE (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstfaceblur.cpp71 #define DEFAULT_PROFILE OPENCV_PREFIX G_DIR_SEPARATOR_S "share" \ macro
205 DEFAULT_PROFILE, in gst_face_blur_class_init()
250 filter->profile = g_strdup (DEFAULT_PROFILE); in gst_face_blur_init()
/third_party/gstreamer/gstplugins_bad/ext/aom/
Dgstav1enc.c153 #define DEFAULT_PROFILE 0 macro
573 gint profile = DEFAULT_PROFILE; in gst_av1_enc_get_downstream_profile()
605 profile = DEFAULT_PROFILE; in gst_av1_enc_get_downstream_profile()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.c47 #define DEFAULT_PROFILE 0 macro
840 gst_vpx_enc->cfg.g_profile = DEFAULT_PROFILE; in gst_vpx_enc_init()