Home
last modified time | relevance | path

Searched refs:get_effective_ratio (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/dvdrip/dvdrip-0.98.11/lib/Video/DVDRip/
H A DBitrateCalc.pm546 my ( $width, $height ) = $title->get_effective_ratio( type => "clip2" );
669 my ( $width, $height ) = $title->get_effective_ratio( type => "clip2" );
H A DTitle.pm956 ( $width, $height, $ratio ) = $self->get_effective_ratio( type => $type );
1223 sub get_effective_ratio { subroutine