Home
last modified time | relevance | path

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

/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DProbe.pm145 $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 );
H A DJobPlanner.pm290 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};
H A DBitrateCalc.pm177 $frames += $title->chapter_frames->{$chapter};
181 $frames = $title->chapter_frames->{ $title->actual_chapter };
H A DTitle.pm102 sub chapter_frames { shift->{chapter_frames} ||= {} } subroutine
116 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};
/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/GUI/
H A DContext.pm316 $self->chapter_frames->{$i} / $self->frame_rate