Searched refs:mDecSurface (Results 1 – 1 of 1) sorted by relevance
700 private OutputSurface mDecSurface; field in VideoEncoderTest.SurfaceVideoProcessor726 mDecSurface = new OutputSurface(this); in processLoop()728 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()763 mDecSurface.latchImage(); in processLoop()767 mDecSurface.drawImage(); in processLoop()797 if (mDecSurface != null) { in processLoop()798 mDecSurface.release(); in processLoop()799 mDecSurface = null; in processLoop()