Searched refs:_req (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontext.c | 442 _requested_frame_size_is_equal_or_lower (mfxFrameAllocRequest * _req, in _requested_frame_size_is_equal_or_lower() argument 445 if (((_req->Type & MFX_MEMTYPE_EXPORT_FRAME) && in _requested_frame_size_is_equal_or_lower() 446 _req->Info.Width == cached_resp->request.Info.Width && in _requested_frame_size_is_equal_or_lower() 447 _req->Info.Height == cached_resp->request.Info.Height) || in _requested_frame_size_is_equal_or_lower() 448 (!(_req->Type & MFX_MEMTYPE_EXPORT_FRAME) && in _requested_frame_size_is_equal_or_lower() 449 _req->Info.Width <= cached_resp->request.Info.Width && in _requested_frame_size_is_equal_or_lower() 450 _req->Info.Height <= cached_resp->request.Info.Height)) in _requested_frame_size_is_equal_or_lower() 460 mfxFrameAllocRequest *_req = (mfxFrameAllocRequest *) req; in _find_request() local 463 if (_req->NumFrameSuggested <= cached_resp->request.NumFrameSuggested && in _find_request() 464 _requested_frame_size_is_equal_or_lower (_req, cached_resp)) in _find_request() [all …]
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | index.js | 188 const _req = { variable 198 return new CachePolicy(_req, _res, { shared: false }) 207 const _req = { variable 221 const bool = !policy.satisfiesWithoutRevalidation(_req) 230 const _req = { variable 237 opts.headers = policy.revalidationHeaders(_req) 241 const revalidatedPolicy = policy.revalidatedPolicy(_req, {
|
/third_party/libuv/src/win/ |
D | req-inl.h | 118 uv__process_tcp_##method##_req(loop, \ 124 uv__process_pipe_##method##_req(loop, \ 130 uv__process_tty_##method##_req(loop, \
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_device.c | 386 virtio_simple_ioctl(struct fd_device *dev, unsigned cmd, void *_req) in virtio_simple_ioctl() argument 401 memcpy(req->payload, _req, _IOC_SIZE(cmd)); in virtio_simple_ioctl() 408 memcpy(_req, rsp->payload, _IOC_SIZE(cmd)); in virtio_simple_ioctl()
|
/third_party/node/test/parallel/ |
D | test-stream-readable-async-iterators.js | 697 let _req; variable 704 _req = http.request(`http://localhost:${server.address().port}`) 707 _req.destroy(new Error('something happened'));
|
/third_party/rust/crates/tracing/tracing-attributes/tests/ |
D | async_fn.rs | 368 #[instrument(skip(self, _req), fields(app_id))] in out_of_scope_fields() 369 fn call(&mut self, _req: ()) -> Pin<Box<dyn Future<Output = Arc<()>> + Send + Sync>> { in out_of_scope_fields()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 4078 …commit/791975d189)] - **(SEMVER-MAJOR)** **fs**: return errno and take fs\_req\_wrap in SyncCall (… 4567 * [[`376f949510`](https://github.com/nodejs/node/commit/376f949510)] - **src**: rename fs\_req\_wra…
|
D | CHANGELOG_V11.md | 185 …/github.com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_req\_cleanup() (cjihrig…
|