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

  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java 104 private Surface mPersistentSurface;
236 mPersistentSurface = MediaCodec.createPersistentInputSurface();
237 assertNotNull("Failed to create persistent input surface!", mPersistentSurface);
242 mPersistentSurface.release();
243 mPersistentSurface = null;
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 138 sp<PersistentSurface> mPersistentSurface;
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 89 sp<PersistentSurface> mPersistentSurface;
StagefrightRecorder.cpp 368 mPersistentSurface = surface;
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 61 sp<PersistentSurface> mPersistentSurface;
66 mPersistentSurface = ps;
69 //mPersistentSurface ref will be let go off here
693 if (aMediaPersistentSurface->mPersistentSurface == NULL) {
698 aMediaPersistentSurface->mPersistentSurface));
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 454 mPersistentSurface(persistentSurface),
560 if (mPersistentSurface != NULL) {
564 err = mEncoder->setInputSurface(mPersistentSurface);
    [all...]

Completed in 180 milliseconds