Home
last modified time | relevance | path

Searched refs:guid (Results 1 – 25 of 140) sorted by relevance

123456

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp505 #define GST_MF_IF_EQUAL_RETURN(guid,val) G_STMT_START { \ argument
506 if (IsEqualGUID (guid, val)) \
511 gst_mf_guid_to_static_string (const GUID & guid) in gst_mf_guid_to_static_string() argument
513 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_MAJOR_TYPE); in gst_mf_guid_to_static_string()
514 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_MAJOR_TYPE); in gst_mf_guid_to_static_string()
515 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_SUBTYPE); in gst_mf_guid_to_static_string()
516 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_ALL_SAMPLES_INDEPENDENT); in gst_mf_guid_to_static_string()
517 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_FIXED_SIZE_SAMPLES); in gst_mf_guid_to_static_string()
518 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_COMPRESSED); in gst_mf_guid_to_static_string()
519 GST_MF_IF_EQUAL_RETURN (guid, MF_MT_SAMPLE_SIZE); in gst_mf_guid_to_static_string()
[all …]
Dgstmfaacenc.cpp230 GUID guid = GUID_NULL; in gst_mf_aac_enc_get_output_type() local
233 hr = type->GetGUID (MF_MT_MAJOR_TYPE, &guid); in gst_mf_aac_enc_get_output_type()
237 if (!IsEqualGUID (guid, MFMediaType_Audio)) { in gst_mf_aac_enc_get_output_type()
242 hr = type->GetGUID (MF_MT_SUBTYPE, &guid); in gst_mf_aac_enc_get_output_type()
246 if (!IsEqualGUID (guid, MFAudioFormat_AAC)) { in gst_mf_aac_enc_get_output_type()
378 GUID guid = GUID_NULL; in gst_mf_aac_enc_get_input_type() local
381 hr = type->GetGUID (MF_MT_MAJOR_TYPE, &guid); in gst_mf_aac_enc_get_input_type()
385 if (!IsEqualGUID (guid, MFMediaType_Audio)) { in gst_mf_aac_enc_get_input_type()
390 hr = type->GetGUID (MF_MT_SUBTYPE, &guid); in gst_mf_aac_enc_get_input_type()
394 if (!IsEqualGUID (guid, MFAudioFormat_PCM)) { in gst_mf_aac_enc_get_input_type()
[all …]
Dgstmfmp3enc.cpp230 GUID guid = GUID_NULL; in gst_mf_mp3_enc_get_output_type() local
233 hr = type->GetGUID (MF_MT_MAJOR_TYPE, &guid); in gst_mf_mp3_enc_get_output_type()
237 if (!IsEqualGUID (guid, MFMediaType_Audio)) { in gst_mf_mp3_enc_get_output_type()
242 hr = type->GetGUID (MF_MT_SUBTYPE, &guid); in gst_mf_mp3_enc_get_output_type()
246 if (!IsEqualGUID (guid, MFAudioFormat_MP3)) { in gst_mf_mp3_enc_get_output_type()
362 GUID guid = GUID_NULL; in gst_mf_mp3_enc_get_input_type() local
365 hr = type->GetGUID (MF_MT_MAJOR_TYPE, &guid); in gst_mf_mp3_enc_get_input_type()
369 if (!IsEqualGUID (guid, MFMediaType_Audio)) { in gst_mf_mp3_enc_get_input_type()
374 hr = type->GetGUID (MF_MT_SUBTYPE, &guid); in gst_mf_mp3_enc_get_input_type()
378 if (!IsEqualGUID (guid, MFAudioFormat_PCM)) { in gst_mf_mp3_enc_get_input_type()
[all …]
/third_party/typescript/tests/baselines/reference/
DoperatorsAndIntersectionTypes.types31 let guid = createGuid();
32 >guid : Guid
36 map1[guid] = 123; // Can with tagged string
37 >map1[guid] = 123 : 123
38 >map1[guid] : number
40 >guid : Guid
60 const s1 = "{" + guid + "}";
62 >"{" + guid + "}" : string
63 >"{" + guid : string
65 >guid : Guid
[all …]
DoperatorsAndIntersectionTypes.js14 let guid = createGuid(); variable
15 map1[guid] = 123; // Can with tagged string
21 const s1 = "{" + guid + "}";
22 const s2 = guid.toLowerCase();
23 const s3 = guid + guid;
24 const s4 = guid + serialNo;
28 const b1 = guid === "";
29 const b2 = guid === guid;
42 var guid = createGuid();
43 map1[guid] = 123; // Can with tagged string
[all …]
DoperatorsAndIntersectionTypes.symbols28 let guid = createGuid();
29 >guid : Symbol(guid, Decl(operatorsAndIntersectionTypes.ts, 12, 3))
32 map1[guid] = 123; // Can with tagged string
34 >guid : Symbol(guid, Decl(operatorsAndIntersectionTypes.ts, 12, 3))
48 const s1 = "{" + guid + "}";
50 >guid : Symbol(guid, Decl(operatorsAndIntersectionTypes.ts, 12, 3))
52 const s2 = guid.toLowerCase();
54 >guid.toLowerCase : Symbol(String.toLowerCase, Decl(lib.es5.d.ts, --, --))
55 >guid : Symbol(guid, Decl(operatorsAndIntersectionTypes.ts, 12, 3))
58 const s3 = guid + guid;
[all …]
/third_party/typescript/tests/cases/conformance/types/intersection/
DoperatorsAndIntersectionTypes.ts13 let guid = createGuid(); variable
14 map1[guid] = 123; // Can with tagged string
20 const s1 = "{" + guid + "}";
21 const s2 = guid.toLowerCase();
22 const s3 = guid + guid;
23 const s4 = guid + serialNo;
27 const b1 = guid === "";
28 const b2 = guid === guid;
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Duvc_h264.h356 #define GUID_ARGS(guid) guid[0], guid[1], guid[2], guid[3], \ argument
357 guid[4], guid[5], guid[6], guid[7], \
358 guid[8], guid[9], guid[10], guid[11], \
359 guid[12], guid[13], guid[14], guid[15]
/third_party/ffmpeg/libavcodec/
Dmf_utils.c28 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFGetAttributeSize() argument
32 HRESULT hr = IMFAttributes_GetUINT64(pattr, guid, &t); in ff_MFGetAttributeSize()
40 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFSetAttributeSize() argument
44 return IMFAttributes_SetUINT64(pattr, guid, t); in ff_MFSetAttributeSize()
177 const GUID *guid; member
201 if (IsEqualGUID(&subtype, mf_pix_fmts[i].guid)) in ff_media_type_to_pix_fmt()
214 return mf_pix_fmts[i].guid; in ff_pix_fmt_to_guid()
222 int ff_fourcc_from_guid(const GUID *guid, uint32_t *out_fourcc) in ff_fourcc_from_guid() argument
224 if (guid->Data2 == 0 && guid->Data3 == 0x0010 && in ff_fourcc_from_guid()
225 guid->Data4[0] == 0x80 && in ff_fourcc_from_guid()
[all …]
Ddxva2.c54 const GUID *guid; member
161 static int d3d11va_validate_output(void *service, GUID guid, const void *surface_format) in d3d11va_validate_output() argument
166 &guid, in d3d11va_validate_output()
174 static int dxva2_validate_output(void *decoder_service, GUID guid, const void *surface_format) in dxva2_validate_output() argument
180 …_GetDecoderRenderTargets((IDirectXVideoDecoderService *)decoder_service, &guid, &target_count, &ta… in dxva2_validate_output()
224 const GUID *guid = &guid_list[i]; in dxva_list_guids_debug() local
228 (unsigned) guid->Data1, guid->Data2, guid->Data3, in dxva_list_guids_debug()
229 guid->Data4[0], guid->Data4[1], in dxva_list_guids_debug()
230 guid->Data4[2], guid->Data4[3], in dxva_list_guids_debug()
231 guid->Data4[4], guid->Data4[5], in dxva_list_guids_debug()
[all …]
Dmf_utils.h46 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid,
48 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid,
157 int ff_fourcc_from_guid(const GUID *guid, uint32_t *out_fourcc);
158 char *ff_guid_str_buf(char *buf, size_t buf_size, const GUID *guid);
159 #define ff_guid_str(guid) ff_guid_str_buf((char[80]){0}, 80, guid) argument
/third_party/gptfdisk/
Dbsd.cc270 GPTPart guid; // dump data in here, then return it in AsGPT() local
274 guid.BlankPartition(); in AsGPT()
298 guid.SetFirstLBA(sectorOne); in AsGPT()
299 guid.SetLastLBA(sectorEnd); in AsGPT()
301 guid.RandomizeUniqueGUID(); in AsGPT()
303 guid.SetAttributes(UINT64_C(0)); in AsGPT()
312 guid.SetType(0xa502); break; in AsGPT()
314 guid.SetType(0xa503); break; in AsGPT()
316 guid.SetType(0x0700); break; in AsGPT()
318 guid.SetType(0xa903); break; in AsGPT()
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSNew.py50 guid = (
63 return guid
78 def __init__(self, path, name=None, entries=None, guid=None, items=None): argument
97 self.guid = guid
106 if self.guid is None:
108 self.guid = MakeGuid(self.path, seed="msvs_folder")
109 return self.guid
123 guid=None, argument
145 self.guid = guid
167 if self.guid is None:
[all …]
DMSVSProject.py54 def __init__(self, project_path, version, name, guid=None, platforms=None): argument
67 self.guid = guid
195 "ProjectGUID": self.guid,
/third_party/node/tools/gyp/pylib/gyp/
DMSVSNew.py50 guid = (
63 return guid
78 def __init__(self, path, name=None, entries=None, guid=None, items=None): argument
97 self.guid = guid
106 if self.guid is None:
108 self.guid = MakeGuid(self.path, seed="msvs_folder")
109 return self.guid
123 guid=None, argument
145 self.guid = guid
167 if self.guid is None:
[all …]
DMSVSProject.py54 def __init__(self, project_path, version, name, guid=None, platforms=None): argument
67 self.guid = guid
195 "ProjectGUID": self.guid,
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfobjects.c67 gst_asf_generate_file_id (Guid * guid) in gst_asf_generate_file_id() argument
71 guid->v1 = g_random_int (); in gst_asf_generate_file_id()
73 guid->v2 = (guint16) (aux & 0x0000FFFF); in gst_asf_generate_file_id()
74 guid->v3 = (guint16) (aux >> 16); in gst_asf_generate_file_id()
75 guid->v4 = (((guint64) g_random_int ()) << 32) | (guint64) g_random_int (); in gst_asf_generate_file_id()
266 gst_asf_match_guid (const guint8 * data, const Guid * guid) in gst_asf_match_guid() argument
274 return g.v1 == guid->v1 && in gst_asf_match_guid()
275 g.v2 == guid->v2 && g.v3 == guid->v3 && g.v4 == guid->v4; in gst_asf_match_guid()
312 gst_asf_put_guid (guint8 * buf, Guid guid) in gst_asf_put_guid() argument
317 *aux32 = GUINT32_TO_LE (guid.v1); in gst_asf_put_guid()
[all …]
/third_party/gn/src/gn/
Dvisual_studio_utils_unittest.cc12 std::string guid = MakeGuid(__FILE__, "foo"); in TEST() local
13 ASSERT_EQ(pattern.size(), guid.size()); in TEST()
16 ASSERT_TRUE(base::IsAsciiAlpha(guid[i]) || base::IsAsciiDigit(guid[i])); in TEST()
18 ASSERT_EQ(pattern[i], guid[i]); in TEST()
22 ASSERT_EQ(guid, MakeGuid(__FILE__, "foo")); in TEST()
25 ASSERT_NE(guid, MakeGuid(std::string(__FILE__) + ".txt", "foo")); in TEST()
26 ASSERT_NE(guid, MakeGuid(__FILE__, "bar")); in TEST()
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dkshelpers.c346 ks_guid_to_string (const GUID * guid) in ks_guid_to_string() argument
349 (guint) guid->Data1, (guint) guid->Data2, (guint) guid->Data3, in ks_guid_to_string()
350 (guint) guid->Data4[0], (guint) guid->Data4[1], (guint) guid->Data4[2], in ks_guid_to_string()
351 (guint) guid->Data4[3], (guint) guid->Data4[4], (guint) guid->Data4[5], in ks_guid_to_string()
352 (guint) guid->Data4[6], (guint) guid->Data4[7]); in ks_guid_to_string()
415 const GUID guid; member
515 ks_property_set_to_string (const GUID * guid) in ks_property_set_to_string() argument
521 if (IsEqualGUID (guid, &known_property_sets[i].guid)) in ks_property_set_to_string()
525 return ks_guid_to_string (guid); in ks_property_set_to_string()
/third_party/mbedtls/scripts/
Dgenerate_visualc_files.pl147 my $guid = md5_hex( "mbedTLS:$path" );
148 $guid =~ s/(.{8})(.{4})(.{4})(.{4})(.{12})/\U{$1-$2-$3-$4-$5}/;
150 return $guid;
156 my $guid = gen_app_guid( $path );
172 $content =~ s/<GUID>/$guid/g;
228 my $guid = gen_app_guid( $path );
233 $app_entry =~ s/{GUID}/$guid/g;
238 $conf_entry =~ s/{GUID}/$guid/g;
/third_party/gstreamer/gstplugins_bad/ext/dc1394/
Dgstdc1394src.c108 const gchar * guid);
197 src->guid = -1; in gst_dc1394_src_init()
363 gst_dc1394_src_set_prop_camera_guid (GstDC1394Src * src, const gchar * guid) in gst_dc1394_src_set_prop_camera_guid() argument
367 if (!guid) { in gst_dc1394_src_set_prop_camera_guid()
370 src->guid = -1; in gst_dc1394_src_set_prop_camera_guid()
374 src->guid = g_ascii_strtoull (guid, &end, 16); in gst_dc1394_src_set_prop_camera_guid()
375 if (errno == ERANGE || end == guid || *end != '\0') { in gst_dc1394_src_set_prop_camera_guid()
376 GST_ERROR_OBJECT (src, "Invalid camera GUID value: %s.", guid); in gst_dc1394_src_set_prop_camera_guid()
385 if (src->guid == -1) { in gst_dc1394_src_get_prop_camera_guid()
388 return g_strdup_printf ("%016" G_GINT64_MODIFIER "X", src->guid); in gst_dc1394_src_get_prop_camera_guid()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsounddevice.c68 guid_to_string (LPGUID guid) in guid_to_string() argument
73 if (StringFromCLSID (guid, &wstr) == S_OK) { in guid_to_string()
214 g_free (device->guid); in gst_directsound_device_finalize()
231 g_object_set (elem, "device", directsound_dev->guid, NULL); in gst_directsound_device_create_element()
244 g_value_set_string (value, device->guid); in gst_directsound_device_get_property()
260 device->guid = g_value_dup_string (value); in gst_directsound_device_set_property()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c35 static void PrintGUID(const char *guid) in PrintGUID() argument
40 printf("%c,", guid[i] == 0 ? '0' : guid[i]); in PrintGUID()
42 printf("%x,", (unsigned char)guid[i]); in PrintGUID()
43 printf("%x\n", (unsigned int)guid[15]); in PrintGUID()
112 PrintGUID(subpics[i].guid); in main()
/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsounddevice.c68 guid_to_string (LPGUID guid) in guid_to_string() argument
73 if (StringFromCLSID (guid, &wstr) == S_OK) { in guid_to_string()
214 g_free (device->guid); in gst_directsound_device_finalize()
231 g_object_set (elem, "device", directsound_dev->guid, NULL); in gst_directsound_device_create_element()
244 g_value_set_string (value, device->guid); in gst_directsound_device_get_property()
260 device->guid = g_value_dup_string (value); in gst_directsound_device_set_property()
/third_party/ffmpeg/libavformat/
Dasfdec_o.c60 ff_asf_guid guid; member
148 static const GUIDParseTable *find_guid(ff_asf_guid guid);
159 static void swap_guid(ff_asf_guid guid) in swap_guid() argument
161 FFSWAP(unsigned char, guid[0], guid[3]); in swap_guid()
162 FFSWAP(unsigned char, guid[1], guid[2]); in swap_guid()
163 FFSWAP(unsigned char, guid[4], guid[5]); in swap_guid()
164 FFSWAP(unsigned char, guid[6], guid[7]); in swap_guid()
467 ff_asf_guid guid; in process_metadata() local
483 ff_get_guid(s->pb, &guid); in process_metadata()
836 ff_asf_guid guid; in asf_read_ext_stream_properties() local
[all …]

123456