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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
SimpleScrollAdapterTransform.java 79 private void initializeTransformationRecursive(Animator animator, long defaultDuration) {
82 duration = defaultDuration;
  /external/chromium_org/media/formats/webm/
webm_tracks_parser_unittest.cc 123 // TrackEntry DefaultDuration defaults to -1 if not included in audio or
152 // Confirm audio or video TrackEntry DefaultDuration values are parsed, if
176 // Confirm parse error if TrackEntry DefaultDuration is present, but is 0ns.
tracks_builder.h 28 // DefaultDuration. Similar applies to |audio_channels|,
webm_tracks_parser.h 43 // If TrackEntry DefaultDuration field existed for the associated audio or
webm_tracks_parser.cc 199 MEDIA_LOG(log_cb_) << "Illegal 0ns audio TrackEntry DefaultDuration";
220 MEDIA_LOG(log_cb_) << "Illegal 0ns video TrackEntry DefaultDuration";
webm_cluster_parser_unittest.cc 59 { kVideoTrackNum, 33, 34, true }, // Assumes not using DefaultDuration
323 0, // Video simple block without DefaultDuration should be held back
776 // Absent DefaultDuration information, SimpleBlock durations are derived from
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollerTest.java 180 int defaultDuration = mScroller.getDuration();
181 assertTrue(defaultDuration > 0);
187 Thread.sleep(defaultDuration);
  /external/libvpx/libvpx/third_party/libmkv/
EbmlIDs.h 100 DefaultDuration = 0x23E383,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 100 DefaultDuration = 0x23E383,
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 139 const float defaultDuration = FLT_MAX; // A fairly long time, so that
150 static float duration = defaultDuration;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.hpp 341 unsigned long long defaultDuration;
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 383 unsigned long long defaultDuration;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 341 unsigned long long defaultDuration;
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 383 unsigned long long defaultDuration;
mkvparser.cpp     [all...]
  /external/chromium_org/media/filters/
chunk_demuxer_unittest.cc 766 // DefaultDuration for video track).
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js 145 // defaultDuration: Array
147 // Assigned to dijit.defaultDuration.
148 defaultDuration: 200,
    [all...]

Completed in 3158 milliseconds