Searched refs:num_structures (Results 1 – 3 of 3) sorted by relevance
416 guint num_structures = gst_caps_get_size (profile_rawcaps); in gst_va_caps_from_profiles() local418 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() local444 for (k = 0; k < num_structures; k++) { in gst_va_caps_from_profiles()
722 guint num_structures, i; in gst_va_base_dec_get_preferred_format_and_caps_features() local739 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()
2334 guint structure_nr, num_structures; in gst_nonstream_audio_decoder_get_downstream_info() local2347 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()