Searched refs:src_cmds (Results 1 – 1 of 1) sorted by relevance
367 static unsigned int getFilterCoefficientCount(uint32_t *src_cmds[], unsigned int layer_count) in getFilterCoefficientCount() argument374 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()