Searched refs:caps_st (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 2284 h264_caps_structure_get_profile_flags_level (GstStructure * caps_st, in h264_caps_structure_get_profile_flags_level() argument 2294 codec_data_value = gst_structure_get_value (caps_st, "codec_data"); in h264_caps_structure_get_profile_flags_level() 2324 aac_caps_structure_get_audio_object_type (GstStructure * caps_st, in aac_caps_structure_get_audio_object_type() argument 2335 codec_data_value = gst_structure_get_value (caps_st, "codec_data"); in aac_caps_structure_get_audio_object_type() 2366 GstStructure *caps_st = NULL; in hevc_caps_get_mime_codec() local 2385 caps_st = gst_caps_get_structure (caps, 0); in hevc_caps_get_mime_codec() 2386 codec_data_value = gst_structure_get_value (caps_st, "codec_data"); in hevc_caps_get_mime_codec() 2387 stream_format = gst_structure_get_string (caps_st, "stream-format"); in hevc_caps_get_mime_codec() 2486 GstStructure *caps_st = NULL; in gst_codec_utils_caps_get_mime_codec() local 2492 caps_st = gst_caps_get_structure (caps, 0); in gst_codec_utils_caps_get_mime_codec() [all …]
|
D | gstdiscoverer.c | 909 GstStructure *caps_st; in collect_information() local 937 caps_st = gst_caps_get_structure (caps, 0); in collect_information() 938 name = gst_structure_get_name (caps_st); in collect_information() 948 if (gst_structure_get_int (caps_st, "rate", &tmp)) in collect_information() 951 if (gst_structure_get_int (caps_st, "channels", &tmp)) in collect_information() 954 if (gst_structure_get (caps_st, "channel-mask", GST_TYPE_BITMASK, in collect_information() 963 format_str = gst_structure_get_string (caps_st, "format"); in collect_information() 1008 if (gst_structure_get_int (caps_st, "width", &tmp)) in collect_information() 1010 if (gst_structure_get_int (caps_st, "height", &tmp)) in collect_information() 1013 if (gst_structure_get_fraction (caps_st, "framerate", &tmp, &tmp2)) { in collect_information() [all …]
|