Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2util.c408 const gchar *afmt; in gst_wasapi2_util_parse_waveformatex() local
426 afmt = gst_wasapi2_util_waveformatex_to_audio_format (format); in gst_wasapi2_util_parse_waveformatex()
427 if (afmt == NULL) in gst_wasapi2_util_parse_waveformatex()
436 "format", G_TYPE_STRING, afmt, in gst_wasapi2_util_parse_waveformatex()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c752 const gchar *afmt; in gst_wasapi_util_parse_waveformatex() local
770 afmt = gst_waveformatex_to_audio_format (format); in gst_wasapi_util_parse_waveformatex()
771 if (afmt == NULL) in gst_wasapi_util_parse_waveformatex()
784 "format", G_TYPE_STRING, afmt, in gst_wasapi_util_parse_waveformatex()
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc459 FORMATETC* afmt, in CreateEnumFormatEtc() argument
461 if (cfmt == 0 || afmt == 0 || ppEnumFormatEtc == 0) in CreateEnumFormatEtc()
464 *ppEnumFormatEtc = new DragEnumFormatEtc(afmt, cfmt); in CreateEnumFormatEtc()
Dosr_dragdrop_win.h116 FORMATETC* afmt,