Searched refs:mDecSurface (Results 1 – 1 of 1) sorted by relevance
565 private OutputSurface mDecSurface; field in VideoEncoderTest.SurfaceVideoProcessor589 mDecSurface = new OutputSurface(this); in processLoop()591 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()626 mDecSurface.latchImage(); in processLoop()630 mDecSurface.drawImage(); in processLoop()660 if (mDecSurface != null) { in processLoop()661 mDecSurface.release(); in processLoop()662 mDecSurface = null; in processLoop()