Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp390 gint64 timeLength = 0; in duration() local
392 …ry_duration(m_playBin, &timeFormat, &timeLength) || timeFormat != GST_FORMAT_TIME || static_cast<g… in duration()
397 LOG_VERBOSE(Media, "Duration: %" GST_TIME_FORMAT, GST_TIME_ARGS(timeLength)); in duration()
399 return (float) ((guint64) timeLength / 1000000000.0); in duration()