Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.cpp367 static unsigned int getFilterCoefficientCount(uint32_t *src_cmds[], unsigned int layer_count) in getFilterCoefficientCount() argument
374 unsigned int hfactor = src_cmds[i][G2DSFR_SRC_XSCALE]; in getFilterCoefficientCount()
375 unsigned int vfactor = src_cmds[i][G2DSFR_SRC_YSCALE]; in getFilterCoefficientCount()
381 if (IS_YUV(src_cmds[i][G2DSFR_IMG_COLORMODE])) { in getFilterCoefficientCount()
382 getChromaScaleFactor(src_cmds[i][G2DSFR_IMG_COLORMODE], &hfactor, &vfactor); in getFilterCoefficientCount()