Searched refs:cached_resp (Results 1 – 1 of 1) sorted by relevance
435 GstMsdkAllocResponse *cached_resp = (GstMsdkAllocResponse *) resp; in _find_response() local438 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() argument446 _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() 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 …]