HomeSort by relevance Sort by last modified time
    Searched refs:ANativeWindow (Results 501 - 525 of 586) sorted by null

<<21222324

  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 94 FullPipelineRenderer::FullPipelineRenderer(ANativeWindow* window, bool offscreen) :
  /cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp 278 const ANativeWindow* window, AMediaCodec** codec) {
287 const_cast<ANativeWindow*>(window),
292 const AMediaCrypto* crypto, const ANativeWindow* window,
407 ANativeWindow *window = ANativeWindow_fromSurface(env, params.surface);
native_media_utils.h 90 static inline void deleter_ANativeWindow(ANativeWindow *_a) {
native-media-jni.cpp 376 ANativeWindow *window = ANativeWindow_fromSurface(env, surface);
784 reinterpret_cast<ANativeWindow *>(nativeWindow));
793 ANativeWindow *nativeWindow;
809 ANativeWindow *nativeWindow;
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.h 196 struct ANativeWindow *window;
  /frameworks/av/cmds/screenrecord/
EglWindow.cpp 51 sp<ANativeWindow> anw = new Surface(surface);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 260 virtual status_t queueBufferToConsumer(sp<ANativeWindow>& consumer,
Camera3SharedOutputStream.cpp 143 status_t Camera3SharedOutputStream::queueBufferToConsumer(sp<ANativeWindow>& consumer,
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.h 85 VulkanSurface* createSurface(ANativeWindow* window);
  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 92 void produceOneRGBA8Frame(const sp<ANativeWindow>& anw) {
GLTest.cpp 76 sp<ANativeWindow> window = mSurfaceControl->getSurface();
171 sp<ANativeWindow>& window) const {
  /hardware/intel/common/libva/va/android/
va_android.cpp 208 sp<ANativeWindow> draw, /* Android Native Window */
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 89 sp < ANativeWindow > anw;
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 253 ANativeWindow *window = static_cast<ANativeWindow*>(
  /frameworks/native/opengl/tests/EGLTest/
EGL_test.cpp 145 sp<ANativeWindow> mANW = mSTC;
260 sp<ANativeWindow> mANW = mSTC;
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 182 android::sp<ANativeWindow> window;
210 ANativeWindow* window = surface.window.get();
230 // or by passing ownership e.g. to ANativeWindow::cancelBuffer().
247 ANativeWindow* window,
545 ANativeWindow* window = SurfaceFromHandle(surface)->window.get();
    [all...]
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 257 sp<ANativeWindow> anw = producer;
332 sp<ANativeWindow> anw = ctx->getProducer();
371 ANativeWindow* producer = ctx->getProducer();
406 sp<ANativeWindow> anw = ctx->getProducer();
435 sp<ANativeWindow> anw = ctx->getProducer();
532 sp < ANativeWindow > anw = surface;
  /frameworks/av/media/libstagefright/include/
ACodec.h 250 sp<ANativeWindow> mNativeWindow;
325 ANativeWindow *nativeWindow /* nonnull */, int *finalUsage /* nonnull */,
358 const sp<ANativeWindow> &nativeWindow);
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 170 sp<ANativeWindow> nativeWindow;
542 static int32_t getWindowProp(ANativeWindow* window, int what) {
557 sp<ANativeWindow> oldNativeWindow = code->nativeWindow;
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 461 ANativeWindow *nativeWindow = (ANativeWindow *)
720 SLresult android_Player_setNativeWindow(CMediaPlayer *mp, ANativeWindow *nativeWindow)
725 SL_LOGE("ANativeWindow is NULL");
734 SL_LOGE("Query NATIVE_WINDOW_CONCRETE_TYPE on ANativeWindow * %p failed; "
740 SL_LOGV("Displaying on ANativeWindow of type NATIVE_WINDOW_SURFACE");
751 SL_LOGE("ANativeWindow * %p has unknown or unsupported concrete type %d",
  /frameworks/native/cmds/flatland/
GLHelper.cpp 212 sp<ANativeWindow> anw = new Surface(producer);
291 sp<ANativeWindow> anw = sc->getSurface();
  /cts/tests/openglperf2/jni/primitive/contextswitch/
ContextSwitchRenderer.cpp 77 ContextSwitchRenderer::ContextSwitchRenderer(ANativeWindow* window, bool offscreen) :
  /frameworks/av/media/libmedia/include/media/
mediaplayer.h 34 struct ANativeWindow;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 102 sp<ANativeWindow> window = mSurfaceControl->getSurface();
110 sp<ANativeWindow> window = stc;
374 sp<ANativeWindow> mANW;
415 sp<ANativeWindow> mANW;
    [all...]
  /frameworks/native/libs/vr/libdvr/tests/
dvr_buffer_queue-test.cpp 190 ANativeWindow* window = nullptr;

Completed in 517 milliseconds

<<21222324