Searched defs:mPersistentSurface (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMediaCodecSource.h139 sp<PersistentSurface> mPersistentSurface; member in struct:android::MediaCodecSource
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h81 sp<PersistentSurface> mPersistentSurface; member in struct:android::StagefrightRecorder
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecSource.h139 sp<PersistentSurface> mPersistentSurface; member in struct:android::MediaCodecSource
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java105 private Surface mPersistentSurface; field in class:Camera2RecordingTest
811 if (mPersistentSurface != null) {
812 mMediaRecorder.setInputSurface(mPersistentSurface);
813 mRecordingSurface = mPersistentSurface;
816 if (mPersistentSurface == null) {
842 if (mPersistentSurface != null) {
843 mMediaRecorder.setInputSurface(mPersistentSurface);
844 mRecordingSurface = mPersistentSurface;
847 if (mPersistentSurface == null) {
916 if (mPersistentSurface
[all...]
H A DCamera2SwitchPreviewTest.java134 private Surface mPersistentSurface; field in class:Camera2SwitchPreviewTest
461 if (mPersistentSurface != null) {
462 mMediaRecorder.setInputSurface(mPersistentSurface);
463 mRecordingSurface = mPersistentSurface;
466 if (mPersistentSurface == null) {
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp60 sp<PersistentSurface> mPersistentSurface; member in struct:AMediaCodecPersistentSurface
65 mPersistentSurface = ps;
68 //mPersistentSurface ref will be let go off here
445 if (aMediaPersistentSurface->mPersistentSurface == NULL) {
450 aMediaPersistentSurface->mPersistentSurface));

Completed in 84 milliseconds