Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.h458 uint32_t i_compatible_brands_count; member
H A Dlibmp4.c648 p_box->data.p_ftyp->i_compatible_brands_count = i_read / 4; in MP4_ReadBox_ftyp()
649 if( p_box->data.p_ftyp->i_compatible_brands_count > 0 ) in MP4_ReadBox_ftyp()
652 vlc_alloc( p_box->data.p_ftyp->i_compatible_brands_count, in MP4_ReadBox_ftyp()
658 for( unsigned i = 0; i < p_box->data.p_ftyp->i_compatible_brands_count; i++ ) in MP4_ReadBox_ftyp()
H A Dmp4.c727 for(uint32_t i=0; i<BOXDATA(p_ftyp)->i_compatible_brands_count; i++) in Open()