HomeSort by relevance Sort by last modified time
    Searched refs:frameId (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPProxyTestCase.java 36 private final long frameId;
39 public EventContext(long threadId, long frameId, Location location) {
41 this.frameId = frameId;
50 return frameId;
88 long frameId = reply.getNextValueAsFrameID();
96 return new EventContext(eventThreadId, frameId, location);
  /packages/services/Car/evs/manager/
HalCamera.h 77 uint32_t frameId;
79 FrameRecord(uint32_t id) : frameId(id), refCount(0) {};
HalCamera.cpp 161 if (mFrames[i].frameId == buffer.bufferId) {
207 mFrames[i].frameId = buffer.bufferId;
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Command.java 141 OutputSemanticHandler handler, int frameId) {
142 return new FreezeFrameCommand<>(handler, frameId);
179 FreezeFrameCommand(OutputSemanticHandler<ValueType> semanticHandler, int frameId) {
181 mFrameId = frameId;
  /external/skia/src/codec/
SkFrameHolder.h 40 int frameId() const { return fId; }
175 * Return the frame with frameId i.
SkWebpCodec.h 66 : INHERITED(other.frameId())
  /external/skqp/src/codec/
SkFrameHolder.h 40 int frameId() const { return fId; }
175 * Return the frame with frameId i.
SkWebpCodec.h 66 : INHERITED(other.frameId())
  /frameworks/native/libs/nativewindow/include/system/
window.h     [all...]
  /external/skia/third_party/gif/
SkGifImageReader.cpp 161 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
    [all...]
  /external/skqp/third_party/gif/
SkGifImageReader.cpp 161 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
    [all...]
  /external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp 77 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetNextFrameIdANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR *frameId);
80 typedef EGLW_APICALL eglw::EGLBoolean (EGLW_APIENTRY* eglGetFrameTimestampsANDROIDFunc) (eglw::EGLDisplay dpy, eglw::EGLSurface surface, EGLuint64KHR frameId, eglw::EGLint numTimestamps, const eglw::EGLint *timestamps, EGLnsecsANDROID *values);
111 : frameId (-1)
128 EGLuint64KHR frameId;
624 frame.frameId = nextFrameId;
667 display, *surface, frame5ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
691 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 197 long frameId = hprof.getId();
210 frames.put(frameId, frame);
220 long frameId = hprof.getId();
221 trace[i] = frames.get(frameId);
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 938 for (size_t frameId = 0; frameId < frames.size(); frameId++) {
939 const ADTSPosition &frame = frames.itemAt(frameId);
944 // frameId, frame.offset, frame.headerSize, frame.length);
    [all...]
  /frameworks/native/libs/gui/tests/
Surface_test.cpp 818 int getAllFrameTimestamps(uint64_t frameId) {
819 return native_window_get_frame_timestamps(mWindow.get(), frameId,
839 uint64_t frameId = -1;
840 int status = native_window_get_next_frame_id(mWindow.get(), &frameId);
842 return frameId;
    [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h 518 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETNEXTFRAMEIDANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
520 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETFRAMETIMESTAMPSANDROIDPROC) (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
524 EGLAPI EGLBoolean EGLAPIENTRY eglGetNextFrameIdANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR *frameId);
526 EGLAPI EGLBoolean EGLAPIENTRY eglGetFrameTimestampsANDROID (EGLDisplay dpy, EGLSurface surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID *values);
    [all...]
  /external/v8/src/debug/
mirrors.js     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCamera2HWI.h 455 bool needProcessPreviewFrame(uint32_t frameID);
568 /*Caller can specify range frameID to skip.
571 /*Verifies if frameId is valid to skip*/
572 bool isDisplayFrameToSkip(uint32_t frameId);
788 //Used to decide the next frameID to be skipped
790 //FrameID to start frame skip.
792 /*FrameID to stop frameskip. If this is not set,
QCamera2HWI.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /art/runtime/
instrumentation.cc 405 const size_t frameId = GetFrameId();
407 if (instrumentation_frame.frame_id_ == frameId) {
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCamera2HWI.h 475 bool needProcessPreviewFrame(uint32_t frameID);
593 /*Caller can specify range frameID to skip.
596 /*Verifies if frameId is valid to skip*/
597 bool isDisplayFrameToSkip(uint32_t frameId);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 1680 milliseconds

1 2 3