Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.c592 static GOnce raw_audio_formats_once = G_ONCE_INIT; in gst_audio_formats_raw() local
597 g_once (&raw_audio_formats_once, generate_raw_audio_formats, NULL); in gst_audio_formats_raw()
599 all = raw_audio_formats_once.retval; in gst_audio_formats_raw()