Searched defs:frameId (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp735 int getAllFrameTimestamps(uint64_t frameId) { argument
736 return native_window_get_frame_timestamps(mWindow.get(), frameId,
756 uint64_t frameId = -1; local
757 int status = native_window_get_next_frame_id(mWindow.get(), &frameId);
759 return frameId;
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h866 struct ANativeWindow* window, uint64_t* frameId)
868 return window->perform(window, NATIVE_WINDOW_GET_NEXT_FRAME_ID, frameId);
888 struct ANativeWindow* window, uint64_t frameId,
896 frameId, outRequestedPresentTime, outAcquireTime, outLatchTime,
865 native_window_get_next_frame_id( struct ANativeWindow* window, uint64_t* frameId) argument
887 native_window_get_frame_timestamps( struct ANativeWindow* window, uint64_t frameId, int64_t* outRequestedPresentTime, int64_t* outAcquireTime, int64_t* outLatchTime, int64_t* outFirstRefreshStartTime, int64_t* outLastRefreshStartTime, int64_t* outGpuCompositionDoneTime, int64_t* outDisplayPresentTime, int64_t* outDequeueReadyTime, int64_t* outReleaseTime) argument
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp2106 int frameId = 0; local
2174 if (frameId == 0) {
2181 frameId++;
/frameworks/native/libs/gui/
H A DSurface.cpp1131 uint64_t frameId = va_arg(args, uint64_t); local
1141 return getFrameTimestamps(frameId,
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp2174 EGLuint64KHR *frameId) {
2203 *frameId = nextFrameId;
2297 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps,
2362 int ret = native_window_get_frame_timestamps(s->getNativeWindow(), frameId,
2173 eglGetNextFrameIdANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId) argument
2296 eglGetFrameTimestampsANDROID(EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values) argument

Completed in 898 milliseconds