Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c2390 MP4_GET4BYTES( p_chan->layout.i_channels_description_count ); in MP4_ReadBox_stsdext_chan()
2393 if ( i_read < p_chan->layout.i_channels_description_count * i_descsize ) in MP4_ReadBox_stsdext_chan()
2397 vlc_alloc( p_chan->layout.i_channels_description_count, i_descsize ); in MP4_ReadBox_stsdext_chan()
2403 for( i=0; i<p_chan->layout.i_channels_description_count; i++ ) in MP4_ReadBox_stsdext_chan()
2413 if ( i<p_chan->layout.i_channels_description_count ) in MP4_ReadBox_stsdext_chan()
2414 p_chan->layout.i_channels_description_count = i; in MP4_ReadBox_stsdext_chan()
2420 p_chan->layout.i_channels_bitmap, p_chan->layout.i_channels_description_count ); in MP4_ReadBox_stsdext_chan()
H A Dlibmp4.h1421 uint32_t i_channels_description_count; member