Searched refs:newFrameLock (Results 1 – 1 of 1) sorted by relevance
439 private final Object newFrameLock = new Object(); field in MediaCodecVideoDecoder.TextureListener460 synchronized (newFrameLock) { in isWaitingForTexture()469 synchronized (newFrameLock) { in onTextureFrameAvailable()480 newFrameLock.notifyAll(); in onTextureFrameAvailable()486 synchronized (newFrameLock) { in dequeueTextureBuffer()489 newFrameLock.wait(timeoutMs); in dequeueTextureBuffer()506 synchronized (newFrameLock) { in release()