Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c416 guint num_structures = gst_caps_get_size (profile_rawcaps); in gst_va_caps_from_profiles() local
418 for (k = 0; k < num_structures; k++) { in gst_va_caps_from_profiles()
442 guint num_structures = gst_caps_get_size (profile_codedcaps); in gst_va_caps_from_profiles() local
444 for (k = 0; k < num_structures; k++) { in gst_va_caps_from_profiles()
Dgstvabasedec.c722 guint num_structures, i; in gst_va_base_dec_get_preferred_format_and_caps_features() local
739 num_structures = gst_caps_get_size (peer_caps); in gst_va_base_dec_get_preferred_format_and_caps_features()
740 for (i = 0; i < num_structures; i++) { in gst_va_base_dec_get_preferred_format_and_caps_features()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c2334 guint structure_nr, num_structures; in gst_nonstream_audio_decoder_get_downstream_info() local
2347 num_structures = gst_caps_get_size (allowed_srccaps); in gst_nonstream_audio_decoder_get_downstream_info()
2348 GST_DEBUG_OBJECT (dec, "%u structure(s) in downstream caps", num_structures); in gst_nonstream_audio_decoder_get_downstream_info()
2349 for (structure_nr = 0; structure_nr < num_structures; ++structure_nr) { in gst_nonstream_audio_decoder_get_downstream_info()