Home
last modified time | relevance | path

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

/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_hw.cpp891 MHW_MEMORY_OBJECT_CONTROL_PARAMS cacheSetting = m_cacheabilitySettings[cacheabiltySettingIdx]; in ComposeSurfaceCacheabilityControl() local
897 if (cacheSetting.Gen8.TargetCache == CODECHAL_MO_TARGET_CACHE_ELLC) in ComposeSurfaceCacheabilityControl()
903 cacheSetting.Gen8.CacheControl = 1; in ComposeSurfaceCacheabilityControl()
908 return (uint32_t)cacheSetting.Value; in ComposeSurfaceCacheabilityControl()
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/shared/
Dcodec_hw_next.h372 … MHW_MEMORY_OBJECT_CONTROL_PARAMS cacheSetting = m_cacheabilitySettings[cacheabiltySettingIdx]; in ComposeSurfaceCacheabilityControl() local
/external/cronet/tot/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
DCronetHttpURLConnectionTest.java956 String requestUrl, CacheSetting cacheSetting, ExpectedOutcome outcome) in checkRequestCaching() argument
960 mUrlConnection.setUseCaches(cacheSetting == CacheSetting.USE_CACHE); in checkRequestCaching()
/external/cronet/stable/components/cronet/android/test/javatests/src/org/chromium/net/urlconnection/
DCronetHttpURLConnectionTest.java956 String requestUrl, CacheSetting cacheSetting, ExpectedOutcome outcome) in checkRequestCaching() argument
960 mUrlConnection.setUseCaches(cacheSetting == CacheSetting.USE_CACHE); in checkRequestCaching()