Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
DBackDropperFilter.java932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f; in updateBgScaling() local
942 xWidth = 1.f * mRelativeAspect; in updateBgScaling()
960 xWidth = mRelativeAspect; in updateBgScaling()
975 xWidth = -xWidth; in updateBgScaling()
984 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth + in updateBgScaling()
987 float[] bgTransform = {xWidth, 0.f, 0.f, in updateBgScaling()
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_IVCommon.h208 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member