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

  /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);
  /external/skia/src/codec/
SkFrameHolder.h 51 int frameId() const { return fId; }
186 * Return the frame with frameId i.
SkCodec.cpp 740 const int i = frame->frameId();
757 const int prevId = prevFrame->frameId();
783 frame->setRequiredFrame(prevFrame->frameId());
808 frame->setRequiredFrame(prevFrame->frameId());
814 frame->setRequiredFrame(prevFrame->frameId());
  /external/skqp/src/codec/
SkFrameHolder.h 51 int frameId() const { return fId; }
186 * Return the frame with frameId i.
SkCodec.cpp 740 const int i = frame->frameId();
757 const int prevId = prevFrame->frameId();
783 frame->setRequiredFrame(prevFrame->frameId());
808 frame->setRequiredFrame(prevFrame->frameId());
814 frame->setRequiredFrame(prevFrame->frameId());
  /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;
625 frame.frameId = nextFrameId;
668 display, *surface, frame6ago.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
692 display, *surface, lastFrame.frameId, static_cast<eglw::EGLint>(supportedNames.size()),
  /art/tools/ahat/src/main/com/android/ahat/heapdump/
Parser.java 247 long frameId = hprof.getId();
260 frames.put(frameId, frame);
270 long frameId = hprof.getId();
271 trace[i] = frames.get(frameId);
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
VtsHalMediaC2V1_0TargetAudioDecTest.cpp 406 int frameID = offset;
409 if (frameID == (int)Info->size() || frameID == (offset + range)) break;
426 int64_t timestamp = (*Info)[frameID].timestamp;
427 if ((*Info)[frameID].flags) flags = 1u << ((*Info)[frameID].flags - 1);
428 if (signalEOS && ((frameID == (int)Info->size() - 1) ||
429 (frameID == (offset + range - 1))))
434 work->input.ordinal.frameIndex = frameID;
437 flushedIndices.emplace_back(frameID);
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
VtsHalMediaC2V1_0TargetVideoDecTest.cpp 343 int frameID = offset;
346 if (frameID == (int)Info->size() || frameID == (offset + range)) break;
363 int64_t timestamp = (*Info)[frameID].timestamp;
364 if ((*Info)[frameID].flags) flags = (1 << ((*Info)[frameID].flags - 1));
365 if (signalEOS && ((frameID == (int)Info->size() - 1) ||
366 (frameID == (offset + range - 1))))
371 work->input.ordinal.frameIndex = frameID;
374 flushedIndices.emplace_back(frameID);
    [all...]
  /external/swiftshader/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/inspector/
v8-debugger.cc     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp     [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...]
  /external/skia/third_party/gif/
SkGifImageReader.cpp 162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
    [all...]
  /external/skqp/third_party/gif/
SkGifImageReader.cpp 162 m_client->haveDecodedRow(m_frameContext->frameId(), rowBegin,
    [all...]
  /art/runtime/
instrumentation.cc 467 const size_t frameId = GetFrameId();
469 if (instrumentation_frame.frame_id_ == frameId) {
    [all...]

Completed in 5137 milliseconds