Searched refs:mPersistentSurface (Results 1 – 7 of 7) sorted by relevance
109 private Surface mPersistentSurface; field in Camera2RecordingTest819 if (mPersistentSurface != null) { in prepareRecordingWithProfile()820 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()821 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()824 if (mPersistentSurface == null) { in prepareRecordingWithProfile()850 if (mPersistentSurface != null) { in prepareRecording()851 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecording()852 mRecordingSurface = mPersistentSurface; in prepareRecording()855 if (mPersistentSurface == null) { in prepareRecording()926 if (mPersistentSurface == null && mRecordingSurface != null) { in stopRecording()
96 private Surface mPersistentSurface; field in Camera2SwitchPreviewTest425 if (mPersistentSurface != null) { in prepareRecordingWithProfile()426 mMediaRecorder.setInputSurface(mPersistentSurface); in prepareRecordingWithProfile()427 mRecordingSurface = mPersistentSurface; in prepareRecordingWithProfile()430 if (mPersistentSurface == null) { in prepareRecordingWithProfile()
141 sp<PersistentSurface> mPersistentSurface; member
86 sp<PersistentSurface> mPersistentSurface; member91 mPersistentSurface = ps; in AMediaCodecPersistentSurface()865 if (aMediaPersistentSurface->mPersistentSurface == NULL) { in AMediaCodec_setInputSurface()870 aMediaPersistentSurface->mPersistentSurface)); in AMediaCodec_setInputSurface()
470 mPersistentSurface(persistentSurface), in MediaCodecSource()576 if (mPersistentSurface != NULL) { in initEncoder()580 err = mEncoder->setInputSurface(mPersistentSurface); in initEncoder()
104 sp<PersistentSurface> mPersistentSurface; member
411 mPersistentSurface = surface; in setInputSurface()2149 mLooper, format, cameraSource, mPersistentSurface, flags); in setupVideoEncoder()2444 mPersistentSurface.clear(); in stop()