/frameworks/av/cmds/stagefright/ |
SimplePlayer.cpp | 67 status_t SimplePlayer::setSurface(const sp<IGraphicBufferProducer> &bufferProducer) {
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPreviewController.cpp | 421 M4OSA_ERR VideoEditorPreviewController::setSurface(const sp<Surface> &surface) { 422 ALOGV("setSurface"); [all...] |
PreviewPlayer.cpp | [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
RenderScriptGL.java | 212 public void setSurface(SurfaceHolder sur, int w, int h) {
|
Allocation.java | [all...] |
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsView.java | 57 mRS.setSurface(holder, w, h);
|
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/ |
SampleRSActivity.java | 57 mOutPixelsAllocation.setSurface(new Surface(surface)); 63 mOutPixelsAllocation.setSurface(new Surface(surface)); 69 mOutPixelsAllocation.setSurface(null);
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralView.java | 49 mRenderScript.setSurface(null, 0, 0); 81 mRenderScript.setSurface(surfaceHolder, width, height);
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
CallbackProcessor.java | 118 mAllocationOut.setSurface(null); 131 mAllocationOut.setSurface(mCallbackSurface);
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
LocalPlayer.java | 297 protected void setSurface(Surface surface) { 303 protected void setSurface(SurfaceHolder surfaceHolder) { 311 setSurface((SurfaceHolder)null); 321 // The setSurface API does not exist until V14+. 323 ICSMediaPlayer.setSurface(mMediaPlayer, mSurface); 326 + "setSurface() on this version of the platform."); 369 public static final void setSurface(MediaPlayer player, Surface surface) { 370 player.setSurface(surface); 460 setSurface(holder); 468 setSurface(holder) [all...] |
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
NativeMedia.java | 83 setSurface(holder.getSurface()); 105 setSurface(holder.getSurface()); 333 public static native void setSurface(Surface surface); 364 // Use the newer MediaPlayer.setSurface(Surface) since API level 14 366 // because setSurface also works with a Surface derived from a SurfaceTexture. 368 mediaPlayer.setSurface(s); 374 setSurface(s); 394 mediaPlayer.setSurface(s); 401 setSurface(s);
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsRSActivity.java | 216 mOutPixelsAllocation.setSurface(new Surface(surface)); 224 mOutPixelsAllocation.setSurface(new Surface(surface)); 230 mOutPixelsAllocation.setSurface(null);
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaPlayerBridge.java | 73 protected void setSurface(Surface surface) { 74 getLocalPlayer().setSurface(surface);
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
NativeMedia.java | 93 setSurface(holder.getSurface()); 115 setSurface(holder.getSurface()); 333 public static native void setSurface(Surface surface); 368 setSurface(mSurfaceHolder.getSurface()); 387 mediaPlayer.setSurface(s); 393 setSurface(surface);
|
/frameworks/base/core/jni/ |
android_app_NativeActivity.cpp | 124 setSurface(NULL); 135 void setSurface(jobject _surface) { 471 code->setSurface(surface); 493 code->setSurface(surface); 548 code->setSurface(NULL);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
BlockingGLTextureView.java | 68 mRenderThread.setSurface(surface); 81 mRenderThread.setSurface(null); 343 public void setSurface(SurfaceTexture surface) {
|
/frameworks/rs/ |
rsAllocation.cpp | 488 void Allocation::setSurface(const Context *rsc, RsNativeWindow sur) { 490 rsc->mHal.funcs.allocation.setSurface(rsc, this, nw); 706 alloc->setSurface(rsc, sur);
|
rs_hal.h | 83 bool (*setSurface)(const Context *, uint32_t w, uint32_t h, RsNativeWindow); 155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
|
rsContext.cpp | 627 void Context::setSurface(uint32_t w, uint32_t h, RsNativeWindow sur) { 629 mHal.funcs.setSurface(this, w, h, sur); 858 rsc->setSurface(w, h, sur);
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
BlockingGLTextureView.java | 68 mRenderThread.setSurface(surface); 81 mRenderThread.setSurface(null); 343 public void setSurface(SurfaceTexture surface) {
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
BlockingGLTextureView.java | 68 mRenderThread.setSurface(surface); 81 mRenderThread.setSurface(null); 343 public void setSurface(SurfaceTexture surface) {
|
/external/chromium_org/third_party/skia/src/utils/ |
SkDeferredCanvas.cpp | 152 void setSurface(SkSurface* surface); 278 this->setSurface(surface); 282 void DeferredDevice::setSurface(SkSurface* surface) { 643 SkSurface* SkDeferredCanvas::setSurface(SkSurface* surface) { 649 deferredDevice->setSurface(surface); [all...] |
/external/skia/src/utils/ |
SkDeferredCanvas.cpp | 152 void setSurface(SkSurface* surface); 278 this->setSurface(surface); 282 void DeferredDevice::setSurface(SkSurface* surface) { 643 SkSurface* SkDeferredCanvas::setSurface(SkSurface* surface) { 649 deferredDevice->setSurface(surface); [all...] |
/frameworks/base/media/java/android/media/ |
MediaPlayer.java | 408 * <tr><td>setSurface </p></td> [all...] |
/prebuilts/sdk/14/ |
android.jar | |