Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.h79 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ENCODING_VIDEO_PROFILE, GstEncodingVideoProfile))
82 typedef struct _GstEncodingVideoProfile GstEncodingVideoProfile; typedef
238 GstEncodingVideoProfile * gst_encoding_video_profile_new (GstCaps *format,
250 guint gst_encoding_video_profile_get_pass (GstEncodingVideoProfile *prof);
253 gboolean gst_encoding_video_profile_get_variableframerate (GstEncodingVideoProfile *prof);
256 void gst_encoding_video_profile_set_pass (GstEncodingVideoProfile *prof,
260 void gst_encoding_video_profile_set_variableframerate (GstEncodingVideoProfile *prof,
282 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingVideoProfile, gst_object_unref)
Dencoding-profile.c1025 G_DEFINE_TYPE (GstEncodingVideoProfile, gst_encoding_video_profile,
1032 GstEncodingVideoProfile *self = GST_ENCODING_VIDEO_PROFILE (profile), in gst_encoding_video_profile_copy()
1040 gst_encoding_video_profile_init (GstEncodingVideoProfile * prof) in gst_encoding_video_profile_init()
1061 gst_encoding_video_profile_get_pass (GstEncodingVideoProfile * prof) in gst_encoding_video_profile_get_pass()
1078 gst_encoding_video_profile_get_variableframerate (GstEncodingVideoProfile * in gst_encoding_video_profile_get_variableframerate()
1096 gst_encoding_video_profile_set_pass (GstEncodingVideoProfile * prof, guint pass) in gst_encoding_video_profile_set_pass()
1114 gst_encoding_video_profile_set_variableframerate (GstEncodingVideoProfile * in gst_encoding_video_profile_set_variableframerate()
1195 GstEncodingVideoProfile *va = (GstEncodingVideoProfile *) a; in _compare_encoding_profiles()
1196 GstEncodingVideoProfile *vb = (GstEncodingVideoProfile *) b; in _compare_encoding_profiles()
1325 GstEncodingVideoProfile *
[all …]
Dencoding-target.c446 GstEncodingVideoProfile *vp = (GstEncodingVideoProfile *) sprof; in serialize_stream_profiles()
686 gst_encoding_video_profile_set_variableframerate ((GstEncodingVideoProfile in parse_encoding_profile()
688 gst_encoding_video_profile_set_pass ((GstEncodingVideoProfile *) sprof, in parse_encoding_profile()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c64 GstEncodingVideoProfile *videoprof; in GST_START_TEST()
262 gst_encoding_video_profile_set_variableframerate ((GstEncodingVideoProfile *) in create_saveload_target()
399 gst_encoding_video_profile_set_variableframerate ((GstEncodingVideoProfile *) in test_individual_target()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.c1595 GstEncodingVideoProfile *vprof; in gst_camera_bin_create_elements()
2197 (GstEncodingVideoProfile *) camera->image_profile, TRUE); in gst_camera_bin_set_property()