Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscalerblend-v4l2.cpp8 bool CScalerBlendV4L2::DevSetCtrl() in DevSetCtrl()
122 void CScalerBlendV4L2::GetCustomAlphaBlendFmt(int32_t &src_color_space, in GetCustomAlphaBlendFmt()
161 CScalerBlendV4L2::CScalerBlendV4L2(int dev_num, int allow_drm) : CScalerV4L2(dev_num, allow_drm){ in CScalerBlendV4L2() function in CScalerBlendV4L2
165 CScalerBlendV4L2::~CScalerBlendV4L2(){ in ~CScalerBlendV4L2()
Dlibscalerblend-v4l2.h6 class CScalerBlendV4L2 : public CScalerV4L2 {
9 CScalerBlendV4L2(int instance, int allow_drm);
10 ~CScalerBlendV4L2();
Dlibscaler.cpp433 static CScalerBlendV4L2 *GetScalerBlend(void *handle) in GetScalerBlend()
440 CScalerBlendV4L2 *sc = reinterpret_cast<CScalerBlendV4L2 *>(handle); in GetScalerBlend()
649 CScalerBlendV4L2 *sc; in exynos_sc_create_blend_exclusive()
651 sc = new CScalerBlendV4L2(dev_num, allow_drm); in exynos_sc_create_blend_exclusive()
674 CScalerBlendV4L2 *sc = GetScalerBlend(handle); in exynos_sc_config_blend_exclusive()