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

/frameworks/ex/framesequence/jni/
H A DFrameSequence.h32 virtual long drawFrame(int frameNr,
H A DFrameSequence_gif.h77 virtual long drawFrame(int frameNr,
H A DFrameSequence_webp.h78 virtual long drawFrame(int frameNr,
H A DFrameSequenceJNI.cpp114 jlong delayMs = frameSequenceState->drawFrame(frameNr,
H A DFrameSequence_gif.cpp226 long FrameSequenceState_gif::drawFrame(int frameNr, function in class:FrameSequenceState_gif
231 ALOGD("Cannot drawFrame, mGif is NULL");
236 ALOGD(" drawFrame on %p nr %d on addr %p, previous frame nr %d",
H A DFrameSequence_webp.cpp271 long FrameSequenceState_webp::drawFrame(int frameNr, function in class:FrameSequenceState_webp
274 ALOG_ASSERT(demux, "Cannot drawFrame, mDemux is NULL");
277 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();
164 drawFrame();
172 drawFrame();
189 drawFrame();
192 void drawFrame() { method in class:TestWallpaper.ClockEngine
/frameworks/base/libs/hwui/renderthread/
H A DDrawFrameTask.h65 int drawFrame(nsecs_t frameTimeNanos, nsecs_t recordDurationNanos);
H A DDrawFrameTask.cpp71 int DrawFrameTask::drawFrame(nsecs_t frameTimeNanos, nsecs_t recordDurationNanos) { function in class:android::uirenderer::renderthread::DrawFrameTask
72 LOG_ALWAYS_FATAL_IF(!mContext, "Cannot drawFrame with no CanvasContext!");
H A DRenderProxy.cpp205 return mDrawFrameTask.drawFrame(frameTimeNanos, recordDurationNanos);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java239 drawFrame();
266 drawFrame();
277 drawFrame();
299 drawFrame();
311 void drawFrame() { method in class:ImageWallpaper.DrawableEngine
333 Log.d(TAG, "Suppressed drawFrame since redraw is not needed "
392 Log.d(TAG, "Suppressed drawFrame since the image has not "
/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
263 throw new IllegalStateException("Surface abandoned, skipping drawFrame...", e);
726 drawFrame(mSurfaceTexture, holder.width, holder.height,
739 drawFrame(mSurfaceTexture, holder.width, holder.height,

Completed in 243 milliseconds