Home
last modified time | relevance | path

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

/cts/tests/tests/media/libmediandkjni/
Dnative_media_encoder_jni.cpp344 std::shared_ptr<ANativeWindow> persistentSurface = enc->getPersistentSurface(); in runNativeEncoderTest() local
345 enc->prepare(std::move(runConfig), persistentSurface); in runNativeEncoderTest()
346 src->prepare(nullptr /*bufferListener*/, persistentSurface); in runNativeEncoderTest()
/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java1398 Surface persistentSurface) { in recordFromSurface() argument
1412 if (persistentSurface != null) { in recordFromSurface()
1414 surface = persistentSurface; in recordFromSurface()
1420 if (persistentSurface == null) { in recordFromSurface()
1470 if (persistentSurface == null && surface != null) { in recordFromSurface()