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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f;
942 xWidth = 1.f * mRelativeAspect;
960 xWidth = mRelativeAspect;
975 xWidth = -xWidth;
983 if (mLogVerbose) Log.v(TAG, "bgTransform: xMin, yMin, xWidth, yWidth : " +
984 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth +
987 float[] bgTransform = {xWidth, 0.f, 0.f,
/frameworks/native/include/media/openmax/
H A DOMX_IVCommon.h199 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member in struct:OMX_CONFIG_SCALEFACTORTYPE
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp2535 scale.xWidth, scale.xHeight);
2537 if (scale.xWidth != 0x010000) {
2539 ((right - left + 1) * scale.xWidth) >> 16);

Completed in 3579 milliseconds