Home
last modified time | relevance | path

Searched refs:GstEncodingProfile (Results 1 – 25 of 29) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.h41 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ENCODING_PROFILE, GstEncodingProfile))
44 typedef struct _GstEncodingProfile GstEncodingProfile; typedef
128 const gchar * gst_encoding_profile_get_name (GstEncodingProfile *profile);
131 void gst_encoding_profile_set_name (GstEncodingProfile *profile,
135 const gchar * gst_encoding_profile_get_description (GstEncodingProfile *profile);
138 void gst_encoding_profile_set_description (GstEncodingProfile *profile,
142 GstCaps * gst_encoding_profile_get_format (GstEncodingProfile *profile);
145 void gst_encoding_profile_set_format (GstEncodingProfile *profile,
149 gboolean gst_encoding_profile_get_allow_dynamic_output (GstEncodingProfile *profile);
152 void gst_encoding_profile_set_allow_dynamic_output (GstEncodingProfile *profile,
[all …]
Dencoding-profile.c324 #define PROFILE_LOCK(profile) (g_mutex_lock(&((GstEncodingProfile*)profile)->lock))
325 #define PROFILE_UNLOCK(profile) (g_mutex_unlock(&((GstEncodingProfile*)profile)->lock))
352 void (*copy) (GstEncodingProfile * self, GstEncodingProfile * copy);
391 sizeof (GstEncodingProfile), in gst_encoding_profile_get_type()
419 GstEncodingProfile *prof = (GstEncodingProfile *) object; in _encoding_profile_get_property()
440 GstEncodingProfile *prof = (GstEncodingProfile *) object; in _encoding_profile_set_property()
464 GstEncodingProfile *prof = (GstEncodingProfile *) object; in gst_encoding_profile_finalize()
521 gst_encoding_profile_get_name (GstEncodingProfile * profile) in gst_encoding_profile_get_name()
535 gst_encoding_profile_get_description (GstEncodingProfile * profile) in gst_encoding_profile_get_description()
550 gst_encoding_profile_get_format (GstEncodingProfile * profile) in gst_encoding_profile_get_format()
[all …]
Dencoding-target.c232 GstEncodingProfile *
241 GstEncodingProfile *tprof = (GstEncodingProfile *) tmp->data; in gst_encoding_target_get_profile()
338 GstEncodingProfile *prof = (GstEncodingProfile *) profiles->data; in gst_encoding_target_new()
377 GstEncodingProfile * profile) in gst_encoding_target_add_profile()
386 GstEncodingProfile *prof = (GstEncodingProfile *) tmp->data; in gst_encoding_target_add_profile()
401 serialize_stream_profiles (GKeyFile * out, GstEncodingProfile * sprof, in serialize_stream_profiles()
497 serialize_encoding_profile (GKeyFile * out, GstEncodingProfile * prof) in serialize_encoding_profile()
543 GstEncodingProfile *sprof = (GstEncodingProfile *) tmp->data; in serialize_encoding_profile()
567 GstEncodingProfile *prof = (GstEncodingProfile *) tmp->data; in serialize_target()
583 static GstEncodingProfile *
[all …]
Dencoding-target.h146 GstEncodingProfile * gst_encoding_target_get_profile (GstEncodingTarget *target,
151 GstEncodingProfile *profile);
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c62 GstEncodingProfile *encprof; in GST_START_TEST()
72 encprof = (GstEncodingProfile *) gst_encoding_container_profile_new ((gchar *) in GST_START_TEST()
78 CHECK_PROFILE ((GstEncodingProfile *) audioprof, NULL, NULL, vorbis, "HQ", 0, in GST_START_TEST()
82 CHECK_PROFILE ((GstEncodingProfile *) videoprof, NULL, NULL, theora, "HQ", in GST_START_TEST()
87 (GstEncodingProfile *) audioprof)); in GST_START_TEST()
90 (GstEncodingProfile *) videoprof)); in GST_START_TEST()
110 GstEncodingProfile *sprof; in GST_START_TEST()
117 sprof = (GstEncodingProfile *) in GST_START_TEST()
132 sprof = (GstEncodingProfile *) in GST_START_TEST()
233 GstEncodingProfile *profile, *sprof; in create_saveload_target()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/
Dgst-camera2.c52 GstEncodingProfile *(*create_profile) ();
55 static GstEncodingProfile *
66 gst_encoding_container_profile_add_profile (container, (GstEncodingProfile *) in create_ogg_profile()
71 gst_encoding_container_profile_add_profile (container, (GstEncodingProfile *) in create_ogg_profile()
75 return (GstEncodingProfile *) container; in create_ogg_profile()
78 static GstEncodingProfile *
89 gst_encoding_container_profile_add_profile (container, (GstEncodingProfile *) in create_webm_profile()
94 gst_encoding_container_profile_add_profile (container, (GstEncodingProfile *) in create_webm_profile()
98 return (GstEncodingProfile *) container; in create_webm_profile()
101 static GstEncodingProfile *
[all …]
Dgst-camerabin2-test.c544 static GstEncodingProfile *
547 GstEncodingProfile *prof = NULL; in load_encoding_profile()
663 GstEncodingProfile *prof = NULL; in setup_pipeline()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dencodebin.c31 static GstEncodingProfile *
41 return (GstEncodingProfile *) prof; in create_ogg_profile()
44 static GstEncodingProfile *
58 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, preset, in create_ogg_vorbis_profile()
62 return (GstEncodingProfile *) cprof; in create_ogg_vorbis_profile()
65 static GstEncodingProfile *
79 (GstEncodingProfile *) gst_encoding_audio_profile_new (vorbis, NULL, in create_ogg_theora_vorbis_profile()
85 (GstEncodingProfile *) gst_encoding_video_profile_new (theora, NULL, in create_ogg_theora_vorbis_profile()
89 return (GstEncodingProfile *) prof; in create_ogg_theora_vorbis_profile()
92 static GstEncodingProfile *
[all …]
/third_party/gstreamer/gstplugins_bad/tools/
Dutils.c113 GstEncodingProfile *profile = tmpprof->data;
140 GstEncodingProfile *
143 GstEncodingProfile *profile;
161 get_profile_type (GstEncodingProfile * profile)
174 print_profile (GstEncodingProfile * profile, const gchar * prefix)
194 describe_encoding_profile (GstEncodingProfile * profile)
Dutils.h18 GstEncodingProfile * create_encoding_profile (const gchar * pname);
19 void describe_encoding_profile (GstEncodingProfile *profile);
Dgst-transcoder.c66 GstEncodingProfile *profile;
133 get_profiles_of_type (GstEncodingProfile * profile, GType profile_type) in get_profiles_of_type()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c141 GstEncodingProfile *profile;
248 GstEncodingProfile * profile);
251 GstEncodingProfile * profile);
254 GstEncodingProfile * sprof, const gchar * sinkpadname, GstCaps * sinkcaps,
264 GstEncodingProfile * sprof);
266 GstEncodingProfile * prof);
476 (GstEncodingProfile *) g_value_get_object (value)); in gst_encode_base_bin_set_property()
555 stream_profile_used_count (GstEncodeBaseBin * ebin, GstEncodingProfile * sprof) in stream_profile_used_count()
570 static inline GstEncodingProfile *
572 const gchar * name, GstCaps * caps, GstEncodingProfile * previous_profile) in next_unused_stream_profile()
[all …]
Dgstencodebasebin.h49 GstEncodingProfile *profile;
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c139 static GstEncodingProfile *
150 (GstEncodingProfile *) gst_encoding_video_profile_new (vf, in create_profile()
153 gst_encoding_container_profile_add_profile (cprof, (GstEncodingProfile *) in create_profile()
180 return (GstEncodingProfile *) cprof; in create_profile()
183 static GstEncodingProfile *
186 GstEncodingProfile *prof = NULL; in create_profile_from_string()
274 transcode_file (gchar * uri, gchar * outputuri, GstEncodingProfile * prof) in transcode_file()
390 GstEncodingProfile *prof; in main()
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/
Dgstcamerabin2.h145 GstEncodingProfile *video_profile;
146 GstEncodingProfile *image_profile;
Dgstcamerabin2.c1278 GstEncodingProfile *profile = (GstEncodingProfile *) list->data; in gst_camera_bin_video_profile_has_audio()
1554 (GstEncodingProfile *) gst_encoding_video_profile_new (caps, in gst_camera_bin_create_elements()
1562 (GstEncodingProfile *) gst_encoding_audio_profile_new (caps, in gst_camera_bin_create_elements()
1568 camera->video_profile = (GstEncodingProfile *) prof; in gst_camera_bin_create_elements()
1603 camera->image_profile = (GstEncodingProfile *) vprof; in gst_camera_bin_create_elements()
2133 camera->video_profile = (GstEncodingProfile *) g_value_dup_object (value); in gst_camera_bin_set_property()
2189 camera->image_profile = (GstEncodingProfile *) g_value_dup_object (value); in gst_camera_bin_set_property()
DPORTING24 camerabin properties. In camerabin2, a GstEncodingProfile is passed as a
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c104 GstEncodingProfile *profile;
553 GstEncodingProfile * profile, GstStream * stream) in get_encodebin_pad_from_stream()
653 GstEncodingProfile *profile = tmp->data; in _setup_avoid_reencoding()
891 _set_profile (GstTranscodeBin * self, GstEncodingProfile * profile) in _set_profile()
Dgsturitranscodebin.c49 GstEncodingProfile *profile;
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/
Dgsttranscoder.c73 GstEncodingProfile *profile;
861 static GstEncodingProfile *
864 GstEncodingProfile *profile; in create_encoding_profile()
895 GstEncodingProfile *profile; in gst_transcoder_new()
920 const gchar * dest_uri, GstEncodingProfile * profile) in gst_transcoder_new_full()
Dgsttranscoder.h122 GstEncodingProfile * profile);
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcamerabin.c1465 (GstEncodingProfile *) gst_encoding_video_profile_new (caps, in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/
DNEWS315 - GstEncodingProfile: The new "element-properties" and
/third_party/gstreamer/gst_libav/
DNEWS315 - GstEncodingProfile: The new "element-properties" and
/third_party/gstreamer/gstplugins_bad/
DNEWS315 - GstEncodingProfile: The new "element-properties" and

12