| /external/chromium_org/third_party/libvpx/source/libvpx/ |
| examples.mk | 72 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950 92 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1 102 vp9_spatial_svc_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D 115 vpx_temporal_svc_encoder.GUID = B18C08F2-A439-4502-A78E-849BE3D60947 118 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC 133 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7 143 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42 150 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD 157 vp9_lossless_encoder.GUID = B63C7C88-5348-46DC-A5A6-CC151EF93366 164 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD [all...] |
| /external/libvpx/libvpx/ |
| examples.mk | 41 vpxdec.GUID = BA5FE66F-38DD-E034-F542-B1578C5FB950 61 vpxenc.GUID = 548DEC74-7A15-4B2B-AFC3-AA102E7C25C1 70 vp9_spatial_scalable_encoder.GUID = 4A38598D-627D-4505-9C7B-D4020C84100D 79 #example_xma.GUID = A955FC4A-73F1-44F7-135E-30D84D32F022 87 vpx_temporal_scalable_patterns.GUID = B18C08F2-A439-4502-A78E-849BE3D60947 90 simple_decoder.GUID = D3BBF1E9-2427-450D-BBFF-B2843C1D44CC 105 postproc.GUID = 65E33355-F35E-4088-884D-3FD4905881D7 115 decode_to_md5.GUID = 59120B9B-2735-4BFE-B022-146CA340FE42 122 simple_encoder.GUID = 4607D299-8A71-4D2C-9B1D-071899B6FBFD 129 twopass_encoder.GUID = 73494FA6-4AF9-4763-8FBB-265C92402FD [all...] |
| /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/ |
| list_ports_windows.py | 47 class GUID(ctypes.Structure): 66 ('ClassGuid', GUID), 82 SetupDiClassGuidsFromName.argtypes = [PCTSTR, ctypes.POINTER(GUID), DWORD, PDWORD] 90 SetupDiGetClassDevs.argtypes = [ctypes.POINTER(GUID), PCTSTR, HWND, DWORD] 131 GUIDs = (GUID*8)() # so far only seen one used, so hope 8 are enough...
|
| /development/host/windows/usb/api/ |
| adb_api.h | 201 GUID class_id;
227 ADBWIN_API ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
287 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
|
| adb_helper_routines.cpp | 84 GUID class_id,
145 bool EnumerateDeviceInterfaces(GUID class_id,
|
| /external/chromium_org/media/video/capture/win/ |
| sink_input_pin_win.cc | 87 GUID type = media_type->majortype; 91 GUID format_type = media_type->formattype; 96 GUID sub_type = media_type->subtype;
|
| video_capture_device_mf_win.h | 36 static bool FormatFromGuid(const GUID& guid, VideoPixelFormat* format);
|
| video_capture_device_win.h | 64 const GUID& sub_type);
|
| video_capture_device_mf_win.cc | 53 GUID type_guid; 169 bool VideoCaptureDeviceMFWin::FormatFromGuid(const GUID& guid, 172 const GUID& guid; member in struct:media::__anon13331 185 if (kFormatMap[i].guid == guid) {
|
| /external/chromium_org/device/bluetooth/ |
| bluetooth_task_manager_win.h | 178 const GUID& protocol_uuid, 186 const GUID& protocol_uuid,
|
| /external/chromium_org/media/audio/win/ |
| core_audio_util_win.h | 210 const GUID* session_guid); 243 extern const GUID kCommunicationsSessionId;
|
| /external/chromium_org/chrome/browser/ui/views/status_icons/ |
| status_tray_state_changer_win.h | 36 GUID guid; // The GUID specified by the application, alternative to member in struct:NOTIFYITEM
|
| /external/chromium_org/content/browser/ |
| safe_util_win.cc | 56 const GUID& client_guid) {
|
| /external/chromium_org/ui/views_content_client/ |
| views_content_main_delegate.cc | 27 const GUID kViewsContentClientProviderName =
|
| /external/lzma/CPP/7zip/UI/Common/ |
| LoadCodecs.h | 102 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *interfaceID, void **outObject);
179 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *interfaceID, void **coder);
180 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *interfaceID, void **coder);
|
| LoadCodecs.cpp | 91 typedef UInt32 (WINAPI *CreateObjectFunc)(const GUID *clsID, const GUID *iid, void **outObject);
104 clsId = *(const GUID *)prop.bstrVal;
270 item.ClassID = *(const GUID *)prop.bstrVal;
520 STDAPI CreateCoder2(bool encode, UInt32 index, const GUID *iid, void **outObject);
565 STDMETHODIMP CCodecs::CreateDecoder(UInt32 index, const GUID *iid, void **coder)
581 STDMETHODIMP CCodecs::CreateEncoder(UInt32 index, const GUID *iid, void **coder)
|
| /external/lzma/CPP/7zip/ |
| ICoder.h | 132 STDMETHOD(CreateDecoder)(UInt32 index, const GUID *iid, void **coder) PURE;
133 STDMETHOD(CreateEncoder)(UInt32 index, const GUID *iid, void **coder) PURE;
|
| /external/chromium_org/components/policy/core/common/ |
| policy_loader_win.h | 40 GUID* extension_guid,
|
| /external/chromium_org/third_party/skia/src/ports/ |
| SkImageDecoder_WIC.cpp | 74 GUID fGuidFormat; 86 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) { 88 if (IsEqualGUID(guid, gFormatConversions[i].fGuidFormat)) { 156 GUID guidFormat; 204 GUID destinationPixelFormat; 288 GUID type;
|
| /external/chromium_org/win8/delegate_execute/ |
| command_execute_impl.h | 18 EXTERN_C const GUID CLSID_CommandExecuteImpl;
|
| /external/clang/test/Parser/ |
| MicrosoftExtensions.cpp | 45 } GUID; 49 struct __declspec(uuid("0000000-0000-0000-1234-0000500000047")) uuid_attr_bad3 { };// expected-error {{uuid attribute contains a malformed GUID}} 50 struct __declspec(uuid("0000000-0000-0000-Z234-000000000047")) uuid_attr_bad4 { };// expected-error {{uuid attribute contains a malformed GUID}} 51 struct __declspec(uuid("000000000000-0000-1234-000000000047")) uuid_attr_bad5 { };// expected-error {{uuid attribute contains a malformed GUID}} 72 __uuidof(struct_without_uuid); // expected-error {{cannot call operator __uuidof on a type with no GUID}} 74 __uuidof(struct_without_uuid*); // expected-error {{cannot call operator __uuidof on a type with no GUID}} 76 __uuidof(struct_with_uuid*[1]); // expected-error {{cannot call operator __uuidof on a type with no GUID}} 78 __uuidof(const struct_with_uuid*[1][1]); // expected-error {{cannot call operator __uuidof on a type with no GUID}} 81 __uuidof(var_without_uuid);// expected-error {{cannot call operator __uuidof on a type with no GUID}} 83 __uuidof(var_without_uuid[1]);// expected-error {{cannot call operator __uuidof on a type with no GUID}} [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
| d3d1xstutil.h | 785 struct hash<GUID> : public std::unary_function<GUID, size_t> 787 inline size_t operator()(GUID __val) const; 790 inline size_t hash<GUID>::operator()(GUID __val) const 828 typedef std::unordered_map<GUID, std::pair<void*, unsigned> > private_data_map_t; 844 REFGUID guid, 849 private_data_map_t::iterator i = private_data_map.find(guid); 876 REFGUID guid, 890 std::pair<void*, unsigned>& v = private_data_map[guid]; [all...] |
| /external/chromium_org/third_party/npapi/npspy/extern/java/ |
| jriext.h | 52 extern const GUID JRINativePkgID; 59 extern const GUID JRIRuntimePkgID; 217 extern const GUID JRIReflectionPkgID; 356 extern const GUID JRIDebuggerPkgID; 589 extern const GUID JRICompilerPkgID; 614 extern const GUID JRIExprPkgID;
|
| /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
| d3d1xstutil.h | 785 struct hash<GUID> : public std::unary_function<GUID, size_t> 787 inline size_t operator()(GUID __val) const; 790 inline size_t hash<GUID>::operator()(GUID __val) const 828 typedef std::unordered_map<GUID, std::pair<void*, unsigned> > private_data_map_t; 844 REFGUID guid, 849 private_data_map_t::iterator i = private_data_map.find(guid); 876 REFGUID guid, 890 std::pair<void*, unsigned>& v = private_data_map[guid]; [all...] |
| /external/chromium_org/base/ |
| logging_win.cc | 98 void LogEventProvider::Initialize(const GUID& provider_name) {
|