Searched refs:startnow (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
D | RefocusFilterF32.java | 82 long startnow; in extractResultImage() local 84 startnow = System.nanoTime(); in extractResultImage() 87 Log.d(myTAG, "PackOutputImage: "+(endnow - startnow)+ " ns" ); in extractResultImage() 154 long startnow; in computeLayerMatteBehindFocalDepth() local 156 startnow = System.nanoTime(); in computeLayerMatteBehindFocalDepth() 159 Log.d(myTAG, "MarkLayerMask: "+(endnow - startnow)+ " ns" ); in computeLayerMatteBehindFocalDepth() 161 startnow = System.nanoTime(); in computeLayerMatteBehindFocalDepth() 164 Log.d(myTAG, "ComputeLayerMatteBehindFocalDepth: "+(endnow - startnow)+ " ns" ); in computeLayerMatteBehindFocalDepth() 171 long startnow; in filterLayerBehindFocalDepth() local 179 startnow = System.nanoTime(); in filterLayerBehindFocalDepth() [all …]
|
D | ImageBuffersForRenderScriptF32.java | 90 long startnow; in initializeRenderScript() local 93 startnow = System.nanoTime(); in initializeRenderScript() 97 Log.d(myTAG, "Initialize: " + (endnow - startnow) + " ns"); in initializeRenderScript() 102 startnow = System.nanoTime(); in initializeRenderScript() 105 Log.d(myTAG, "UnpackInputImage: " + (endnow - startnow) + " ns"); in initializeRenderScript()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
D | RefocusFilterd1new.java | 82 long startnow; in extractResultImage() local 84 startnow = System.nanoTime(); in extractResultImage() 87 Log.d(myTAG, "PackOutputImage: "+(endnow - startnow)+ " ns" ); in extractResultImage() 159 long startnow; in computeLayerMatteBehindFocalDepth() local 162 startnow = System.nanoTime(); in computeLayerMatteBehindFocalDepth() 168 Log.d(myTAG, "MarkLayerMask: "+(endnow - startnow)+ " ns" ); in computeLayerMatteBehindFocalDepth() 170 startnow = System.nanoTime(); in computeLayerMatteBehindFocalDepth() 175 Log.d(myTAG, "ComputeLayerMatteBehindFocalDepth: "+(endnow - startnow)+ " ns" ); in computeLayerMatteBehindFocalDepth() 182 long startnow; in filterLayerBehindFocalDepth() local 191 startnow = System.nanoTime(); in filterLayerBehindFocalDepth() [all …]
|
D | ImageBuffersForRenderScriptd1new.java | 117 long startnow; in initializeRenderScript() local 119 startnow = System.nanoTime(); in initializeRenderScript() 123 Log.d(myTAG, "Initialize: " + (endnow - startnow) + " ns"); in initializeRenderScript() 128 startnow = System.nanoTime(); in initializeRenderScript() 131 Log.d(myTAG, "UnpackInputImage: " + (endnow - startnow) + " ns"); in initializeRenderScript()
|