Home
last modified time | relevance | path

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

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dexport_framerate.cpp216 int frameDur = frameEnd - frameStart; in ConvertTime() local
217 double dist = double(time - frameStart) / frameDur; in ConvertTime()
/dports/audio/Maaate/Maaate-0.3.1/src/mpeg/
H A DMPEGfile.cc128 double frameDur = (1.0*samples_per_frame() / (1000.0 * samplingrate())); in sample_duration() local
135 return frameDur / 12.0; //there is one granule of 12 samples in sample_duration()
137 return frameDur / 36.0; // three granules of 12 samples each in sample_duration()
139 return frameDur/((Layer3*)audio)->granules(); // one or two granule(s) of 1 sample each. in sample_duration()