Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c94 test2 = gst_encoding_profile_get_input_caps (encprof); in GST_START_TEST()
121 out = gst_encoding_profile_get_input_caps (sprof); in GST_START_TEST()
136 out = gst_encoding_profile_get_input_caps (sprof); in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.h195 GstCaps * gst_encoding_profile_get_input_caps (GstEncodingProfile *profile);
Dencoding-profile.c1389 gst_encoding_profile_get_input_caps (GstEncodingProfile * profile) in gst_encoding_profile_get_input_caps() function
1406 res = gst_caps_merge (res, gst_encoding_profile_get_input_caps (sprof)); in gst_encoding_profile_get_input_caps()
/third_party/gstreamer/gstplugins_base/tests/examples/encoding/
Dencoding.c302 profilecaps = gst_encoding_profile_get_input_caps (prof); in transcode_file()
/third_party/gstreamer/gstplugins_base/gst/encoding/
Dgstencodebasebin.c650 outcaps = gst_encoding_profile_get_input_caps (sprof); in next_unused_stream_profile()