Searched refs:GET_FROM_TUPLE (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 2226 #define GET_FROM_TUPLE(v, t, n, val) G_STMT_START{ \ macro 2237 GET_FROM_TUPLE (tuple, maybe, index, &maybe); in _maybe_get_string_from_tuple() 2255 GET_FROM_TUPLE (info_variant, uint64, 1, &info->duration); in _parse_info() 2256 GET_FROM_TUPLE (info_variant, boolean, 2, &info->seekable); in _parse_info() 2262 GET_FROM_TUPLE (info_variant, boolean, 4, &info->live); in _parse_info() 2290 GET_FROM_TUPLE (common, variant, 4, &nextv); in _parse_common_stream_info() 2305 GET_FROM_TUPLE (specific, uint32, 0, &ainfo->channels); in _parse_audio_stream_info() 2306 GET_FROM_TUPLE (specific, uint32, 1, &ainfo->sample_rate); in _parse_audio_stream_info() 2307 GET_FROM_TUPLE (specific, uint32, 2, &ainfo->bitrate); in _parse_audio_stream_info() 2308 GET_FROM_TUPLE (specific, uint32, 3, &ainfo->max_bitrate); in _parse_audio_stream_info() [all …]
|