Home | History | Annotate | Download | only in simplecamera

Lines Matching refs:temp

35     private float[] temp = new float[NUM_FRAMES];
58 temp[counter] = ((Float)inFrameValue.getValue()).floatValue();
63 float output = (temp[0] + temp[1] + temp[2] + temp[3] + temp[4]) / NUM_FRAMES;
64 if (mLogVerbose) Log.v(TAG, "Avg= " + output + "temp1= " + temp[0] + "temp2= " +
65 temp[1] + "temp3= " + temp[2] + "temp4=" + temp[3] + "temp5=" + temp[4]);