Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/mux/mp4/
H A Dmp4.c1300 static void LengthLocalFixup(sout_mux_t *p_mux, const mp4_stream_t *p_stream, block_t *p_entrydata) in LengthLocalFixup() argument
1304 p_entrydata->i_length = CLOCK_FREQ * in LengthLocalFixup()
1308 p_stream->mux.i_track_id, p_entrydata->i_length, p_stream->mux.i_entry_count - 1); in LengthLocalFixup()
1312 p_entrydata->i_nb_samples && p_stream->mux.fmt.audio.i_rate) in LengthLocalFixup()
1314 p_entrydata->i_length = CLOCK_FREQ * p_entrydata->i_nb_samples / in LengthLocalFixup()
1317 p_stream->mux.i_track_id, p_entrydata->i_length, p_stream->mux.i_entry_count - 1); in LengthLocalFixup()
1323 p_entrydata->i_length = 1; in LengthLocalFixup()