Home
last modified time | relevance | path

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

/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dvc1.h128 int vc1_parse_entry_point_header( vc1_info_t *info, uint8_t *ebdu, uint64_t ebdu_size, int probe );
H A Dvc1.c387 int vc1_parse_entry_point_header( vc1_info_t *info, uint8_t *ebdu, uint64_t ebdu_size, int try_appe… in vc1_parse_entry_point_header() function
742 if( (err = vc1_parse_entry_point_header( info, ebdu, ebdu_length, 1 )) < 0 ) in lsmash_setup_vc1_specific_parameters_from_access_unit()
/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Dvc1_imp.c211 if( (err = vc1_parse_entry_point_header( info, ebdu, ebdu_length, probe )) < 0 ) in vc1_importer_get_access_unit_internal()