Home
last modified time | relevance | path

Searched refs:_req (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c442 _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/
Dindex.js188 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/
Dreq-inl.h118 uv__process_tcp_##method##_req(loop, \
124 uv__process_pipe_##method##_req(loop, \
130 uv__process_tty_##method##_req(loop, \
/third_party/node/test/parallel/
Dtest-stream-readable-async-iterators.js697 let _req; variable
704 _req = http.request(`http://localhost:${server.address().port}`)
707 _req.destroy(new Error('something happened'));
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md4078 …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…
DCHANGELOG_V11.md185 …/github.com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_req\_cleanup() (cjihrig…