Home
last modified time | relevance | path

Searched refs:setupReprocessableSession (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java333 setupReprocessableSession(mPreviewSurface, /*numImageWriterImages*/numBurst); in testReprocessMixedBurst()
402 setupReprocessableSession(mPreviewSurface, numBurst); in testReprocessBurst()
460 setupReprocessableSession(mPreviewSurface, /*numImageWriterImages*/1); in testReprocess()
514 setupReprocessableSession(/*previewSurface*/null, NUM_REPROCESS_CAPTURES); in testReprocessAbort()
604 setupReprocessableSession(/*previewSurface*/null, NUM_REPROCESS_CAPTURES); in testReprocessTimestamps()
684 setupReprocessableSession(/*previewSurface*/null, EXIF_TEST_DATA.length); in testReprocessJpegExif()
754 setupReprocessableSession(/*previewSurface*/null, numFrames); in testReprocessRequestKeys()
875 private void setupReprocessableSession(Surface previewSurface, int numImageWriterImages) in setupReprocessableSession() method in Camera2ReprocessCaptureTest