Searched refs:mDecSurface (Results 1 – 1 of 1) sorted by relevance
635 private OutputSurface mDecSurface; field in VideoEncoderTest.SurfaceVideoProcessor659 mDecSurface = new OutputSurface(this); in processLoop()661 mDecoder.configure(mDecFormat, mDecSurface.getSurface(), null /* crypto */, 0); in processLoop()696 mDecSurface.latchImage(); in processLoop()700 mDecSurface.drawImage(); in processLoop()730 if (mDecSurface != null) { in processLoop()731 mDecSurface.release(); in processLoop()732 mDecSurface = null; in processLoop()