Home
last modified time | relevance | path

Searched refs:nalu_get_dcr_ps (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dnalu.h90 int nalu_get_dcr_ps
H A Dnalu.c180 int nalu_get_dcr_ps in nalu_get_dcr_ps() function
H A Dh264.c2415 …&& (err = nalu_get_dcr_ps( bs, param->parameter_sets->sps_list, numOfSequenceParameterSets )) < 0 ) in h264_construct_specific_parameters()
2419 … && (err = nalu_get_dcr_ps( bs, param->parameter_sets->pps_list, numOfPictureParameterSets )) < 0 ) in h264_construct_specific_parameters()
2428 …&& (err = nalu_get_dcr_ps( bs, param->parameter_sets->spsext_list, numOfSequenceParameterSetExt ))… in h264_construct_specific_parameters()
H A Dhevc.c2936 if( (err = nalu_get_dcr_ps( bs, param_array.list, param_array.list->entry_count )) < 0 ) in hevc_construct_specific_parameters()