Searched refs:mDecSurface (Results 1 – 1 of 1) sorted by relevance
760 private OutputSurface mDecSurface; field in VideoEncoderTest.SurfaceVideoProcessor786 mDecSurface = new OutputSurface(this); in processLoop()788 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()823 mDecSurface.latchImage(); in processLoop()827 mDecSurface.drawImage(); in processLoop()857 if (mDecSurface != null) { in processLoop()858 mDecSurface.release(); in processLoop()859 mDecSurface = null; in processLoop()