Home
last modified time | relevance | path

Searched refs:setTextureParameter (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
H A DBackDropperFilter.java728 mVideoInput.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
732 mBgInput.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
744 mDistance.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
749 mMask.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
774 mMaskVerify[outputIndex].setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
815 mBgMean[outputIndex].setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
823 mBgVariance[outputIndex].setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTransformUtils.java72 public static void setTextureParameter(FrameImage2D frame, int param, int value) { in setTextureParameter() method in TransformUtils
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DResizeFilter.java103 mipmapped.setTextureParameter(GLES20.GL_TEXTURE_MIN_FILTER, in process()
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java293 public void setTextureParameter(int param, int value) { in setTextureParameter() method in GLFrame