Searched refs:prev_bdu_type (Results 1 – 3 of 3) sorted by relevance
101 uint8_t prev_bdu_type; member133 int vc1_find_au_delimit_by_bdu_type( uint8_t bdu_type, uint8_t prev_bdu_type );
131 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() argument534 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()
157 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()