Searched refs:setSurface (Results 51 - 75 of 90) sorted by relevance

1234

/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp560 static void setSurface(JNIEnv* env, jclass clazz, jlong rendererPtr, jlong surfacePtr) { function in namespace:android::uirenderer
618 {"nHwuiSetSurface", "(JJ)V", (void*) hwui::setSurface },
/frameworks/rs/
H A Drs_hal.h144 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); member in struct:android::renderscript::__anon2040
232 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur); member in struct:android::renderscript::__anon2040::__anon2042
H A DrsAllocation.h184 void setSurface(const Context *rsc, RsNativeWindow sur);
H A DrsContext.cpp575 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { function in class:android::renderscript::Context
577 mHal.funcs.setSurface(this, w, h, sur);
821 rsc->setSurface(w, h, sur);
H A DrsAllocation.cpp620 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { function in class:android::renderscript::Allocation
622 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw);
874 alloc->setSurface(rsc, sur);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrView.java372 // mStateLow.mScrAllocation.setSurface(null);
376 mStateLow.mScrAllocation.setSurface(null);
380 mState1.mScrAllocation.setSurface(null);
/frameworks/rs/driver/
H A DrsdCore.cpp327 rsc->mHal.funcs.allocation.setSurface = sAllocationSetSurface;
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DCameraView.java164 mCameraOps.setSurface(mProcessingNormalSurface);
H A DViewfinderProcessor.java116 mOutputAllocation.setSurface(output);
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DCameraView.java164 mCameraOps.setSurface(mProcessingNormalSurface);
/frameworks/av/cmds/stagefright/
H A Dcodec.cpp447 player->setSurface(surface->getIGraphicBufferProducer());
H A DSimplePlayer.cpp69 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) { function in class:android::SimplePlayer
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h178 status_t setSurface(const sp<Surface> &nativeWindow);
H A DACodec.h79 virtual status_t setSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaCodec.h178 status_t setSurface(const sp<Surface> &nativeWindow);
H A DACodec.h79 virtual status_t setSurface(const sp<Surface> &surface);
/frameworks/av/media/libstagefright/include/
H A DMediaCodec.h178 status_t setSurface(const sp<Surface> &nativeWindow);
H A DACodec.h79 virtual status_t setSurface(const sp<Surface> &surface);
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java1798 public void setSurface(Surface surface) { method in class:TvInputManager.Session
1805 mService.setSurface(mToken, surface, mUserId);
1813 * {@link #setSurface}.
2577 public boolean setSurface(Surface surface, TvStreamConfig config) { method in class:TvInputManager.Hardware
2579 return mInterface.setSurface(surface, config);
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DMediaSource.java493 mMediaPlayer.setSurface(surface);
/frameworks/base/services/core/jni/
H A Dcom_android_server_tv_TvInputHal.cpp98 void setSurface(const sp<Surface>& surface);
153 void BufferProducerThread::setSurface(const sp<Surface>& surface) { function in class:android::BufferProducerThread
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp289 status_t JMediaCodec::setSurface( function in class:android::JMediaCodec
295 status_t err = mCodec->setSurface(client);
1047 status_t err = codec->setSurface(bufferProducer);
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp86 status_t MediaSync::setSurface(const sp<IGraphicBufferProducer> &output) { function in class:android::MediaSync
94 ALOGE("setSurface: output surface is used as sync source and cannot be removed.");
108 ALOGE("setSurface: new output surface has new usage flag not used by current one.");
124 ALOGE("setSurface: failed to connect (%d)", status);
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp391 return translate_error(mData->mCodec->setSurface(surface));
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java579 mMediaPlayer.setSurface(surface);

Completed in 898 milliseconds

1234