Home
last modified time | relevance | path

Searched refs:HEVC_DCR_NALU_TYPE_SPS (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dhevc.c62 parameter_arrays->ps_array[HEVC_DCR_NALU_TYPE_SPS ].array_completeness = 1; in hevc_alloc_parameter_arrays()
1562 : ps_type == HEVC_DCR_NALU_TYPE_SPS ? hevc_get_sps_id in hevc_get_ps_id()
1603 : ps_type == HEVC_DCR_NALU_TYPE_SPS ? hevc_get_sps_id in hevc_get_ps_entry_from_param()
1978 && ps_type != HEVC_DCR_NALU_TYPE_SPS in hevc_validate_dcr_nalu_type()
1991 || (ps_type == HEVC_DCR_NALU_TYPE_SPS && nalu_type != HEVC_NALU_TYPE_SPS) in hevc_validate_dcr_nalu_type()
2172 || (ps_type == HEVC_DCR_NALU_TYPE_SPS && ps_count >= HEVC_MAX_SPS_ID) in lsmash_check_hevc_dcr_nalu_appendable()
2264 : ps_type == HEVC_DCR_NALU_TYPE_SPS ? HEVC_MAX_SPS_ID in hevc_reorder_parameter_set_ascending_id()
2333 && ps_type != HEVC_DCR_NALU_TYPE_SPS in lsmash_append_hevc_dcr_nalu()
2407 else if( ps_type == HEVC_DCR_NALU_TYPE_SPS ) in lsmash_append_hevc_dcr_nalu()
2585 case HEVC_DCR_NALU_TYPE_SPS : in hevc_try_to_append_dcr_nalu()
[all …]
/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Dnalu_imp.c1210 … if( (err = hevc_try_to_append_dcr_nalu( info, HEVC_DCR_NALU_TYPE_SPS, nalu, nalu_length )) < 0 ) in hevc_get_access_unit_internal()
/dports/multimedia/l-smash/l-smash-2.14.5/
H A Dlsmash.h3158 HEVC_DCR_NALU_TYPE_SPS = 1, /* SPS (Sequence Parameter Set) */ enumerator