Searched defs:frameCount (Results 1 – 5 of 5) sorted by relevance
126 public static long frameCountToSize(long frameCount, int bytesPerFrame) { in frameCountToSize()141 public static long frameCountToDurationNs(long frameCount, int sampleRate) { in frameCountToDurationNs()
42 private val frameCount = atomic(0L) constant in androidx.camera.camera2.pipe.graph.CaptureLimiter
131 var frameCount = 0 in getRepeatingRequestFrameCountForCapture() variable
168 frameCountFlow.takeWhile { frameCount -> frameCount <= 5 }.last() in <lambda>() method193 assertThat(frameCountFlow.dropWhile { frameCount -> frameCount < 1 }.first()) in <lambda>() method278 frameCountFlow.takeWhile { frameCount -> frameCount <= 5 }.last() in <lambda>() method292 frameCountFlow.takeWhile { frameCount -> frameCount <= 5 }.last() in <lambda>() method338 frameCountFlow.takeWhile { frameCount -> frameCount <= 5 }.last() in <lambda>() method543 frameCountFlow.getAndUpdate { frameCount -> frameCount + 1 } in <lambda>() method
166 val frameCount = atomic(0) in <lambda>() constant