Home
last modified time | relevance | path

Searched refs:timestampNs (Results 1 – 12 of 12) sorted by relevance

/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h289 int64_t timestampNs; member
292 int64_t timestampNs) in RenderedFrame()
295 timestampNs(timestampNs) {} in RenderedFrame()
/hardware/google/easel/amber/camera/libhdrplusclient/include/
DHdrPlusClient.h131 int64_t timestampNs) = 0;
/hardware/interfaces/gnss/2.0/
Dtypes.hal29 /** A valid timestampNs is stored in the data structure. */
53 uint64_t timestampNs;
/hardware/google/interfaces/media/c2/1.0/
DIComponentListener.hal60 int64_t timestampNs;
/hardware/interfaces/gnss/2.0/default/
DGnssMeasurement.cpp142 .timestampNs = static_cast<uint64_t>(::android::elapsedRealtimeNano()), in getMockMeasurement()
DGnss.cpp56 .timestampNs = static_cast<uint64_t>(::android::elapsedRealtimeNano()), in getMockLocationV2_0()
/hardware/interfaces/gnss/2.0/vts/functional/
Dgnss_hal_test_cases.cpp380 ASSERT_TRUE(lastMeasurement.elapsedRealtime.timestampNs != 0); in TEST_F()
395 ASSERT_TRUE(gnss_cb_->last_location_.elapsedRealtime.timestampNs != 0); in TEST_F()
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.h71 const sp<MediaCodecBuffer> &buffer, int64_t timestampNs) override;
DCCodecBufferChannel.cpp1848 const sp<MediaCodecBuffer> &buffer, int64_t timestampNs) { in renderOutputBuffer() argument
1947 timestampNs, in renderOutputBuffer()
2006 mCCodecCallback->onOutputFramesRendered(mediaTimeUs, timestampNs); in renderOutputBuffer()
/hardware/interfaces/media/c2/1.0/
DIComponentListener.hal78 int64_t timestampNs;
/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp984 renderedFrame.timestampNs = timeNowNs; in processNotifications()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp404 rf.timestampNs); in onFramesRendered()