Searched refs:mMediaBuffersDecodedCount (Results 1 – 1 of 1) sorted by relevance
127 private int mMediaBuffersDecodedCount; field in VideoEncoderTest.VideoStorage159 ++mMediaBuffersDecodedCount; in play()226 if (mMediaBuffersEnqueuedCount != mMediaBuffersDecodedCount) { in play()228 Log.i(TAG, "mMediaBuffersDecodedCount:" + mMediaBuffersDecodedCount); in play()231 mMediaBuffersDecodedCount = 0; in play()