/external/chromium_org/ui/gl/ |
surface_jni_headers.target.linux-mips.mk | 22 @echo "Gyp action: Generating JNI bindings from $(PWD)/prebuilts/sdk/17/android.jar/android/view/Surface.class ($@)" 23 $(hide)cd $(gyp_local_path)/ui/gl; mkdir -p $(gyp_shared_intermediate_dir)/ui/gl/jni; ../../base/android/jni_generator/jni_generator.py -j "$(PWD)/prebuilts/sdk/17/android.jar" --input_file android/view/Surface.class --output_dir "$(gyp_shared_intermediate_dir)/ui/gl/jni" --optimize_generation 0
|
surface_jni_headers.target.linux-x86.mk | 22 @echo "Gyp action: Generating JNI bindings from $(PWD)/prebuilts/sdk/17/android.jar/android/view/Surface.class ($@)" 23 $(hide)cd $(gyp_local_path)/ui/gl; mkdir -p $(gyp_shared_intermediate_dir)/ui/gl/jni; ../../base/android/jni_generator/jni_generator.py -j "$(PWD)/prebuilts/sdk/17/android.jar" --input_file android/view/Surface.class --output_dir "$(gyp_shared_intermediate_dir)/ui/gl/jni" --optimize_generation 0
|
/frameworks/av/camera/camera2/ |
ICameraDeviceCallbacks.cpp | 26 #include <gui/Surface.h>
|
/frameworks/av/include/media/ |
MediaPlayerInterface.h | 39 class Surface;
|
mediaplayer.h | 35 class Surface;
|
/frameworks/av/include/media/stagefright/ |
CameraSource.h | 34 class Surface; 65 * @param surface the preview surface for display where preview 85 const sp<IGraphicBufferProducer>& surface, 172 const sp<IGraphicBufferProducer>& surface,
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorPlayer.h | 102 virtual status_t setVideoSurface(const sp<Surface> &surface);
|
/frameworks/base/core/jni/ |
android_view_SurfaceControl.cpp | 33 #include <gui/Surface.h> 49 "android/view/Surface$OutOfResourcesException"; 129 sp<SurfaceControl> surface = client->createSurface( local 131 if (surface == NULL) { 135 surface->incStrong((void *)nativeCreate); 136 return int(surface.get()); 207 sp<Surface> consumer = android_view_Surface_getSurface(env, surfaceObj); 348 sp<Surface> sur(reinterpret_cast<Surface *>(nativeSurfaceObject)); 421 {"nativeScreenshot", "(Landroid/os/IBinder;Landroid/view/Surface;IIIIZ)V" [all...] |
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
TestAppView.java | 36 import android.view.Surface;
|
/frameworks/native/include/gui/ |
IGraphicBufferProducer.h | 35 class Surface; 42 * indirectly, through Surface. 179 // query retrieves some information for this surface
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
eglCreateWindowSurface.cpp | 33 _exceptionMessage = "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface"; 111 _exceptionMessage = "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface"; 119 window = new android::Surface(producer);
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
FramebufferSurface.cpp | 32 #include <gui/Surface.h>
|
/hardware/libhardware/tests/camera2/ |
camera2_utils.h | 25 #include <gui/Surface.h>
|
/packages/apps/Nfc/src/com/android/nfc/ |
SendUi.java | 41 import android.view.Surface; 139 // Wait for hw surface => start frame counter => start pre-animation after 3 frames 170 // Used for holding the surface 371 } // else, we will start the animation once we get the hardware surface 504 case Surface.ROTATION_90: 506 case Surface.ROTATION_180: 508 case Surface.ROTATION_270: 549 // We need to orient the screenshot correctly (and the Surface api seems to 659 // on the surface, which will allocate large buffers the first three calls 687 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
CameraTest.java | 8 import android.view.Surface; 239 public Surface getSurface() {
|
/frameworks/av/cmds/stagefright/ |
stream.cpp | 38 #include <gui/Surface.h> 322 String8("A Surface"), 336 sp<Surface> surface = control->getSurface(); local 337 CHECK(surface != NULL); 377 player->setVideoSurfaceTexture(surface->getIGraphicBufferProducer());
|
/frameworks/base/core/java/android/hardware/display/ |
DisplayManagerGlobal.java | 34 import android.view.Surface; 349 int width, int height, int densityDpi, Surface surface, int flags) { 357 if (surface == null) { 358 throw new IllegalArgumentException("surface must not be null"); 365 name, width, height, densityDpi, surface, flags);
|
/frameworks/av/camera/tests/ |
ProCameraTests.cpp | 30 #include <gui/Surface.h> 394 void createOnScreenSurface(sp<Surface>& surface) { 399 String8("ProCameraTest StreamingImage Surface"), 414 surface = mSurfaceControl->getSurface(); 416 ASSERT_NE((void*)NULL, surface.get()); 419 void createDepthOnScreenSurface(sp<Surface>& surface) { 424 String8("ProCameraTest StreamingImage Surface"), 439 surface = mDepthSurfaceControl->getSurface() 598 sp<Surface> surface; local 671 sp<Surface> surface; local [all...] |
/frameworks/base/services/java/com/android/server/display/ |
WifiDisplayController.java | 48 import android.view.Surface; 146 private Surface mAdvertisedDisplaySurface; 686 public void onDisplayConnected(Surface surface, 700 advertiseDisplay(display, surface, width, height, flags); [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
DisplayMagnifier.java | 44 import android.view.Surface; 45 import android.view.Surface.OutOfResourcesException; 133 Slog.i(LOG_TAG, "Rotaton: " + Surface.rotationToString(rotation) 236 /** NOTE: This has to be called within a surface transaction. */ 462 /** NOTE: This has to be called within a surface transaction. */ 486 private final Surface mSurface = new Surface(); 612 /** NOTE: This has to be called within a surface transaction. */ 632 } catch (Surface.OutOfResourcesException oore) {
|
/frameworks/base/graphics/java/android/renderscript/ |
RenderScript.java | 32 import android.view.Surface; 183 native void rsnContextSetSurface(int con, int w, int h, Surface sur); 184 synchronized void nContextSetSurface(int w, int h, Surface sur) { 355 native Surface rsnAllocationGetSurface(int con, int alloc); 356 synchronized Surface nAllocationGetSurface(int alloc) { 360 native void rsnAllocationSetSurface(int con, int alloc, Surface sur); 361 synchronized void nAllocationSetSurface(int alloc, Surface sur) { [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
ExtractDecodeEditEncodeMuxTest.java | 30 import android.view.Surface; 42 * <p>It uses MediaExtractor to get frames from a test stream, decodes them to a surface, uses a 43 * shader to edit them, encodes them from the resulting surface, and then uses MediaMuxer to write 301 // our desired properties. Request a Surface to use for input. 302 AtomicReference<Surface> inputSurfaceReference = new AtomicReference<Surface>(); 327 // our desired properties. Request a Surface to use for input. 467 * Creates a decoder for the given format, which outputs to the given surface. 470 * @param surface into which to decode the frames 472 private MediaCodec createVideoDecoder(MediaFormat inputFormat, Surface surface) [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 23 import android.view.Surface; 424 if ((rotationDegree == Surface.ROTATION_0) || 425 (rotationDegree == Surface.ROTATION_90) || 426 (rotationDegree == Surface.ROTATION_180) || 427 (rotationDegree == Surface.ROTATION_270)) { [all...] |
/frameworks/native/libs/gui/tests/ |
SurfaceTextureClient_test.cpp | 25 #include <gui/Surface.h> 48 mSTC = new Surface(bq); 111 sp<Surface> mSTC; 716 sp<Surface> stc(new Surface(bq));
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 49 import android.view.Surface; 381 case Surface.ROTATION_0: return 0; 382 case Surface.ROTATION_90: return 90; 383 case Surface.ROTATION_180: return 180; 384 case Surface.ROTATION_270: return 270; 448 // wrong size of preview surface. When we change the preview size, the
|