Unit 'vulkanlib' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_vulkan]

TStdVideoEncodeH264ReferenceListsInfo

Declaration

Source position: vulkanlib_video.inc line 699

type TStdVideoEncodeH264ReferenceListsInfo = record

  flags: TStdVideoEncodeH264ReferenceListsInfoFlags;

  

  num_ref_idx_l0_active_minus1: TVkUInt8;

  

  num_ref_idx_l1_active_minus1: TVkUInt8;

  

  RefPicList0: array [0..STD_VIDEO_H264_MAX_NUM_LIST_REF-1] of TVkUInt8;

  

  RefPicList1: array [0..STD_VIDEO_H264_MAX_NUM_LIST_REF-1] of TVkUInt8;

  

  refList0ModOpCount: TVkUInt8;

  

  refList1ModOpCount: TVkUInt8;

  

  refPicMarkingOpCount: TVkUInt8;

  

  reserved1: array [0..6] of TVkUInt8;

  

  pRefList0ModOperations: PStdVideoEncodeH264RefListModEntry;

  

  pRefList1ModOperations: PStdVideoEncodeH264RefListModEntry;

  

  pRefPicMarkingOperations: PStdVideoEncodeH264RefPicMarkingEntry;

  

end;



CT Web help

CodeTyphon Studio