Searched defs:mCapacityFrames (Results 1 – 3 of 3) sorted by relevance
200 int32_t mCapacityFrames[NUM_STREAM_TYPES] = {-1, -1}; variable
52 private volatile int[] mCapacityFrames = new int[NUM_STREAM_TYPES]; field in NativeAnalyzerThread
220 int[] mCapacityFrames = new int[NativeAnalyzerThread.NUM_STREAM_TYPES]; field in AudioLoopbackLatencyActivity.TestSpec