Home
last modified time | relevance | path

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

/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/
H A DM4aDecoder.cpp123 (float) mp4ff_time_scale(decoderFile, audioTrackId); in Open()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/mp4ff/
H A Dmp4ff.h83 int32_t mp4ff_time_scale(const mp4ff_t *f, const int track);
H A Dmp4ffint.h333 int32_t mp4ff_time_scale(const mp4ff_t *f, const int32_t track);
H A Dmp4ff.c262 int32_t mp4ff_time_scale(const mp4ff_t *f, const int32_t track) in mp4ff_time_scale() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/libmp4ff/
H A Dmp4ff.h75 int32_t mp4ff_time_scale(const mp4ff_t *f, const int track);
H A Dmp4ffint.h392 int32_t mp4ff_time_scale(const mp4ff_t *f, const int32_t track);
H A Dmp4ff.c353 int32_t mp4ff_time_scale(const mp4ff_t *f, const int32_t track) in mp4ff_time_scale() function
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/aac/
H A Daac.c271 *totalsamples = total_dur * (*samplerate) / mp4ff_time_scale (mp4, track); in mp4_track_get_info()
274 *duration = total_dur / (float)mp4ff_time_scale (mp4, track); in mp4_track_get_info()
781 int scale = _info->fmt.samplerate / mp4ff_time_scale (info->mp4, info->mp4track); in aac_seek_sample()
1006 …ur = (int64_t)1000 * mp4ff_get_sample_duration (mp4, j, i_sample) / mp4ff_time_scale (mp4, j); // … in aac_load_itunes_chapters()
/dports/audio/mous/mous-2.0.1/plugins/faad/
H A DFaadDecoder.cpp89 m_TimeScale = mp4ff_time_scale(m_Infile, m_Track); in OpenMp4()
/dports/audio/faad/faad2-c626366/plugins/xmms/src/
H A Dlibmp4.c217 unsigned long time_scale = mp4ff_time_scale(infile, mp4track); in mp4_getSongTitle()
H A Dmp4_utils.c381 unsigned long time_scale = mp4ff_time_scale(infile, mp4track); in create_mp4_info_dialog()