Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c435 GstMsdkAllocResponse *cached_resp = (GstMsdkAllocResponse *) resp; in _find_response() local
438 return cached_resp ? cached_resp->response.mids != _resp->mids : -1; in _find_response()
443 GstMsdkAllocResponse * cached_resp) in _requested_frame_size_is_equal_or_lower() argument
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()
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()
459 GstMsdkAllocResponse *cached_resp = (GstMsdkAllocResponse *) resp; 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 …]