OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mburstcount
(Results
1 - 1
of
1
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java
203
mBurstCount
= burstCount;
207
return
mBurstCount
;
211
if (LOGVV) Log.v(TAG, "SurfaceTextureBurstCallback, frame #" +
mBurstCount
);
212
mBurstCount
--;
214
if (
mBurstCount
<= 0) {
224
private int
mBurstCount
= 0;
[
all
...]
Completed in 88 milliseconds