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

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java114 private static final float[] mSourceCoords = { 0, 1, 0, 1, field in class:SurfaceTextureSource
210 mSourceCoords, 0);
H A DCameraSource.java80 private static final float[] mSourceCoords = { 0, 1, 0, 1, field in class:CameraSource
190 mSourceCoords, 0);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java52 private float[] mSourceCoords = new float[] { 0f, 0f, 1f, 0f, 0f, 1f, 1f, 1f }; field in class:ImageShader
431 mSourceCoords = Arrays.copyOf(coords, 8);
643 // A non-null value of mSourceCoords indicates new values to be set.
644 if (mSourceCoords != null && attr != null) {
646 attr.set(false, FLOAT_SIZE * 2, 2, GLES20.GL_FLOAT, mSourceCoords);
649 mSourceCoords = null;

Completed in 86 milliseconds