Home
last modified time | relevance | path

Searched refs:HEVC_DCR_NALU_TYPE_PREFIX_SEI (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dhevc.c66 parameter_arrays->ps_array[HEVC_DCR_NALU_TYPE_PREFIX_SEI].array_completeness = 0; in hevc_alloc_parameter_arrays()
67 …parameter_arrays->ps_array[HEVC_DCR_NALU_TYPE_PREFIX_SEI].NAL_unit_type = HEVC_NALU_TYPE_PREF… in hevc_alloc_parameter_arrays()
1980 && ps_type != HEVC_DCR_NALU_TYPE_PREFIX_SEI in hevc_validate_dcr_nalu_type()
1993 || (ps_type == HEVC_DCR_NALU_TYPE_PREFIX_SEI && nalu_type != HEVC_NALU_TYPE_PREFIX_SEI) in hevc_validate_dcr_nalu_type()
2174 || (ps_type == HEVC_DCR_NALU_TYPE_PREFIX_SEI && ps_count >= UINT16_MAX) in lsmash_check_hevc_dcr_nalu_appendable()
2177 if( ps_type == HEVC_DCR_NALU_TYPE_PREFIX_SEI in lsmash_check_hevc_dcr_nalu_appendable()
2318 if( ps_type == HEVC_DCR_NALU_TYPE_PREFIX_SEI in lsmash_append_hevc_dcr_nalu()
2682 …ove_dcr_nalu_entry( &info->hvcC_param, &info->hvcC_param_next, HEVC_DCR_NALU_TYPE_PREFIX_SEI )) < 0 in hevc_move_pending_hvcC_param()
2957 param->parameter_arrays->ps_array[HEVC_DCR_NALU_TYPE_PREFIX_SEI] = param_array; in hevc_construct_specific_parameters()
/dports/multimedia/l-smash/l-smash-2.14.5/
H A Dlsmash.h3164 HEVC_DCR_NALU_TYPE_PREFIX_SEI = 3, /* Prefix SEI */ enumerator