Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mkv/
H A Dvirtual_segment.cpp371 if( !p_chapter ) in BrowseCodecPrivate()
452 p_cur_vchapter->p_chapter ? p_cur_vchapter->p_chapter->i_uid : 0 ); in UpdateCurrentToChapter()
505 if( !p_chapter ) in Leave()
513 if( !p_chapter ) in EnterAndLeave()
516 return p_chapter->EnterAndLeave( p_leaving_vchapter->p_chapter, b_enter ); in EnterAndLeave()
566 if( p_chapter && ( p_chapter->i_uid == i_find_uid ) ) in FindChapter()
588 if( p_chapter ) in FindChapter()
589 return p_chapter; in FindChapter()
596 if ( p_chapter && p_chapter->b_display_seekpoint ) in PublishChapters()
668 if( p_chapter ) in Enter()
[all …]
H A Dchapters.cpp61 chapter_item_c *p_chapter; in Append() local
65 p_chapter = FindChapter( chapter.sub_chapters[i]->i_uid ); in Append()
66 if ( p_chapter != NULL ) in Append()
68 p_chapter->Append( *chapter.sub_chapters[i] ); in Append()
H A Dvirtual_segment.hpp40 segment(seg), p_chapter(p_chap), in virtual_chapter_c()
74 chapter_item_c *p_chapter; member in virtual_chapter_c
H A Ddemux.cpp621 …Id64, p_current_vsegment->p_current_vchapter && p_current_vsegment->p_current_vchapter->p_chapter ? in PreloadLinked()
622 p_current_vsegment->p_current_vchapter->p_chapter->i_uid : 0 ); in PreloadLinked()
754 if ( !vchapter.p_chapter || !vchapter.p_chapter->Enter( true ) ) in JumpTo()
H A Dchapter_command.cpp472 … int16 i_curr_title = ( p_vchapter->p_chapter )? p_vchapter->p_chapter->GetTitleNumber() : 0; in Interpret()
/dports/multimedia/vlc/vlc-3.0.16/lib/
H A Dmedia_player.c1632 libvlc_chapter_description_t *p_chapter = malloc( sizeof(*p_chapter) ); in libvlc_media_player_get_full_chapter_descriptions() local
1633 if( unlikely(p_chapter == NULL) ) in libvlc_media_player_get_full_chapter_descriptions()
1637 (*pp_chapters)[i] = p_chapter; in libvlc_media_player_get_full_chapter_descriptions()
1639 p_chapter->i_time_offset = p_seekpoint[i]->i_time_offset / 1000; in libvlc_media_player_get_full_chapter_descriptions()
1643 p_chapter->i_duration = p_seekpoint[i + 1]->i_time_offset / 1000 - in libvlc_media_player_get_full_chapter_descriptions()
1644 p_chapter->i_time_offset; in libvlc_media_player_get_full_chapter_descriptions()
1649 p_chapter->i_duration = i_title_duration - p_chapter->i_time_offset; in libvlc_media_player_get_full_chapter_descriptions()
1651 p_chapter->i_duration = 0; in libvlc_media_player_get_full_chapter_descriptions()
1656 p_chapter->psz_name = strdup( p_seekpoint[i]->psz_name ); in libvlc_media_player_get_full_chapter_descriptions()
1660 p_chapter->psz_name = NULL; in libvlc_media_player_get_full_chapter_descriptions()