HomeSort by relevance Sort by last modified time
    Searched refs:persistentSurface (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/include/
MediaCodecSource.h 24 #include <media/stagefright/PersistentSurface.h>
46 const sp<PersistentSurface> &persistentSurface = NULL,
97 const sp<PersistentSurface> &persistentSurface,
140 sp<PersistentSurface> mPersistentSurface;
  /frameworks/base/media/jni/
android_media_MediaCodec.cpp 47 #include <media/stagefright/PersistentSurface.h>
308 const sp<PersistentSurface> &surface) {
1051 sp<PersistentSurface> android_media_MediaCodec_getPersistentInputSurface(
1053 sp<PersistentSurface> persistentSurface;
1058 persistentSurface = reinterpret_cast<PersistentSurface *>(
1065 return persistentSurface;
1071 sp<PersistentSurface> persistentSurface
    [all...]
android_media_MediaRecorder.cpp 32 #include <media/stagefright/PersistentSurface.h>
53 extern sp<PersistentSurface>
122 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object)
624 sp<PersistentSurface> persistentSurface = get_persistentSurface(env, object);
626 process_media_recorder_call(env, mr->setInputSurface(persistentSurface),
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 230 Surface persistentSurface) {
252 if (persistentSurface != null) {
254 surface = persistentSurface;
258 if (persistentSurface == null) {
302 if (persistentSurface == null && surface != null) {
  /cts/tests/tests/media/libmediandkjni/
native_media_encoder_jni.cpp 344 std::shared_ptr<ANativeWindow> persistentSurface = enc->getPersistentSurface();
345 enc->prepare(std::move(runConfig), persistentSurface);
346 src->prepare(nullptr /*bufferListener*/, persistentSurface);
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 327 const sp<PersistentSurface> &persistentSurface,
330 looper, format, source, persistentSurface, flags);
418 const sp<PersistentSurface> &persistentSurface,
431 mPersistentSurface(persistentSurface),
530 // consumer, but have to use PersistentSurface as a wrapper to
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java     [all...]

Completed in 360 milliseconds