Searched refs:createPersistentInputSurface (Results 1 – 9 of 9) sorted by relevance
193 public static InputSurfaceInterface createPersistentInputSurface() { in createPersistentInputSurface() method in NdkMediaCodec
936 Surface surface = MediaCodec.createPersistentInputSurface(); in testLevel()1082 Surface surface = MediaCodec.createPersistentInputSurface(); in testCodec()1453 Surface surface = MediaCodec.createPersistentInputSurface(); in validatePersistentSurface()1703 surface = MediaCodec.createPersistentInputSurface(); in testRecordFromSurface()
266 inputSurface = NdkMediaCodec.createPersistentInputSurface(); in run()268 inputSurface = new InputSurface(MediaCodec.createPersistentInputSurface()); in run()
254 mRecordSurface = MediaCodec.createPersistentInputSurface(); in setupMediaRecorder()
555 surfaceMode ? MediaCodec.createPersistentInputSurface() : null; in DecoderInitializationLatency()
941 mSurface = MediaCodec.createPersistentInputSurface(); in Decode()
247 mSurface = MediaCodec.createPersistentInputSurface(); in configureCodec()
293 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingFromPersistentSurface()940 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingWithDifferentPreviewSizes()
22562 method @NonNull public static android.view.Surface createPersistentInputSurface();