Searched refs:mImpl (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 51 private final EncodeVirtualDisplayWithCompositionTestImpl mImpl = field in EncodeVirtualDisplayWithCompositionTest 58 mImpl.doTestVirtualDisplayRecycles(mContext, 3); in testVirtualDisplayRecycles() 65 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Locally() 66 MIME_TYPE, 800, 480, mImpl.BITRATE_800x480)) { in testRendering800x480Locally() 67 mImpl.runTestRenderingInSeparateThread( in testRendering800x480Locally() 78 Size maxRes = mImpl.checkMaxConcurrentEncodingDecodingResolution(); in testRenderingMaxResolutionLocally() 83 mImpl.runTestRenderingInSeparateThread( in testRenderingMaxResolutionLocally() 92 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Remotely() 93 MIME_TYPE, 800, 480, mImpl.BITRATE_800x480)) { in testRendering800x480Remotely() 94 mImpl.runTestRenderingInSeparateThread(mContext, MIME_TYPE, 800, 480, true, false); in testRendering800x480Remotely() [all …]
|
D | VideoDecoderRotationTest.java | 55 private final EncodeVirtualDisplayWithCompositionTestImpl mImpl = field in VideoDecoderRotationTest 105 if (mImpl.isConcurrentEncodingDecodingSupported( in testRendering800x480Rotated() 106 mMimeType, 800, 480, mImpl.BITRATE_800x480, mDecoderName)) { in testRendering800x480Rotated() 107 mImpl.runTestRenderingInSeparateThread( in testRendering800x480Rotated()
|
/cts/hostsidetests/incrementalinstall/app/v1/src/android/incrementalinstall/incrementaltestapp/dynamiccode/ |
D | DynamicCodeShim.java | 23 private IDynamicCode mImpl; field in DynamicCodeShim 27 if (mImpl == null) { in getString() 35 mImpl = (IDynamicCode) clazz.newInstance(); in getString() 36 return mImpl.getString(); in getString()
|