Searched refs:chapter_frames (Results 1 – 5 of 5) sorted by relevance
145 $title->chapter_frames->{ $i - 1 } = $timecode - $last_timecode;149 $title->chapter_frames->{$chapters} = $frames - $timecode if $timecode;272 my %chapter_frames;274 $chapter_frames{ $chap->{ix} }293 $title->set_chapter_frames( \%chapter_frames );
290 elsif ( $chapter && $title->chapter_frames->{$chapter} ) {291 $progress_max = $title->chapter_frames->{$chapter};358 if ( $title->chapter_frames->{$chapter} < 10 ) {1660 if ( defined $title->chapter_frames->{$chapter} ) {1663 $title->chapter_frames->{$chapter};
177 $frames += $title->chapter_frames->{$chapter};181 $frames = $title->chapter_frames->{ $title->actual_chapter };
102 sub chapter_frames { shift->{chapter_frames} ||= {} } subroutine116 sub set_chapter_frames { shift->{chapter_frames} = $_[1] }343 chapter_frames => {},1728 $self->chapter_frames->{$chapter} = $frames;2049 int( $self->chapter_frames->{$chapter} / 2 ) );2224 $frames_cnt = $self->chapter_frames->{$chapter};
316 $self->chapter_frames->{$i} / $self->frame_rate