Searched refs:newDuration (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1382 float newDuration = duration(); local
1383 if (std::isinf(newDuration)) {
1391 m_mediaDuration = newDuration;
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DTracksCommand.c240 TimeValue newDuration; local
1462 newDuration = longValue;
1482 newDuration = longValue;
1490 if (noErr != ScaleTrackSegment( myTrack, movTime, movDuration, newDuration )) {
1502 movPtr->trackSelect->duration = newDuration;

Completed in 216 milliseconds