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

  /hardware/interfaces/graphics/bufferqueue/1.0/
IGraphicBufferProducer.hal 139 bool getFrameTimestamps;
300 bool getFrameTimestamps
702 getFrameTimestamps(
  /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*/) {}
BufferQueueProducer.h 180 // See IGraphicBufferProducer::getFrameTimestamps
181 virtual void getFrameTimestamps(FrameEventHistoryDelta* outDelta) override;
BufferHubProducer.h 121 // See |IGraphicBufferProducer::getFrameTimestamps|
122 void getFrameTimestamps(FrameEventHistoryDelta* /*outDelta*/) override;
Surface.h 144 * need the feature. If disabled, calls to getFrameTimestamps will fail.
152 // See IGraphicBufferProducer::getFrameTimestamps
153 status_t getFrameTimestamps(uint64_t frameNumber,
  /frameworks/native/services/surfaceflinger/tests/unittests/mock/gui/
MockGraphicBufferProducer.h 56 MOCK_METHOD1(getFrameTimestamps, void(FrameEventHistoryDelta*));
  /frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
WGraphicBufferProducer.h 91 bool getFrameTimestamps, HGraphicBufferProducer::dequeueBuffer_cb _hidl_cb) override {
98 getFrameTimestamps ? &outTimestamps : nullptr);
113 if (getFrameTimestamps && !::android::conversion::wrapAs(&tOutTimestamps, &nhAA, outTimestamps)) {
129 if (getFrameTimestamps) {
345 Return<void> getFrameTimestamps(HGraphicBufferProducer::getFrameTimestamps_cb _hidl_cb) override {
347 mBase->getFrameTimestamps(&lDelta);
352 LOG(ERROR) << "TWGraphicBufferProducer::getFrameTimestamps - "
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 140 void MonitoredProducer::getFrameTimestamps(FrameEventHistoryDelta* outDelta) {
141 mProducer->getFrameTimestamps(outDelta);
MonitoredProducer.h 69 virtual void getFrameTimestamps(FrameEventHistoryDelta *outDelta) override;
  /hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
InputSurface.h 98 bool getFrameTimestamps,
164 virtual Return<void> getFrameTimestamps(
  /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/
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...]
BufferQueueProducer.cpp 763 bool getFrameTimestamps = false;
766 &getFrameTimestamps);
    [all...]
Surface.cpp 175 mGraphicBufferProducer->getFrameTimestamps(&delta);
261 status_t Surface::getFrameTimestamps(uint64_t frameNumber,
294 mGraphicBufferProducer->getFrameTimestamps(&delta);
    [all...]
BufferHubProducer.cpp 587 void BufferHubProducer::getFrameTimestamps(FrameEventHistoryDelta* /*outDelta*/) {
588 ALOGE("BufferHubProducer::getFrameTimestamps not implemented.");
  /frameworks/native/libs/gui/include/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.h 95 void getFrameTimestamps(FrameEventHistoryDelta* outDelta) override;
  /frameworks/native/libs/gui/tests/
Malicious.cpp 93 void getFrameTimestamps(FrameEventHistoryDelta*) override {}
  /frameworks/native/libs/gui/bufferqueue/1.0/
H2BGraphicBufferProducer.cpp 461 sizeof(bool); // getFrameTimestamps
506 FlattenableUtils::read(buffer, size, t->getFrameTimestamps);
    [all...]
  /frameworks/av/media/libstagefright/bqhelper/
Conversion.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp 821 input.getFrameTimestamps = false;
    [all...]

Completed in 486 milliseconds