Home
last modified time | relevance | path

Searched refs:IsEqualGUID (Results 1 – 25 of 29) sorted by relevance

12

/third_party/mingw-w64/mingw-w64-headers/include/
Dguiddef.h92 #define IsEqualIID(riid1, riid2) IsEqualGUID (riid1, riid2)
102 #define IsEqualCLSID(rclsid1, rclsid2) IsEqualGUID (rclsid1, rclsid2)
106 #define IsEqualFMTID(rfmtid1, rfmtid2) IsEqualGUID (rfmtid1, rfmtid2)
161 __inline int IsEqualGUID (REFGUID rguid1, REFGUID rguid2) { in IsEqualGUID() function
166 #define IsEqualGUID(rguid1, rguid2) (!memcmp (rguid1, rguid2, sizeof (GUID))) macro
170 #undef IsEqualGUID
171 #define IsEqualGUID(rguid1, rguid2) InlineIsEqualGUID (rguid1, rguid2) macro
174 #define IsEqualIID(riid1, riid2) IsEqualGUID (riid1, riid2)
175 #define IsEqualCLSID(rclsid1, rclsid2) IsEqualGUID (rclsid1, rclsid2)
180 __inline bool operator== (REFGUID guidOne, REFGUID guidOther) { return !!IsEqualGUID (guidOne, guid…
Dobjbase.h72 #define IsEqualGUID(rguid1, rguid2) wIsEqualGUID (rguid1, rguid2) macro
Dcomcat.idl39 cpp_quote("#define IsEqualCATID(rcatid1, rcatid2) IsEqualGUID(rcatid1, rcatid2)")
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dksvideohelpers.c136 …if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_MJPG) || IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_T… in ks_video_format_to_structure()
137 IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_WAKE) || /* FIXME: NOT tested */ in ks_video_format_to_structure()
138 IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_CFCC) || /* FIXME: NOT tested */ in ks_video_format_to_structure()
139 IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_IJPG)) { /* FIXME: NOT tested */ in ks_video_format_to_structure()
141 } else if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_RGB555)) { in ks_video_format_to_structure()
145 } else if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_RGB565)) { in ks_video_format_to_structure()
149 } else if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_RGB24)) { in ks_video_format_to_structure()
153 } else if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_RGB32)) { in ks_video_format_to_structure()
157 } else if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_ARGB32)) { in ks_video_format_to_structure()
161 } else if (IsEqualGUID (&subtype_guid, &MEDIASUBTYPE_ARGB1555)) { in ks_video_format_to_structure()
[all …]
Dkshelpers.c521 if (IsEqualGUID (guid, &known_property_sets[i].guid)) in ks_property_set_to_string()
/third_party/skia/third_party/externals/libwebp/imageio/
Dwicdec.c200 return (IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
202 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
204 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
206 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
236 has_alpha = IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
238 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
240 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
242 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
326 if (IsEqualGUID(MAKE_REFGUID(src_container_format), in ReadPictureWithWIC()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dwicdec.c197 return (IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
199 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
201 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
203 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasPalette()
233 has_alpha = IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
235 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
237 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
239 IsEqualGUID(MAKE_REFGUID(pixel_format), in HasAlpha()
312 if (IsEqualGUID(MAKE_REFGUID(src_container_format), in ReadPictureWithWIC()
/third_party/gstreamer/gstplugins_bad/sys/dshowsrcwrapper/
Dgstdshowfakesink.cpp49 if (!IsEqualGUID(pmt->majortype, m_MediaType.majortype) || in CheckMediaType()
50 !IsEqualGUID(pmt->subtype, m_MediaType.subtype) || in CheckMediaType()
51 !IsEqualGUID(pmt->formattype, m_MediaType.formattype) || in CheckMediaType()
/third_party/ffmpeg/libavcodec/
Dmf_utils.c160 if (IsEqualGUID(&subtype, &MFAudioFormat_PCM)) { in ff_media_type_to_sample_fmt()
166 } else if (IsEqualGUID(&subtype, &MFAudioFormat_Float)) { in ff_media_type_to_sample_fmt()
201 if (IsEqualGUID(&subtype, mf_pix_fmts[i].guid)) in ff_media_type_to_pix_fmt()
369 if (IsEqualGUID(guid, guid_names[n].guid)) { in ff_guid_str_buf()
412 if (IsEqualGUID(&key, &MF_MT_AUDIO_CHANNEL_MASK)) { in ff_attributes_dump()
418 } else if (IsEqualGUID(&key, &MF_MT_FRAME_SIZE)) { in ff_attributes_dump()
425 } else if (IsEqualGUID(&key, &MF_MT_PIXEL_ASPECT_RATIO) || in ff_attributes_dump()
426 IsEqualGUID(&key, &MF_MT_FRAME_RATE)) { in ff_attributes_dump()
517 if (IsEqualGUID(&key, &MF_MT_SUBTYPE)) { in ff_attributes_dump()
Ddxva2.c138 if (IsEqualGUID(&guidConfigBitstreamEncryption, &ff_DXVA2_NoEncrypt)) in dxva_get_decoder_configuration()
270 if (IsEqualGUID(mode->guid, &guid_list[j])) in dxva_get_decoder_guid()
290 if (IsEqualGUID(decoder_guid, &ff_GUID_NULL)) { in dxva_get_decoder_guid()
295 if (IsEqualGUID(decoder_guid, &ff_DXVADDI_Intel_ModeH264_E)) in dxva_get_decoder_guid()
Dmfenc.c537 if (IsEqualGUID(&c->main_subtype, &tg)) in mf_enca_output_score()
628 if (IsEqualGUID(&c->main_subtype, &tg)) in mf_encv_output_score()
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/
Ddshowvideofakesrc.cpp60 if (IsEqualGUID(pmt->majortype,m_MediaType.majortype) && in CheckMediaType()
61 IsEqualGUID(pmt->subtype,m_MediaType.subtype) && in CheckMediaType()
62 IsEqualGUID(pmt->formattype,m_MediaType.formattype) && in CheckMediaType()
65 if (IsEqualGUID(pmt->formattype, FORMAT_VideoInfo)) { in CheckMediaType()
Ddshowvideosink.cpp1693 if (IsEqualGUID (mediatype->subtype, MEDIASUBTYPE_YUY2)) in video_media_type_to_caps()
1696 else if (IsEqualGUID (mediatype->subtype, MEDIASUBTYPE_UYVY)) in video_media_type_to_caps()
1699 else if (IsEqualGUID (mediatype->subtype, MEDIASUBTYPE_YV12)) in video_media_type_to_caps()
1708 if (IsEqualGUID (mediatype->formattype, FORMAT_VideoInfo) && in video_media_type_to_caps()
1737 if (IsEqualGUID (mediatype->majortype, MEDIATYPE_Video)) in gst_directshow_media_type_to_caps()
1739 else if (IsEqualGUID (mediatype->majortype, MEDIATYPE_Audio)) in gst_directshow_media_type_to_caps()
/third_party/ffmpeg/libavdevice/
Ddshow_common.c153 if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo)) { in ff_print_AM_MEDIA_TYPE()
163 } else if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo2)) { in ff_print_AM_MEDIA_TYPE()
179 } else if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) { in ff_print_AM_MEDIA_TYPE()
Ddshow.c357 if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo)) { in dshow_cycle_formats()
361 } else if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo2)) { in dshow_cycle_formats()
419 if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) { in dshow_cycle_formats()
482 if (!IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) in dshow_set_audio_buffer_size()
620 if (!IsEqualGUID(&category, &PIN_CATEGORY_CAPTURE)) in dshow_cycle_pins()
663 if (IsEqualGUID(&type->majortype, mediatype[devtype])) { in dshow_cycle_pins()
963 if (IsEqualGUID(&type.formattype, &FORMAT_VideoInfo)) { in dshow_add_device()
967 } else if (IsEqualGUID(&type.formattype, &FORMAT_VideoInfo2)) { in dshow_add_device()
1017 if (IsEqualGUID(&type.formattype, &FORMAT_WaveFormatEx)) { in dshow_add_device()
Ddshow_enummediatypes.c38 if (!IsEqualGUID(&this->type.majortype, &GUID_NULL)) { in DECLARE_ADDREF()
Ddshow_pin.c53 if (!IsEqualGUID(&type->majortype, &MEDIATYPE_Video)) in libAVPin_ReceiveConnection()
56 if (!IsEqualGUID(&type->majortype, &MEDIATYPE_Audio)) in libAVPin_ReceiveConnection()
Ddshow_capture.h82 if (IsEqualGUID(riid, ifaces[i].iid)) { \
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowaudiodec.cpp276 if (IsEqualGUID (pmt->majortype, m_MediaType.majortype) && in CheckMediaType()
277 IsEqualGUID (pmt->subtype, m_MediaType.subtype) && in CheckMediaType()
278 IsEqualGUID (pmt->formattype, m_MediaType.formattype)) in CheckMediaType()
1003 if (IsEqualGUID (mediatype->subtype, MEDIASUBTYPE_PCM) && in gst_dshowaudiodec_get_filter_settings()
1004 IsEqualGUID (mediatype->formattype, FORMAT_WaveFormatEx)) in gst_dshowaudiodec_get_filter_settings()
Dgstdshowvideodec.cpp1000 if (IsEqualGUID (mediatype->subtype, MEDIASUBTYPE_RGB24) && in gst_dshowvideodec_src_getcaps()
1001 IsEqualGUID (mediatype->formattype, FORMAT_VideoInfo)) in gst_dshowvideodec_src_getcaps()
1090 if (IsEqualGUID (mediatype->subtype, subtype) && in gst_dshowvideodec_get_filter_output_format()
1091 IsEqualGUID (mediatype->formattype, FORMAT_VideoInfo)) in gst_dshowvideodec_get_filter_output_format()
/third_party/glib/gio/
Dgwin32file-sync-stream.c85 if (IsEqualGUID (ref_interface_guid, &IID_IUnknown)) in _file_sync_stream_query_interface()
91 else if (IsEqualGUID (ref_interface_guid, &IID_IStream)) in _file_sync_stream_query_interface()
/third_party/flutter/skia/src/ports/
DSkImageEncoder_WIC.cpp176 hr = IsEqualGUID(formatGUID, formatDesired) ? S_OK : E_FAIL; in SkEncodeImageWithWIC()
/third_party/skia/src/ports/
DSkImageEncoder_WIC.cpp176 hr = IsEqualGUID(formatGUID, formatDesired) ? S_OK : E_FAIL; in SkEncodeImageWithWIC()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapiutil.c674 if (IsEqualGUID (&format->SubFormat, &KSDATAFORMAT_SUBTYPE_PCM)) { in gst_waveformatex_to_audio_format()
677 } else if (IsEqualGUID (&format->SubFormat, in gst_waveformatex_to_audio_format()
/third_party/mingw-w64/mingw-w64-crt/lib-common/
Dole32.def.in318 IsEqualGUID

12