Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/src/input/
H A Dinput.c3342 int *pi_chapter_start, int *pi_chapter_end ) in MRLSections() argument
3344 *pi_title_start = *pi_title_end = *pi_chapter_start = *pi_chapter_end = -1; in MRLSections()
3366 *pi_chapter_start = chapter_start; in MRLSections()
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.c3849 FREENULL( p_box->data.p_hmmt->pi_chapter_start ); in MP4_FreeBox_HMMT()
3868 p_hmmt->pi_chapter_start = NULL; in MP4_ReadBox_HMMT()
3879 p_hmmt->pi_chapter_start = vlc_alloc( p_hmmt->i_chapter_count, sizeof(uint32_t) ); in MP4_ReadBox_HMMT()
3880 if( p_hmmt->pi_chapter_start == NULL ) in MP4_ReadBox_HMMT()
3885 MP4_GET4BYTES( p_hmmt->pi_chapter_start[i] ); in MP4_ReadBox_HMMT()
H A Dlibmp4.h1247 uint32_t *pi_chapter_start; member
H A Dmp4.c2186 s->i_time_offset = BOXDATA(p_hmmt)->pi_chapter_start[i] * 1000; in LoadChapterGoPro()
2253 … BOXDATA(p_hmmt) && BOXDATA(p_hmmt)->pi_chapter_start && BOXDATA(p_hmmt)->i_chapter_count > 0 ) in LoadChapter()