Searched defs:NvidiaVulkanParserBitstreamPacket (Results 1 – 1 of 1) sorted by relevance
570 typedef struct NvidiaVulkanParserBitstreamPacket struct572 const uint8_t* pByteStream; // Ptr to byte stream data573 int32_t nDataLength; // Data length for this packet574 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 discontinuity577 int32_t bPartialParsing; // 0: parse entire packet, 1: parse until next decode/display event578 …4_t llPTS; // Presentation Time Stamp for this packet (clock rate specified at initialization)579 bool bDisablePP; // optional flag for VC1580 bool bEOP; // true if the packet in pByteStream is exactly one frame[all …]