Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.h1338 uint32_t i_grouping_type; member
1354 uint32_t i_grouping_type; member
H A Dlibmp4.c2227 MP4_GETFOURCC( p_sbgp->i_grouping_type ); in MP4_ReadBox_sbgp()
2257 "read box: \"sbgp\" grouping type %4.4s", (char*) &p_sbgp->i_grouping_type ); in MP4_ReadBox_sbgp()
2290 MP4_GETFOURCC( p_sgpd->i_grouping_type ); in MP4_ReadBox_sgpd()
2292 switch( p_sgpd->i_grouping_type ) in MP4_ReadBox_sgpd()
2300 … "read box: \"sgpd\" grouping type %4.4s (unimplemented)", (char*) &p_sgpd->i_grouping_type ); in MP4_ReadBox_sgpd()
2338 switch( p_sgpd->i_grouping_type ) in MP4_ReadBox_sgpd()
2366 "read box: \"sgpd\" grouping type %4.4s", (char*) &p_sgpd->i_grouping_type ); in MP4_ReadBox_sgpd()
H A Dmp4.c2925 if( p_sbgp_data->i_grouping_type == SAMPLEGROUP_rap ) in TrackGetNearestSeekPoint()