Searched refs:_req (Results 1 – 6 of 6) sorted by relevance
442 _requested_frame_size_is_equal_or_lower (mfxFrameAllocRequest * _req, in _requested_frame_size_is_equal_or_lower() argument445 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() local463 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 …]
188 const _req = { variable198 return new CachePolicy(_req, _res, { shared: false })207 const _req = { variable221 const bool = !policy.satisfiesWithoutRevalidation(_req)230 const _req = { variable237 opts.headers = policy.revalidationHeaders(_req)241 const revalidatedPolicy = policy.revalidatedPolicy(_req, {
118 uv__process_tcp_##method##_req(loop, \124 uv__process_pipe_##method##_req(loop, \130 uv__process_tty_##method##_req(loop, \
697 let _req; variable704 _req = http.request(`http://localhost:${server.address().port}`)707 _req.destroy(new Error('something happened'));
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…
185 …/github.com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_req\_cleanup() (cjihrig…