Searched refs:ImageSurface (Results 1 – 5 of 5) sorted by relevance
28 import android.mediav2.common.cts.ImageSurface;100 private boolean isBlankFrame(ImageSurface.ImageAndAttributes image) { in isBlankFrame()127 mImageSurface = new ImageSurface(); in testSimpleDecodeToSurface()150 isBlankFrame(new ImageSurface.ImageAndAttributes(img, 0))); in testSimpleDecodeToSurface()
33 import android.mediav2.common.cts.ImageSurface;99 private final ArrayList<ImageSurface> mImageSurfaces = new ArrayList<>();160 ImageSurface sf = new ImageSurface(); in setUp()173 for (ImageSurface imgSurface : mImageSurfaces) { in tearDown()249 private boolean onFrameReceived(ImageSurface.ImageAndAttributes obj) { in onFrameReceived()266 onFrameReceived(new ImageSurface.ImageAndAttributes(image, surfaceId)); in getAllImagesInRenderQueue()
31 import android.mediav2.common.cts.ImageSurface;170 mImageSurface = new ImageSurface(); in testAv1FilmGrainRequirement()
42 public class ImageSurface implements ImageReader.OnImageAvailableListener { class43 private static final String LOG_TAG = ImageSurface.class.getSimpleName();
389 protected ImageSurface mImageSurface;1524 int surfaceId, Function<ImageSurface.ImageAndAttributes, Boolean> predicate) { in setUpSurface()