HomeSort by relevance Sort by last modified time
    Searched refs:dropped (Results 1 - 25 of 50) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
HTMLVideoElementMediaSource.cpp 46 unsigned dropped = 0; local
51 dropped = webMediaPlayer->droppedFrameCount();
55 return VideoPlaybackQuality::create(videoElement.document(), total, dropped, corrupted);
  /external/chromium_org/media/filters/
video_frame_scheduler_impl_unittest.cc 93 scoped_refptr<VideoFrame> dropped = local
97 Schedule(dropped, 10);
100 // The frame past its deadline will get dropped.
102 EXPECT_CALL(*this, OnFrameDone(dropped, VideoFrameScheduler::DROPPED));
122 scoped_refptr<VideoFrame> dropped = local
126 Schedule(dropped, 10);
132 EXPECT_CALL(*this, OnFrameDone(dropped, VideoFrameScheduler::DROPPED));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 64 final boolean dropped = event.getResult();
65 mResultText.setText(dropped ? "Dropped!" : "No drop");
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 206 bool dropped,
210 : dropped(dropped),
219 : dropped(compare.dropped),
231 bool dropped; member in struct:webrtc::VideoAnalyzer::FrameComparison
239 bool dropped,
250 dropped,
265 bool dropped; local
279 dropped = comparisons_.front().dropped
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
fps_observer.js 5 // FPSObserver observes a <video> and reports decoded FPS, dropped FPS, and
6 // total dropped frames during the video playback.
56 // Calculate dropped frames per sec.
  /external/chromium_org/components/invalidation/
invalidation.cc 41 const Invalidation& dropped) {
43 dropped.id_, true, kInvalidVersion, std::string(), dropped.ack_handle_);
invalidation.h 34 static Invalidation InitFromDroppedInvalidation(const Invalidation& dropped);
90 // Acknowledge() on the most recently dropped inavlidation.
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 69 bool dropped() const { return dropped_; } function in class:ash::__anon6517::TargetView
181 EXPECT_TRUE(target_view->dropped());
  /external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
example.js 22 // Handle a file being dropped on to the plugin's rectangle.
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 70 bool dropped() const { return dropped_; } function in class:__anon9932::TestTargetView
341 EXPECT_FALSE(target_view()->dropped());
432 // The target view should have finished its drag, and should have dropped the
437 EXPECT_TRUE(target_view()->dropped());
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 466 const int dropped = DroppedBytes(); local
467 ASSERT_LE(dropped, 2*kBlockSize + 100);
468 ASSERT_GE(dropped, 2*kBlockSize);
  /external/e2fsprogs/e2fsck/
recovery.c 298 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); local
302 dropped, (dropped == 1) ? "" : "s");
  /external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css 108 .tile.drag-representation.dropped-on-other-page > * {
  /external/chromium_org/third_party/jstemplate/
jstemplate_test.js 52 // Reprocessing with dropped data.
62 // Reprocessing with dropped data, once more.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requestqueue.js 13 * request is processed (or dropped.)
  /external/chromium_org/tools/telemetry/telemetry/timeline/
trace_event_importer_unittest.py 685 dropped = tmp[:-1]
686 timeline_data = tracing_timeline_data.TracingTimelineData(dropped)
718 dropped = tmp[:-1]
719 timeline_data = tracing_timeline_data.TracingTimelineData(dropped + '\n')
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 459 boolean dropped = isDropped();
460 dropDown(!dropped);
461 if (!dropped) {
  /external/chromium_org/v8/src/
liveedit-debugger.js     [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 779 bool dropped = preferences->SetGalleryPermissionForExtension( local
781 if (dropped)
785 SendResponse(dropped);
    [all...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 35 __u32 drops; /* Packets dropped because of lack of resources */
696 __u32 ecn_mark; /* number of packets we ECN marked instead of dropped */
726 * instead of being dropped
841 __u32 dropped; /* packets dropped due to pie_action */ member in struct:tc_pie_xstats
842 __u32 overlimit; /* dropped due to lack of space in queue */
  /external/chromium_org/third_party/icu/source/i18n/
decNumber.c 1983 Int dropped; \/* .. *\/ local
2345 Int dropped; \/* work *\/ local
2839 Int dropped; \/* .. *\/ local
3588 Int dropped; \/* work *\/ local
4287 Int dropped; \/* work *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 1985 Int dropped; \/* .. *\/ local
2347 Int dropped; \/* work *\/ local
2841 Int dropped; \/* .. *\/ local
3590 Int dropped; \/* work *\/ local
4289 Int dropped; \/* work *\/ local
    [all...]
  /external/chromium_org/tools/perf/metrics/
media.js 129 // Audio media does not report decoded/dropped frame count
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js 255 log("Failure during playback (dropped offline?)");

Completed in 1046 milliseconds

1 2