HomeSort by relevance Sort by last modified time
    Searched full:duration (Results 376 - 400 of 1213) sorted by null

<<11121314151617181920>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplaySyncPerf.java 163 long duration = Long.parseLong(event.getValueAsString(2)); local
166 mDatasets[DB_QUERY].add(new SimpleTimePeriod(endTime - duration, endTime),
170 mDatasets[DB_WRITE].add(new SimpleTimePeriod(endTime - duration, endTime),
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/AirLink/Measurement/
measurementMgr.c 430 WLAN_OS_REPORT(("Max Duration on Nonserving Channel: %d\n", pMeasurementMgr->maxDurationOnNonServingChannel));
783 ("%s: \n\nRequest #%d:\n Type: %d\n Measured Channel: %d (Serving Channel: %d)\n Scan Mode: %d\n Duration: %d\n\n", __FUNCTION__,
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiManagerTest.java 62 private static final int DURATION = 10000;
107 Thread.sleep(DURATION);
118 Thread.sleep(DURATION);
235 Thread.sleep(DURATION);
  /cts/tests/tests/widget/src/android/widget/cts/
VideoViewTest.java 56 /** The duration of R.raw.testvideo. */
60 /** delta for duration in case user uses different decoders on different
61 hardware that report a duration that's different by a few milliseconds */
234 // wait time is longer than duration in case system is sluggish
  /external/icu4c/data/xml/rbnf/
en.xml 40 <ruleset type="duration">
mt.xml 40 <ruleset type="duration">
  /external/icu4c/test/intltest/
callimts.h 79 * doLimitsTest with default test duration and fields
itrbnf.h 56 * Perform a simple spot check on the duration-formatting rules
  /external/opencore/codecs_v2/omx/omx_aac/src/
aac_timestamp.cpp 81 //Calculate the duration of single frame (in omx ticks)
  /external/opencore/codecs_v2/omx/omx_mp3/src/
mp3_timestamp.cpp 80 //Calculate the duration in microsec of single frame
  /external/opencore/fileformats/mp4/composer/include/
editlistatom.h 45 void addEditEntry(uint32 duration, int32 time, uint16 rate);
trackfragmentrunatom.h 25 #define TRACK_RUN_ATOM_FLAGS 0x00000701 // flag specify that only data offset, sample duration,
  /external/opencore/fileformats/mp4/composer/src/
trackatom.cpp 445 PVA_FF_TrackAtom::convertTrackDurationToMediaTimeScale(uint32 duration)
458 mediaHeaderDuration = (uint32)(duration * timescaleconversionFactor);
462 float temp = (float)(duration * mediaTimeScale);
468 // in movie fragment mode set the actual duration of
  /external/opencore/fileformats/mp4/parser/src/
trackfragmentheaderatom.cpp 93 ///tf_flag & 0x010000 duration is empty
  /external/opencore/nodes/pvmp4ffparsernode/src/default/
pvmf_mp4ffparser_node_tuneables.h 63 // EOS duration in seconds to prevent EOS timestamp overlapping with beginning of next playback
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_rtsp_unicast_capandconfig.h 40 {"jitterbuffer-inactivity-duration", PVMI_KVPTYPE_VALUE, PVMI_KVPVALTYPE_UINT32},
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
sebase.h 60 uint32 TimerDuration; // Duration of timers in seconds
  /external/opencore/pvmi/pvmf/include/
pvmf_media_cmd.h 52 OSCL_IMPORT_REF virtual void setDuration(const uint32& duration);
pvmf_media_msg.h 64 virtual void setDuration(const uint32& duration) = 0;
  /external/qemu/
iolooper-select.c 144 iolooper_wait( IoLooper* iol, int64_t duration )
  /external/stlport/test/compiler/StTerm-order/
stterm-test.cc 6 * Yes. "Destructors (12.4) for initialized objects of static storage duration
  /external/webkit/WebCore/html/
HTMLMediaElement.idl 62 readonly attribute float duration;
  /external/webkit/WebCore/manual-tests/
transition-timing-functions.html 20 -webkit-transition-duration: 5s;
  /external/webkit/WebCore/platform/graphics/mac/
WebTiledLayer.mm 40 // Set a zero duration for the fade in of tiles
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 94 float duration() const;

Completed in 1128 milliseconds

<<11121314151617181920>>