Searched defs:NvidiaVulkanParserH264DpbEntry (Results 1 – 1 of 1) sorted by relevance
364 typedef struct NvidiaVulkanParserH264DpbEntry struct366 INvidiaVulkanPicture* pNvidiaVulkanPicture; // ptr to reference frame367 int32_t FrameIdx; // frame_num(short-term) or LongTermFrameIdx(long-term)368 int32_t is_long_term; // 0=short term reference, 1=long term reference369 …32_t not_existing; // non-existing reference frame (corresponding PicIdx should be set to -1)370 int32_t used_for_reference; // 0=unused, 1=top_field, 2=bottom_field, 3=both_fields371 int32_t FieldOrderCnt[2]; // field order count of top and bottom fields372 } NvidiaVulkanParserH264DpbEntry; typedef