Home
last modified time | relevance | path

Searched refs:p_descriptions (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c2375 free( p_chan->layout.p_descriptions ); in MP4_FreeBox_stsdext_chan()
2396 p_chan->layout.p_descriptions = in MP4_ReadBox_stsdext_chan()
2399 if ( !p_chan->layout.p_descriptions ) in MP4_ReadBox_stsdext_chan()
2407 MP4_GET4BYTES( p_chan->layout.p_descriptions[i].i_channel_label ); in MP4_ReadBox_stsdext_chan()
2408 MP4_GET4BYTES( p_chan->layout.p_descriptions[i].i_channel_flags ); in MP4_ReadBox_stsdext_chan()
2409 MP4_GET4BYTES( p_chan->layout.p_descriptions[i].f_coordinates[0] ); in MP4_ReadBox_stsdext_chan()
2410 MP4_GET4BYTES( p_chan->layout.p_descriptions[i].f_coordinates[1] ); in MP4_ReadBox_stsdext_chan()
2411 MP4_GET4BYTES( p_chan->layout.p_descriptions[i].f_coordinates[2] ); in MP4_ReadBox_stsdext_chan()
H A Dlibmp4.h1427 } *p_descriptions; member