Home
last modified time | relevance | path

Searched defs:guid (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfutils.cpp505 #define GST_MF_IF_EQUAL_RETURN(guid,val) G_STMT_START { \ argument
511 gst_mf_guid_to_static_string (const GUID & guid) in gst_mf_guid_to_static_string()
682 gst_mf_guid_to_string (const GUID & guid) in gst_mf_guid_to_string()
712 gst_mf_attribute_value_to_string (const GUID & guid, const PROPVARIANT & var) in gst_mf_attribute_value_to_string()
760 GUID guid = GUID_NULL; in gst_mf_dump_attribute_value_by_index() local
/third_party/ffmpeg/libavcodec/
Dmf_utils.c28 HRESULT ff_MFGetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFGetAttributeSize()
40 HRESULT ff_MFSetAttributeSize(IMFAttributes *pattr, REFGUID guid, in ff_MFSetAttributeSize()
177 const GUID *guid; member
222 int ff_fourcc_from_guid(const GUID *guid, uint32_t *out_fourcc) in ff_fourcc_from_guid()
242 const GUID *guid; member
364 char *ff_guid_str_buf(char *buf, size_t buf_size, const GUID *guid) in ff_guid_str_buf()
Damfenc_h264.c136 AMFGuid guid; in amf_encode_init_h264() local
Damfenc_hevc.c103 AMFGuid guid; in amf_encode_init_hevc() local
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfobjects.c67 gst_asf_generate_file_id (Guid * guid) in gst_asf_generate_file_id()
266 gst_asf_match_guid (const guint8 * data, const Guid * guid) in gst_asf_match_guid()
312 gst_asf_put_guid (guint8 * buf, Guid guid) in gst_asf_put_guid()
413 gst_asf_match_and_peek_obj_size (const guint8 * data, const Guid * guid) in gst_asf_match_and_peek_obj_size()
439 gst_asf_match_and_peek_obj_size_buf (GstBuffer * buf, const Guid * guid) in gst_asf_match_and_peek_obj_size_buf()
815 const guint8 *guid = NULL; in gst_asf_parse_headers_from_data() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/dummy/
DSDL_sysjoystick.c104 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetDeviceGUID() local
115 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetGUID() local
/third_party/node/tools/gyp/pylib/gyp/
DMSVSNew.py81 def __init__(self, path, name=None, entries=None, guid=None, items=None): argument
126 guid=None, argument
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/haiku/
DSDL_haikujoystick.cc252 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetDeviceGUID() local
262 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetGUID() local
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSNew.py70 guid = None, items = None): argument
110 def __init__(self, path, name = None, dependencies = None, guid = None, argument
/third_party/gn/src/gn/
Dvisual_studio_utils_unittest.cc12 std::string guid = MakeGuid(__FILE__, "foo"); in TEST() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/
DSDL_sysjoystick.c383 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetDeviceGUID() local
394 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetGUID() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick_c.h32 SDL_JoystickGUID guid; member
67 SDL_JoystickGUID guid; member
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/benchmark/
Dtest.json5 "guid": "e50ffae9-7128-4148-9ee5-40c3fc523c5d", string
50 "guid": "2bee9efc-4095-4c2e-87ef-d08c8054c89d", string
95 "guid": "ddd6e8c0-95bd-416d-8b46-a768d6363809", string
/third_party/ffmpeg/libavformat/
Driff.h100 ff_asf_guid guid; member
/third_party/typescript/tests/cases/conformance/types/intersection/
DoperatorsAndIntersectionTypes.ts13 let guid = createGuid(); variable
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pdata.h10 GUID guid; member
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dkshelpers.c346 ks_guid_to_string (const GUID * guid) 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()
/third_party/flutter/skia/third_party/externals/sdl/src/core/windows/
DSDL_windows.c147 WIN_LookupAudioDeviceName(const WCHAR *name, const GUID *guid) in WIN_LookupAudioDeviceName()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/
DSDL_sysjoystick_c.h40 SDL_JoystickGUID guid; member
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick.c65 SDL_JoystickGUID guid; member
81 IsJoystick(int fd, char *namebuf, const size_t namebuflen, SDL_JoystickGUID *guid) in IsJoystick()
172 SDL_JoystickGUID guid; in MaybeAddDevice() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c60 SDL_JoystickGUID guid; member
85 SDL_JoystickGUID guid; member
286 ControllerMapping_t *SDL_PrivateGetControllerMappingForGUID(SDL_JoystickGUID *guid) in SDL_PrivateGetControllerMappingForGUID()
497 void SDL_PrivateLoadButtonMapping(struct _SDL_ControllerMapping *pMapping, SDL_JoystickGUID guid, c… in SDL_PrivateLoadButtonMapping()
835 SDL_GameControllerMappingForGUID(SDL_JoystickGUID guid) in SDL_GameControllerMappingForGUID()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_subpicture.c35 static void PrintGUID(const char *guid) in PrintGUID()
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/iphoneos/
DSDL_sysjoystick_c.h41 SDL_JoystickGUID guid; member
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/
DSDL_sysjoystick.c249 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetDeviceGUID() local
259 SDL_JoystickGUID guid; in SDL_SYS_JoystickGetGUID() local
/third_party/typescript/tests/baselines/reference/
DoperatorsAndIntersectionTypes.js14 let guid = createGuid(); variable

12345