HomeSort by relevance Sort by last modified time
    Searched full:timelength (Results 1 - 3 of 3) sorted by null

  /libcore/benchmarks/src/benchmarks/regression/
StringLengthBenchmark.java 23 public void timeLength(int reps) {
  /external/libvorbis/examples/
seeking_example.c 82 double timelength; local
114 timelength=ov_time_total(&ov,-1);
197 timelength);
200 double val=(double)rand()/RAND_MAX*timelength;
216 timelength);
219 double val=(double)rand()/RAND_MAX*timelength;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 390 gint64 timeLength = 0;
392 if (!gst_element_query_duration(m_playBin, &timeFormat, &timeLength) || timeFormat != GST_FORMAT_TIME || static_cast<guint64>(timeLength) == GST_CLOCK_TIME_NONE) {
397 LOG_VERBOSE(Media, "Duration: %" GST_TIME_FORMAT, GST_TIME_ARGS(timeLength));
399 return (float) ((guint64) timeLength / 1000000000.0);
    [all...]

Completed in 2830 milliseconds