Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxcoreaudiocommon.c314 const gchar * adesc) in gst_core_audio_open_device() argument
332 adesc); in gst_core_audio_open_device()
340 adesc, (int) status); in gst_core_audio_open_device()
370 GST_DEBUG_OBJECT (core_audio->osxbuf, "Created %s AudioUnit: %p", adesc, in gst_core_audio_open_device()
Dgstosxcoreaudiocommon.h55 const gchar *adesc);
/third_party/ffmpeg/libavfilter/
Dformats.c116 const AVPixFmtDescriptor *adesc = av_pix_fmt_desc_get(a->formats[i]); in merge_formats_internal() local
118 alpha2 |= adesc->flags & bdesc->flags & AV_PIX_FMT_FLAG_ALPHA; in merge_formats_internal()
119 chroma2|= adesc->nb_components > 1 && bdesc->nb_components > 1; in merge_formats_internal()
121 alpha1 |= adesc->flags & AV_PIX_FMT_FLAG_ALPHA; in merge_formats_internal()
122 chroma1|= adesc->nb_components > 1; in merge_formats_internal()