Searched defs:persistentSurface (Results 1 - 3 of 3) sorted by path

/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp1032 sp<PersistentSurface> persistentSurface; local
1037 persistentSurface = reinterpret_cast<PersistentSurface *>(
1044 return persistentSurface;
1050 sp<PersistentSurface> persistentSurface = local
1053 if (persistentSurface == NULL) {
1058 persistentSurface->getBufferProducer(), true);
1085 (jlong)persistentSurface.get());
1095 persistentSurface->incStrong(&sRefBaseOwner);
1103 sp<PersistentSurface> persistentSurface; local
1108 persistentSurface
1135 sp<PersistentSurface> persistentSurface = local
[all...]
H A Dandroid_media_MediaRecorder.cpp520 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object); local
522 process_media_recorder_call(env, mr->setInputSurface(persistentSurface),
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java230 Surface persistentSurface) {
252 if (persistentSurface != null) {
254 surface = persistentSurface;
258 if (persistentSurface == null) {
302 if (persistentSurface == null && surface != null) {
227 recordVideoFromSurface( int frameRate, int captureRate, int width, int height, int videoFormat, int outFormat, String outFile, boolean videoOnly, Surface persistentSurface) argument

Completed in 116 milliseconds