Searched refs:GetDeviceID (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPIDeckControl.h | 201 …virtual HRESULT GetDeviceID (/* out */ uint16_t *deviceId, /* out */ BMDDeckControlError *error) =…
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPIDeckControl.h | 201 …virtual HRESULT GetDeviceID (/* out */ uint16_t *deviceId, /* out */ BMDDeckControlError *error) =…
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 242 uint32_t GetDeviceID(const FunctionsGL *functions) in GetDeviceID() function 1848 *outDevice = GetDeviceID(functions); in GetSystemInfoVendorIDAndDeviceID()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 3194 virtual HRESULT STDMETHODCALLTYPE GetDeviceID( 3366 HRESULT ( STDMETHODCALLTYPE *GetDeviceID )( 3494 ( (This)->lpVtbl -> GetDeviceID(This,deviceId,error) ) 12783 virtual HRESULT STDMETHODCALLTYPE GetDeviceID( 12955 HRESULT ( STDMETHODCALLTYPE *GetDeviceID )( 13083 ( (This)->lpVtbl -> GetDeviceID(This,deviceId,error) ) 13391 virtual HRESULT STDMETHODCALLTYPE GetDeviceID( 13554 HRESULT ( STDMETHODCALLTYPE *GetDeviceID )( 13679 ( (This)->lpVtbl -> GetDeviceID(This,deviceId,error) )
|
/third_party/mindspore/patches/ |
D | 0003-add-js-api.patch | 1637 + static napi_value GetDeviceID(napi_env env, napi_callback_info info); 5198 + DECLARE_NAPI_FUNCTION("deviceID", GetDeviceID), 5248 +napi_value NnrtDeviceDescNapi::GetDeviceID(napi_env env, napi_callback_info info) {
|
D | 0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch | 54 + size_t GetDeviceID() const; 2710 + return impl->GetDeviceID(); 3963 +size_t NNRTDeviceInfo::GetDeviceID() const { 4107 + ret = AddNNRtDevice(inner_context.get(), nnrt_device_info->GetDeviceID(),
|