Searched refs:drawFrame (Results 1 - 13 of 13) sorted by relevance

/frameworks/ex/framesequence/jni/
H A DFrameSequence.h32 virtual long drawFrame(int frameNr,
H A DFrameSequence_gif.h81 virtual long drawFrame(int frameNr,
H A DFrameSequence_webp.h92 virtual long drawFrame(int frameNr,
H A DFrameSequenceJNI.cpp137 jlong delayMs = frameSequenceState->drawFrame(frameNr,
H A DFrameSequence_gif.cpp219 long FrameSequenceState_gif::drawFrame(int frameNr, function in class:FrameSequenceState_gif
224 ALOGD("Cannot drawFrame, mGif is NULL");
229 ALOGD(" drawFrame on %p nr %d on addr %p, previous frame nr %d",
H A DFrameSequence_webp.cpp291 long FrameSequenceState_webp::drawFrame(int frameNr, function in class:FrameSequenceState_webp
294 ALOG_ASSERT(demux, "Cannot drawFrame, mDemux is NULL");
297 ALOGD(" drawFrame called for frame# %d, previous frame# %d", frameNr, previousFrameNr);
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java83 drawFrame();
135 drawFrame();
141 drawFrame();
172 drawFrame();
180 drawFrame();
197 drawFrame();
200 void drawFrame() { method in class:TestWallpaper.ClockEngine
/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.h71 int drawFrame();
H A DDrawFrameTask.cpp69 int DrawFrameTask::drawFrame() { function in class:android::uirenderer::renderthread::DrawFrameTask
70 LOG_ALWAYS_FATAL_IF(!mContext, "Cannot drawFrame with no CanvasContext!");
H A DRenderProxy.cpp249 return mDrawFrameTask.drawFrame();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java238 drawFrame();
261 drawFrame();
272 drawFrame();
303 drawFrame();
311 void drawFrame() { method in class:ImageWallpaper.DrawableEngine
342 Log.d(TAG, "Suppressed drawFrame since redraw is not needed "
390 Log.d(TAG, "Suppressed drawFrame since the image has not "
504 drawFrame();
/frameworks/base/core/jni/android/graphics/
H A DGIFMovie.cpp226 static void drawFrame(SkBitmap* bm, const SavedImage* frame, const ColorMapObject* cmap) function
424 drawFrame(bm, cur, gif->SColorMap);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java251 private void drawFrame(SurfaceTexture st, int width, int height, int flipType) method in class:SurfaceTextureRenderer
264 throw new IllegalStateException("Surface abandoned, skipping drawFrame...", e);
771 drawFrame(mSurfaceTexture, holder.width, holder.height,
786 drawFrame(mSurfaceTexture, holder.width, holder.height,
791 throw new IllegalStateException("Surface abandoned, skipping drawFrame...", e);

Completed in 298 milliseconds