Home
last modified time | relevance | path

Searched refs:self_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudacontext.c282 CUcontext self_handle; in gst_cuda_context_weak_ref_notify() local
289 self_handle = gst_cuda_context_get_handle (context); in gst_cuda_context_weak_ref_notify()
292 gst_cuda_result (CuCtxDisablePeerAccess (self_handle)); in gst_cuda_context_weak_ref_notify()
/third_party/node/src/crypto/
Dcrypto_keys.cc1133 KeyObjectHandle* self_handle; in Equals() local
1135 ASSIGN_OR_RETURN_UNWRAP(&self_handle, args.Holder()); in Equals()
1137 std::shared_ptr<KeyObjectData> key = self_handle->Data(); in Equals()