Searched refs:usePersistentSurface (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderSurfaceTest.java | 99 int colorFormat, boolean isOutputToneMapped, boolean usePersistentSurface, in CodecEncoderSurfaceTest() argument 102 colorFormat, isOutputToneMapped, usePersistentSurface, allTestParams); in CodecEncoderSurfaceTest() 180 for (boolean usePersistentSurface : boolStates) { in input() 194 testArgs[6] = usePersistentSurface; in input() 197 usePersistentSurface ? "persistentsurface" : "surface"); in input() 213 for (boolean usePersistentSurface : boolStates) { in input() 232 testArgs[6] = usePersistentSurface; in input() 236 usePersistentSurface ? "persistentsurface" : "surface"); in input() 345 boolean usePersistentSurface, String cfgParams, String separator, StringBuilder retMsg, in nativeTestSimpleEncode() argument
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderSurfaceTest.cpp | 65 bool configureCodec(bool isAsync, bool signalEOSWithLastFrame, bool usePersistentSurface); 88 bool usePersistentSurface, int frameLimit); 189 bool usePersistentSurface) { in configureCodec() argument 237 if (usePersistentSurface) { in configureCodec() 562 bool usePersistentSurface, int frameLimit) { in testSimpleEncode() argument 598 if (!configureCodec(isAsync, false, usePersistentSurface)) return false; in testSimpleEncode()
|
/cts/hostsidetests/videoencodingminimum/app/src/android/videoencodingmin/app/ |
D | VideoTranscoderTest.java | 101 int decColorFormat, boolean isOutputToneMapped, boolean usePersistentSurface, in TestTranscode() argument 104 decColorFormat, isOutputToneMapped, usePersistentSurface, allTestParams); in TestTranscode()
|
/cts/hostsidetests/mediapc/videoencodingquality/app/src/android/videoencoding/app/ |
D | VideoTranscoderTest.java | 101 int decColorFormat, boolean isOutputToneMapped, boolean usePersistentSurface, in TestTranscode() argument 104 decColorFormat, isOutputToneMapped, usePersistentSurface, allTestParams); in TestTranscode()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecEncoderSurfaceTestBase.java | 104 int decColorFormat, boolean isOutputToneMapped, boolean usePersistentSurface, in CodecEncoderSurfaceTestBase() argument 114 mUsePersistentSurface = usePersistentSurface; in CodecEncoderSurfaceTestBase()
|