Home
last modified time | relevance | path

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

/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Driffvideo.hpp172 void fillDuration(double frame_rate, long frame_count);
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/include/exiv2/
H A Driffvideo.hpp180 void fillDuration(double frame_rate, long frame_count);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/managers/
H A DTGMeasureManager.java655 …lic boolean moveBeatsInMeasure(TGMeasure measure,long start,long theMove, TGDuration fillDuration){ in moveBeatsInMeasure() argument
705 if( fillDuration != null ){ in moveBeatsInMeasure()
711 if( (beat.getStart() + fillDuration.getTime()) <= measureEnd ){ in moveBeatsInMeasure()
715 fillDuration.copy( voice.getDuration() ); in moveBeatsInMeasure()
724 …if( (beat.getStart() + fillDuration.getTime()) <= (first != null ?first.getStart() : measureEnd ) … in moveBeatsInMeasure()
728 fillDuration.copy( voice.getDuration() ); in moveBeatsInMeasure()
2095 if( fillDuration != null ){ in moveVoices()
2100 if( (beatStart + fillDuration.getTime()) <= measureEnd ){ in moveVoices()
2110 fillDuration.copy( voice.getDuration() ); in moveVoices()
2118 …if( (start + fillDuration.getTime()) <= (first != null ?first.getBeat().getStart() : measureEnd ) … in moveVoices()
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Driffvideo.cpp1090 fillDuration(frame_rate, frame_count); in aviHeaderTagsHandler()
1291 void RiffVideo::fillDuration(double frame_rate, long frame_count) in fillDuration() function in Exiv2::RiffVideo
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Driffvideo.cpp1101 fillDuration(frame_rate, frame_count); in aviHeaderTagsHandler()
1302 void RiffVideo::fillDuration(double frame_rate, long frame_count) in fillDuration() function in Exiv2::RiffVideo