Home
last modified time | relevance | path

Searched defs:NvidiaVulkanParserBitstreamPacket (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/video/
DextNvidiaVideoParserIf.hpp570 typedef struct NvidiaVulkanParserBitstreamPacket struct
572 const uint8_t* pByteStream; // Ptr to byte stream data
573 int32_t nDataLength; // Data length for this packet
574 int32_t bEOS; // true if this is an End-Of-Stream packet (flush everything)
575 …t32_t bPTSValid; // true if llPTS is valid (also used to detect frame boundaries for VC1 SP/MP)
576 int32_t bDiscontinuity; // true if DecMFT is signalling a discontinuity
577 int32_t bPartialParsing; // 0: parse entire packet, 1: parse until next decode/display event
578 …4_t llPTS; // Presentation Time Stamp for this packet (clock rate specified at initialization)
579 bool bDisablePP; // optional flag for VC1
580 bool bEOP; // true if the packet in pByteStream is exactly one frame
[all …]