Navigation
API > API/Plugins > API/Plugins/ElectraDecoders
| Name | FStRefPicSet |
| Type | struct |
| Header File | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
| Include Path | #include "Utils/MPEG/ElectraUtilsMPEGVideo_H265.h" |
Syntax
struct FStRefPicSet
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FRawValues | Raw values as read from the bitstream. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| abs_delta_rps_minus1 | uint32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| delta_idx_minus1 | uint32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| delta_poc | int32 | Calculated and sorted values as they are commonly used. | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | |
| delta_rps_sign | uint8 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| inter_ref_pic_set_prediction_flag | uint8 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| num_negative_pics | uint32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| num_positive_pics | uint32 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| NumDeltaPocsInSliceReferencedSet | uint32 | When parsing this from a slice header we note the number of delta_poc's in the referenced set from the SPS. | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | |
| raw_values | FRawValues | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
| used_by_curr_pic_flag | uint8 | Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetDeltaPOC
(
uint32 InIndex |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
bool IsUsed
(
uint32 InIndex |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
uint32 NumDeltaPocs() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
uint32 NumNegativePics() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
uint32 NumPositivePics() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
bool Parse
(
FBitstreamReaderH265& br, |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
void Reset() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h | ||
void SortDeltaPOC() |
Utils/MPEG/ElectraUtilsMPEGVideo_H265.h |