Searched refs:createPersistentInputSurface (Results 1 – 10 of 10) 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()
264 inputSurface = NdkMediaCodec.createPersistentInputSurface(); in run()266 inputSurface = new InputSurface(MediaCodec.createPersistentInputSurface()); in run()
263 mRecordSurface = MediaCodec.createPersistentInputSurface(); in setupMediaRecorder()
2817 Surface recordSurface = MediaCodec.createPersistentInputSurface();
563 surfaceMode ? MediaCodec.createPersistentInputSurface() : null; in DecoderInitializationLatency()
943 mSurface = MediaCodec.createPersistentInputSurface(); in Decode()
394 mSurface = MediaCodec.createPersistentInputSurface(); in configureCodec()
294 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingFromPersistentSurface()958 mPersistentSurface = MediaCodec.createPersistentInputSurface(); in testRecordingWithDifferentPreviewSizes()
23071 method @NonNull public static android.view.Surface createPersistentInputSurface();