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

TStdVideoEncodeH265ReferenceListsInfo

Declaration

Source position: vulkanlib_video.inc line 1300

type TStdVideoEncodeH265ReferenceListsInfo = record

  flags: TStdVideoEncodeH265ReferenceListsInfoFlags;

  

  num_ref_idx_l0_active_minus1: TVkUInt8;

  

  num_ref_idx_l1_active_minus1: TVkUInt8;

  

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

  

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

  

  list_entry_l0: array [0..STD_VIDEO_H265_MAX_NUM_LIST_REF-1] of TVkUInt8;

  

  list_entry_l1: array [0..STD_VIDEO_H265_MAX_NUM_LIST_REF-1] of TVkUInt8;

  

end;



CT Web help

CodeTyphon Studio