GstCodecParsers.H265VPS¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
base_layer_available_flag |
r/w |
||
base_layer_internal_flag |
r/w |
||
cprms_present_flag |
r/w |
||
hrd_layer_set_idx |
r/w |
index to the list of layer hrd params. |
|
hrd_params |
r/w |
the |
|
id |
r/w |
vps id base_layer_internal_flag and base_layer_available_flag: specify availability of base layer |
|
max_dec_pic_buffering_minus1 |
r/w |
specifies the maximum required size of the decoded picture buffer |
|
max_latency_increase_plus1 |
[ |
r/w |
is used to compute the value of VpsMaxLatencyPictures |
max_layer_id |
r/w |
specifies the maximum allowed value of nuh_layer_id |
|
max_layers_minus1 |
r/w |
should be zero, but can be other values in future |
|
max_num_reorder_pics |
r/w |
indicates the maximum allowed number of pictures that can precede any picture in the CVS in decoding order |
|
max_sub_layers_minus1 |
r/w |
specifies the maximum number of temporal sub-layers |
|
num_hrd_parameters |
r/w |
number of hrd_parameters present |
|
num_layer_sets_minus1 |
r/w |
specifies the number of layer sets |
|
num_ticks_poc_diff_one_minus1 |
r/w |
specifies the number of clock ticks corresponding to a difference of picture order count values equal to 1 |
|
num_units_in_tick |
r/w |
number of time units in a tick |
|
poc_proportional_to_timing_flag |
r/w |
indicate whether the picture order count is proportional to output timin |
|
profile_tier_level |
r/w |
ProfileTierLevel info |
|
sub_layer_ordering_info_present_flag |
r/w |
indicates the presence of vps_max_dec_pic_buffering_minus1, vps_max_num_reorder_pics and vps_max_latency_increase_plus1 |
|
temporal_id_nesting_flag |
r/w |
specifies whether inter prediction is additionally restricted |
|
time_scale |
r/w |
number of time units that pass in one second |
|
timing_info_present_flag |
r/w |
indicate the presence of num_units_in_tick, time_scale, poc_proportional_to_timing_flag and num_hrd_parameters |
|
valid |
r/w |
||
vps_extension |
r/w |
Methods¶
None
Details¶
- class GstCodecParsers.H265VPS¶
Defines the VPS parameters