Searched refs:xWidth (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java934 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f;
944 xWidth = 1.f * mRelativeAspect;
962 xWidth = mRelativeAspect;
977 xWidth = -xWidth;
985 if (mLogVerbose) Log.v(TAG, "bgTransform: xMin, yMin, xWidth, yWidth : " +
986 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth +
989 float[] bgTransform = {xWidth, 0.f, 0.f,
/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h192 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_SCALEFACTORTYPE
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2432 scale.xWidth, scale.xHeight);
2434 if (scale.xWidth != 0x010000) {
2436 ((right - left + 1) * scale.xWidth) >> 16);

Completed in 4169 milliseconds