Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c614 p_box->i_handler = p_sibling->data.p_hdlr->i_handler_type; in MP4_ReadBox_ilst()
1357 MP4_GETFOURCC( p_box->data.p_hdlr->i_handler_type ); in MP4_ReadBox_hdlr()
1392 (char*)&p_box->data.p_hdlr->i_handler_type, in MP4_ReadBox_hdlr()
4037 p_box->i_handler = BOXDATA(p_hdlr)->i_handler_type; in MP4_ReadBox_meta()
4399 switch( p_hdlr->data.p_hdlr->i_handler_type ) in MP4_ReadBox_default()
H A Dlibmp4.h541 uint32_t i_handler_type; /* "vide" "soun" "hint" "odsm" member
H A Dmp4.c3263 switch( p_hdlr->data.p_hdlr->i_handler_type ) in MP4_TrackSetup()