Home
last modified time | relevance | path

Searched refs:m_timestamp (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp211 uint64_t m_timestamp; member in vkt::video::NvidiaVulkanPictureBase
240 , m_timestamp (0) in NvidiaVulkanPictureBase()
259 m_timestamp = 0; in Reset()
H A DvktVideoBaseDecodeUtils.cpp3938 m_perFrameDecodeImageSet[picId].m_timestamp = pDispInfo->timestamp;
4051 pDecodedFrame->timestamp = m_perFrameDecodeImageSet[pictureIndex].m_timestamp;
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.h93 double m_timestamp; member in v8_inspector::V8ConsoleMessage
H A Dv8-console-message.cc199 m_timestamp(timestamp), in V8ConsoleMessage()
342 frontend->exceptionThrown(m_timestamp, std::move(exceptionDetails)); in reportToFrontend()
385 m_timestamp, std::move(stackTrace), std::move(consoleContext)); in reportToFrontend() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoFrameBuffer.cpp405 m_perFrameDecodeImageSet[picId].m_timestamp = pDispInfo->timestamp;
414 << m_perFrameDecodeImageSet[picId].m_timestamp << std::endl;
646 pDecodedFrame->timestamp = m_perFrameDecodeImageSet[pictureIndex].m_timestamp;

Completed in 9 milliseconds