HomeSort by relevance Sort by last modified time
    Searched refs:Surface (Results 301 - 325 of 340) sorted by null

<<11121314

  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 26 #include <gui/Surface.h>
129 * Configures and starts the MediaCodec encoder. Obtains an input surface
177 "ERROR: unable to create encoder input surface (err=%d)\n", err);
199 * frames will start being sent to the encoder's surface.
225 // Set the way we map the output onto the display surface (which will
  /frameworks/av/media/libmedia/
IMediaRecorder.cpp 25 #include <gui/Surface.h>
90 status_t setPreviewSurface(const sp<IGraphicBufferProducer>& surface)
92 ALOGV("setPreviewSurface(%p)", surface.get());
95 data.writeStrongBinder(surface->asBinder());
446 sp<IGraphicBufferProducer> surface = interface_cast<IGraphicBufferProducer>(data.readStrongBinder()); local
447 reply->writeInt32(setPreviewSurface(surface));
mediaplayer.cpp 30 #include <gui/Surface.h>
  /frameworks/av/media/libstagefright/
CameraSource.cpp 30 #include <gui/Surface.h>
143 const sp<IGraphicBufferProducer>& surface,
147 clientName, clientUid, videoSize, frameRate, surface,
160 const sp<IGraphicBufferProducer>& surface,
166 mSurface(surface),
535 // applications may already set a surface to the camera.
AwesomePlayer.cpp 53 #include <gui/Surface.h>
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 27 #include <gui/Surface.h>
817 // Unsupported in surface input mode.
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 30 #include <gui/Surface.h>
466 onSurfaceCreated_native(JNIEnv* env, jobject clazz, jint handle, jobject surface)
471 code->setSurface(surface);
486 onSurfaceChanged_native(JNIEnv* env, jobject clazz, jint handle, jobject surface,
493 code->setSurface(surface);
539 onSurfaceDestroyed_native(JNIEnv* env, jobject clazz, jint handle, jobject surface)
608 { "onSurfaceCreatedNative", "(ILandroid/view/Surface;)V", (void*)onSurfaceCreated_native },
609 { "onSurfaceChangedNative", "(ILandroid/view/Surface;III)V", (void*)onSurfaceChanged_native },
610 { "onSurfaceRedrawNeededNative", "(ILandroid/view/Surface;)V", (void*)onSurfaceRedrawNeeded_native },
  /frameworks/rs/driver/
rsdGL.cpp 45 #include <gui/Surface.h>
137 ALOGE(" EGL context %p surface %p, Display=%p", dc->gl.egl.context, dc->gl.egl.surface,
165 if (dc->gl.egl.surface != EGL_NO_SURFACE) {
166 RSD_CALL_GL(eglDestroySurface, dc->gl.egl.display, dc->gl.egl.surface);
424 if (dc->gl.egl.surface != NULL) {
431 ret = eglDestroySurface(dc->gl.egl.display, dc->gl.egl.surface);
434 dc->gl.egl.surface = NULL;
446 dc->gl.egl.surface = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
449 if (dc->gl.egl.surface == EGL_NO_SURFACE)
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 324 mConsumerInterface = new Surface(consumer);
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 42 #include <gui/Surface.h>
315 * @pixFormat : surface pixelformat
347 printf("Unable to establish connection to Surface Composer \n");
357 printf("Unable to create preview surface \n");
371 printf("Preview surface configuration failed! \n");
383 * DESCRIPTION: closes previously open preview surface
539 printf("Error while creating preview surface\n");
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 42 import android.view.Surface;
536 if (mLogVerbose) Log.v(TAG, "Passed a null surface holder; waiting for valid one");
583 // the surface texture goes away.
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 74 import android.view.Surface;
197 metrics, Surface.ROTATION_0,
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java 75 import android.view.Surface;
412 private int mDeviceRotation = Surface.ROTATION_0;
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp 32 #include <gui/Surface.h>
269 jobject surface);
276 {"nativeStartPreview", "(Landroid/view/Surface;JJIZ)V",
282 {"nativeRenderPreviewFrame", "(Landroid/view/Surface;JII)I",
285 "(Landroid/view/Surface;Ljava/lang/String;IIIIJ)I",
306 {"nativeClearSurface", "(Landroid/view/Surface;)V",
602 jobject surface)
628 // Validate the surface parameter.
630 (NULL == surface),
631 "surface is null")
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 81 import android.view.Surface;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java 81 import android.view.Surface;
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp 41 #include <gui/Surface.h>
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 41 #include <gui/Surface.h>
747 anw = new Surface(bufferProducer, true /* controlledByApp */);
    [all...]
StagefrightRecorder.cpp 44 #include <gui/Surface.h>
228 status_t StagefrightRecorder::setPreviewSurface(const sp<IGraphicBufferProducer> &surface) {
229 ALOGV("setPreviewSurface: %p", surface.get());
230 mPreviewSurface = surface;
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 32 #include <gui/Surface.h>
    [all...]
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 27 #include <gui/Surface.h>
802 // Wrap the IGBP in a Java-language Surface.
861 {"nativeGetSurface", "()Landroid/view/Surface;", (void*)ImageReader_getSurface },
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 26 import android.view.Surface;
    [all...]
RenderScript.java 31 import android.view.Surface;
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Context.cpp 28 #include "libEGL/Surface.h"
245 void Context::makeCurrent(egl::Surface *surface)
298 mState.viewport.width = surface->getWidth();
299 mState.viewport.height = surface->getHeight();
303 mState.scissor.width = surface->getWidth();
304 mState.scissor.height = surface->getHeight();
310 rx::SwapChain *swapchain = surface->getSwapChain();
    [all...]
Texture.cpp 22 #include "libEGL/Surface.h"
421 void Texture2D::bindTexImage(egl::Surface *surface)
425 GLint internalformat = surface->getFormat();
427 mImageArray[0]->redefine(mRenderer, internalformat, surface->getWidth(), surface->getHeight(), true);
430 mTexStorage = new rx::TextureStorageInterface2D(mRenderer, surface->getSwapChain());
433 mSurface = surface;
    [all...]

Completed in 2107 milliseconds

<<11121314