Home
last modified time | relevance | path

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

/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dvc1.h101 uint8_t prev_bdu_type; member
133 int vc1_find_au_delimit_by_bdu_type( uint8_t bdu_type, uint8_t prev_bdu_type );
H A Dvc1.c131 info->prev_bdu_type = 0xFF; /* 0xFF is a forbidden value. */ in vc1_setup_parser()
529 int vc1_find_au_delimit_by_bdu_type( uint8_t bdu_type, uint8_t prev_bdu_type ) in vc1_find_au_delimit_by_bdu_type() argument
534 return bdu_type > prev_bdu_type || (bdu_type == 0x0D && prev_bdu_type == 0x0D); in vc1_find_au_delimit_by_bdu_type()
689 if( vc1_find_au_delimit_by_bdu_type( bdu_type, info->prev_bdu_type ) ) in lsmash_setup_vc1_specific_parameters_from_access_unit()
755 info->prev_bdu_type = bdu_type; in lsmash_setup_vc1_specific_parameters_from_access_unit()
/dports/multimedia/l-smash/l-smash-2.14.5/importer/
H A Dvc1_imp.c157 if( vc1_find_au_delimit_by_bdu_type( bdu_type, info->prev_bdu_type ) ) in vc1_importer_get_access_unit_internal()
241 info->prev_bdu_type = bdu_type; in vc1_importer_get_access_unit_internal()
511 info->prev_bdu_type = 0xFF; /* 0xFF is a forbidden value. */ in vc1_importer_probe()