Searched refs:GstEncodingContainerProfile (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-profile.h | 60 …G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_ENCODING_CONTAINER_PROFILE, GstEncodingContainerProfile)) 63 typedef struct _GstEncodingContainerProfile GstEncodingContainerProfile; typedef 217 gboolean gst_encoding_container_profile_add_profile (GstEncodingContainerProfile *cont… 221 gboolean gst_encoding_container_profile_contains_profile (GstEncodingContainerProfile * con… 225 const GList * gst_encoding_container_profile_get_profiles (GstEncodingContainerProfile *prof… 229 GstEncodingContainerProfile * gst_encoding_container_profile_new (const gchar *name, 278 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstEncodingContainerProfile, gst_object_unref)
|
D | encoding-profile.c | 949 G_DEFINE_TYPE (GstEncodingContainerProfile, gst_encoding_container_profile, 953 gst_encoding_container_profile_init (GstEncodingContainerProfile * prof) in gst_encoding_container_profile_init() 961 GstEncodingContainerProfile *prof = (GstEncodingContainerProfile *) object; in gst_encoding_container_profile_finalize() 974 GstEncodingContainerProfile *self = GST_ENCODING_CONTAINER_PROFILE (profile), in gst_encoding_container_profile_copy() 1002 gst_encoding_container_profile_get_profiles (GstEncodingContainerProfile * in gst_encoding_container_profile_get_profiles() 1159 _compare_container_encoding_profiles (GstEncodingContainerProfile * ca, in _compare_container_encoding_profiles() 1160 GstEncodingContainerProfile * cb) in _compare_container_encoding_profiles() 1218 gst_encoding_container_profile_contains_profile (GstEncodingContainerProfile * in gst_encoding_container_profile_contains_profile() 1241 gst_encoding_container_profile_add_profile (GstEncodingContainerProfile * in gst_encoding_container_profile_add_profile() 1292 GstEncodingContainerProfile * [all …]
|
D | encoding-target.c | 678 (GstEncodingContainerProfile *) sprof, pprof); in parse_encoding_profile()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | profile.c | 86 (GstEncodingContainerProfile *) encprof, in GST_START_TEST() 89 (GstEncodingContainerProfile *) encprof, in GST_START_TEST() 252 gst_encoding_container_profile_add_profile ((GstEncodingContainerProfile *) in create_saveload_target() 264 gst_encoding_container_profile_add_profile ((GstEncodingContainerProfile *) in create_saveload_target() 378 (GstEncodingContainerProfile *) prof)), 2); in test_individual_target() 387 (GstEncodingContainerProfile *) prof, sprof1)); in test_individual_target() 402 (GstEncodingContainerProfile *) prof, sprof2)); in test_individual_target() 620 GstEncodingContainerProfile *cprof; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/camerabin2/ |
D | gst-camera2.c | 58 GstEncodingContainerProfile *container; in create_ogg_profile() 81 GstEncodingContainerProfile *container; in create_webm_profile() 104 GstEncodingContainerProfile *container; in create_mp4_profile()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | encodebin.c | 34 GstEncodingContainerProfile *prof; in create_ogg_profile() 47 GstEncodingContainerProfile *cprof; in create_ogg_vorbis_profile() 68 GstEncodingContainerProfile *prof; in create_ogg_theora_vorbis_profile() 978 GstEncodingContainerProfile *cprof; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | qtmux.c | 800 static GstEncodingContainerProfile * 803 GstEncodingContainerProfile *cprof; in create_qtmux_profile() 829 GstEncodingContainerProfile *cprof; in GST_START_TEST() 916 static GstEncodingContainerProfile * 919 GstEncodingContainerProfile *cprof; in create_mp4mux_profile() 941 GstEncodingContainerProfile *cprof; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/ |
D | encoding.c | 142 GstEncodingContainerProfile *cprof = NULL; in create_profile()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstcamerabin2.c | 1276 gst_encoding_container_profile_get_profiles ((GstEncodingContainerProfile in gst_camera_bin_video_profile_has_audio() 1544 GstEncodingContainerProfile *prof; in gst_camera_bin_create_elements() 2201 (GstEncodingContainerProfile *) camera->image_profile); in gst_camera_bin_set_property()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | camerabin.c | 1454 GstEncodingContainerProfile *profile; in GST_START_TEST()
|