/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/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/tests/unittests/mock/gui/ |
MockGraphicBufferProducer.h | 56 MOCK_METHOD1(getFrameTimestamps, void(FrameEventHistoryDelta*));
|
/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.");
|
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
android.hardware.graphics.bufferqueue@1.0.so | |
libgui.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
android.hardware.graphics.bufferqueue@1.0.so | |
libgui.so | |
/prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/ |
android.hardware.graphics.bufferqueue@1.0.so | |
/prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/ |
android.hardware.graphics.bufferqueue@1.0.so | |
/external/autotest/client/site_tests/camera_V4L2/src/ |
media_v4l2_device.h | 98 const std::vector<int64_t>& GetFrameTimestamps() const {
|
/frameworks/native/services/surfaceflinger/ |
MonitoredProducer.h | 69 virtual void getFrameTimestamps(FrameEventHistoryDelta *outDelta) override;
|
MonitoredProducer.cpp | 140 void MonitoredProducer::getFrameTimestamps(FrameEventHistoryDelta* outDelta) { 141 mProducer->getFrameTimestamps(outDelta);
|
/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
InputSurface.h | 98 bool getFrameTimestamps, 164 virtual Return<void> getFrameTimestamps(
|
/frameworks/native/libs/gui/include/gui/bufferqueue/1.0/ |
H2BGraphicBufferProducer.h | 95 void getFrameTimestamps(FrameEventHistoryDelta* outDelta) override;
|
/frameworks/native/libs/gui/include/gui/ |
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,
|
BufferQueueProducer.h | 180 // See IGraphicBufferProducer::getFrameTimestamps 181 virtual void getFrameTimestamps(FrameEventHistoryDelta* outDelta) override;
|
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/libs/gui/tests/ |
Malicious.cpp | 93 void getFrameTimestamps(FrameEventHistoryDelta*) override {}
|
/hardware/interfaces/graphics/bufferqueue/1.0/ |
IGraphicBufferProducer.hal | 139 bool getFrameTimestamps; 300 bool getFrameTimestamps 702 getFrameTimestamps(
|
/frameworks/native/libs/gui/bufferqueue/1.0/ |
H2BGraphicBufferProducer.cpp | 461 sizeof(bool); // getFrameTimestamps 506 FlattenableUtils::read(buffer, size, t->getFrameTimestamps); [all...] |