Home
last modified time | relevance | path

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

/hardware/google/gchips/include/
Dcsc.h129 unsigned int cacheable; member
380 unsigned int *cacheable);
425 unsigned int cacheable);
466 unsigned int *cacheable);
511 unsigned int cacheable);
/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.h156 inline void SetCacheable(FrameInfo &frm, bool __UNUSED__ cacheable) { in SetCacheable() argument
290 inline void SetSrcCacheable(bool cacheable) { in SetSrcCacheable() argument
291 return SetCacheable(m_frmSrc, cacheable); in SetSrcCacheable()
294 inline void SetDstCacheable(bool cacheable) { in SetDstCacheable() argument
295 return SetCacheable(m_frmDst, cacheable); in SetDstCacheable()
Dlibscaler.cpp324 unsigned int cacheable, in exynos_sc_set_src_format() argument
333 sc->SetSrcCacheable(cacheable != 0); in exynos_sc_set_src_format()
351 unsigned int cacheable, in exynos_sc_set_dst_format() argument
360 sc->SetDstCacheable(cacheable != 0); in exynos_sc_set_dst_format()
586 sc->SetSrcCacheable(src_img->cacheable != 0); in exynos_sc_config_exclusive()
587 sc->SetDstCacheable(dst_img->cacheable != 0); in exynos_sc_config_exclusive()
749 sc->SetSrcCacheable(src_img->cacheable != 0); in exynos_sc_config_blend_exclusive()
750 sc->SetDstCacheable(dst_img->cacheable != 0); in exynos_sc_config_blend_exclusive()
Dlibscaler-m2m1shot.h105 inline void SetSrcCacheable(bool __UNUSED__ cacheable) { } in SetSrcCacheable() argument
106 inline void SetDstCacheable(bool __UNUSED__ cacheable) { } in SetDstCacheable() argument
/hardware/google/graphics/common/libscaler/include/
Dexynos_scaler.h82 uint32_t cacheable; member
279 unsigned int cacheable,
333 unsigned int cacheable,
/hardware/google/graphics/common/libgscaler/include/
Dexynos_gscaler.h184 unsigned int cacheable,
234 unsigned int cacheable,
/hardware/google/graphics/common/libgscaler/
Dlibgscaler.cpp177 unsigned int cacheable, in exynos_gsc_set_src_format() argument
194 gsc->src_info.cacheable = cacheable; in exynos_gsc_set_src_format()
212 unsigned int cacheable, in exynos_gsc_set_dst_format() argument
231 gsc->dst_info.cacheable = cacheable; in exynos_gsc_set_dst_format()