/frameworks/av/services/camera/libcameraservice/api_pro/ |
ProCamera2Client.cpp | 25 #include <gui/Surface.h> 26 #include <gui/Surface.h> 280 window = new Surface(bufferProducer);
|
/frameworks/base/core/java/android/view/ |
HardwareRenderer.java | 37 import android.view.Surface.OutOfResourcesException; 269 * Initializes the hardware renderer for the specified surface. 271 * @param surface The surface to hardware accelerate 275 abstract boolean initialize(Surface surface) throws OutOfResourcesException; 278 * Updates the hardware renderer for the specified surface. 280 * @param surface The surface to hardware accelerate 282 abstract void updateSurface(Surface surface) throws OutOfResourcesException [all...] |
DisplayInfo.java | 34 * The surface flinger layer stack associated with this logical display. 139 * May be one of {@link android.view.Surface#ROTATION_0}, 140 * {@link android.view.Surface#ROTATION_90}, {@link android.view.Surface#ROTATION_180}, 141 * {@link android.view.Surface#ROTATION_270}. 366 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180 ? 371 return rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180 ?
|
/frameworks/base/core/jni/android/graphics/ |
SurfaceTexture.cpp | 25 #include <gui/Surface.h> 40 "android/view/Surface$OutOfResourcesException"; 108 sp<Surface> surfaceTextureClient(surfaceTexture != NULL ? new Surface(producer) : NULL);
|
/frameworks/base/services/java/com/android/server/display/ |
OverlayDisplayAdapter.java | 32 import android.view.Surface; 197 private Surface mSurface; 227 mSurface = new Surface(mSurfaceTexture);
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraCaptureResultTest.java | 35 import android.view.Surface; 53 private Surface mSurface; 140 List<Surface> outputSurfaces = new ArrayList<Surface>(1);
|
CameraDeviceTest.java | 38 import android.view.Surface; 68 private Surface mSurface; 369 List<Surface> outputSurfaces = new ArrayList<Surface>(1);
|
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecTest.java | 28 import android.view.Surface; 67 * <br> calling createInputSurface() with a non-Surface color format throws exception 72 Surface surface = null; local 82 surface = encoder.createInputSurface(); 90 surface = encoder.createInputSurface(); 99 surface = encoder.createInputSurface(); 110 assertNull(surface); 166 * <br> dequeueInputBuffer() fails when encoder configured with an input Surface 171 Surface surface = null local 205 Surface surface = null; local [all...] |
/frameworks/av/camera/ |
IProCameraCallbacks.cpp | 26 #include <gui/Surface.h>
|
/frameworks/av/include/camera/ |
Camera.h | 32 class Surface; 132 // callbacks or the callback surface can be active at the same time;
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
CameraDeviceBinderTest.java | 37 import android.view.Surface; 68 private Surface mSurface; 234 // Create second stream with a different surface. 237 Surface surface2 = new Surface(surfaceTexture); 255 "since we had 0 surface targets set.", CameraBinderTestUtils.BAD_VALUE, status); 261 "the target surface wasn't registered with createStream.",
|
/frameworks/base/media/tests/players/ |
invoke_mock_media_player.cpp | 28 using android::Surface;
|
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/ |
FountainView.java | 36 import android.view.Surface;
|
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/ |
FountainView.java | 36 import android.view.Surface;
|
/frameworks/native/include/ui/ |
GraphicBuffer.h | 130 friend class Surface;
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsView.java | 36 import android.view.Surface;
|
/hardware/libhardware/tests/camera2/ |
CameraMetadataTests.cpp | 32 #include <gui/Surface.h>
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptWallpaper.java | 24 import android.view.Surface;
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
Galaxy4Wallpaper.java | 27 import android.view.Surface;
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralWallpaper.java | 26 import android.view.Surface;
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptWallpaper.java | 28 import android.view.Surface;
|
/external/chromium_org/media/base/android/java/src/org/chromium/media/ |
MediaCodecBridge.java | 13 import android.view.Surface; 218 private boolean configureVideo(MediaFormat format, Surface surface, MediaCrypto crypto, 221 mMediaCodec.configure(format, surface, crypto, flags);
|
MediaPlayerBridge.java | 12 import android.view.Surface; 48 protected void setSurface(Surface surface) { 49 getLocalPlayer().setSurface(surface);
|
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.h | 46 void setSurface(const sp<Surface> &surface); 130 sp<Surface> mSurface;
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegProcessor.cpp | 27 #include <gui/Surface.h> 90 mCaptureWindow = new Surface(bq);
|