HomeSort by relevance Sort by last modified time
    Searched defs:getFrameTimestamps (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/gui/include/gui/
IGraphicBufferProducer.h 324 // getFrameTimestamps - whether or not the latest frame timestamps
333 surfaceDamage(), getFrameTimestamps(_getFrameTimestamps) { }
352 *outGetFrameTimestamps = getFrameTimestamps;
379 bool getFrameTimestamps{false};
605 virtual void getFrameTimestamps(FrameEventHistoryDelta* /*outDelta*/) {}
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 140 void MonitoredProducer::getFrameTimestamps(FrameEventHistoryDelta* outDelta) {
141 mProducer->getFrameTimestamps(outDelta);
  /frameworks/native/libs/gui/
BufferHubProducer.cpp 587 void BufferHubProducer::getFrameTimestamps(FrameEventHistoryDelta* /*outDelta*/) {
588 ALOGE("BufferHubProducer::getFrameTimestamps not implemented.");
BufferQueueProducer.cpp 763 bool getFrameTimestamps = false;
766 &getFrameTimestamps);
    [all...]
IGraphicBufferProducer.cpp 135 bool getFrameTimestamps = (outTimestamps != nullptr);
142 data.writeBool(getFrameTimestamps);
167 if (getFrameTimestamps) {
473 virtual void getFrameTimestamps(FrameEventHistoryDelta* outDelta) {
478 ALOGE("IGBP::getFrameTimestamps failed to write token: %d", result);
483 ALOGE("IGBP::getFrameTimestamps failed to transact: %d", result);
488 ALOGE("IGBP::getFrameTimestamps failed to read timestamps: %d",
641 void getFrameTimestamps(FrameEventHistoryDelta* outDelta) override {
642 return mBase->getFrameTimestamps(outDelta);
    [all...]
Surface.cpp 175 mGraphicBufferProducer->getFrameTimestamps(&delta);
261 status_t Surface::getFrameTimestamps(uint64_t frameNumber,
294 mGraphicBufferProducer->getFrameTimestamps(&delta);
    [all...]
  /hardware/google/av/codec2/hidl/1.0/utils/
InputSurface.cpp 174 bool getFrameTimestamps,
177 width, height, format, usage, getFrameTimestamps, _hidl_cb);
277 Return<void> InputSurface::getFrameTimestamps(
279 return mBase->getFrameTimestamps(_hidl_cb);
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 461 sizeof(bool); // getFrameTimestamps
506 FlattenableUtils::read(buffer, size, t->getFrameTimestamps);
    [all...]

Completed in 239 milliseconds