Home
last modified time | relevance | path

Searched refs:yWidth (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
947 yWidth = 1 / mRelativeAspect; in updateBgScaling()
955 yWidth = 1.f / mRelativeAspect; in updateBgScaling()
979 yWidth = -yWidth; in updateBgScaling()
984 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth + in updateBgScaling()
988 0.f, yWidth, 0.f, in updateBgScaling()
/frameworks/rs/
DrsGrallocConsumer.cpp167 const int yWidth = mAlloc[idx]->mHal.drvState.lod[0].dimX; in lockNextBuffer() local
170 const int cWidth = yWidth / 2; in lockNextBuffer()