Searched refs:mImageSurface (Results 1 – 4 of 4) sorted by relevance
127 mImageSurface = new ImageSurface(); in testSimpleDecodeToSurface()130 mSurface = mImageSurface.getSurface(); in testSimpleDecodeToSurface()142 try (Image img = mImageSurface.getImage(WAIT_FOR_IMAGE_TIMEOUT_MS)) { in testSimpleDecodeToSurface()
303 mImageSurface = mImageSurfaces.get(0); // use first surface instance for configuration in testSetOutputSurface()314 mImageSurface = mImageSurfaces.get(surfaceId); in testSetOutputSurface()376 mImageSurface = mImageSurfaces.get(surfaceId); in testFeatureDetachedSurface()447 mImageSurface = mImageSurfaces.get(surfaceId); in testDetachOutputSurface()475 mImageSurface = mImageSurfaces.get(surfaceId); in testDetachOutputSurface()490 mImageSurface = mImageSurfaces.get(0); // use first instance for configuration in testDetachOutputSurface()
136 try (Image image = mImageSurface.getImage(1000)) { in dequeueOutput()170 mImageSurface = new ImageSurface(); in testAv1FilmGrainRequirement()
389 protected ImageSurface mImageSurface; field in CodecTestBase1163 if (mImageSurface != null) { in tearDownCodecTestBase()1164 mImageSurface.release(); in tearDownCodecTestBase()1165 mImageSurface = null; in tearDownCodecTestBase()1525 mImageSurface.createSurface(width, height, format, maxImages, surfaceId, predicate); in setUpSurface()1526 mSurface = mImageSurface.getSurface(); in setUpSurface()