Searched refs:xWidth (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
D | BackDropperFilter.java | 932 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/include/media/openmax/ |
D | OMX_IVCommon.h | 200 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
|
/frameworks/av/media/libstagefright/ |
D | OMXCodec.cpp | 2346 scale.xWidth, scale.xHeight); in onEvent() 2348 if (scale.xWidth != 0x010000) { in onEvent() 2350 ((right - left + 1) * scale.xWidth) >> 16); in onEvent()
|