HomeSort by relevance Sort by last modified time
    Searched refs:mOutputHeight (Results 1 - 4 of 4) sorted by null

  /system/media/mca/filterpacks/imageproc/java/
ImageSlicer.java 56 private int mOutputHeight;
85 mOutputHeight = mSliceHeight + mPadSize * 2;
100 outputFormat.setDimensions(mOutputWidth, mOutputHeight);
120 ((float) mOutputHeight) / mInputHeight);
CropFilter.java 50 private int mOutputHeight = -1;
126 mOutputHeight == -1 ? outputFormat.getHeight() : mOutputHeight);
CropRectFilter.java 48 private int mOutputHeight;
99 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
133 (float) mOutputHeight / mHeight);
139 (float) mOutputHeight / mHeight);
RotateFilter.java 54 private int mOutputHeight;
104 mOutputHeight = mHeight;
110 FrameFormat outputFormat = ImageFormat.create(mOutputWidth, mOutputHeight,
139 mOutputHeight = mWidth;

Completed in 200 milliseconds