HomeSort by relevance Sort by last modified time
    Searched defs:dropped (Results 1 - 25 of 31) 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));
  /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());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 224 Backing dropped = mQueue.poll(); local
225 mSize -= dropped.getSize();
226 //Log.i("FM", "Dropping " + dropped + " with priority "
227 // + dropped.cachePriority + ". New size: " + mSize + "!");
228 dropped.destroy();
  /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/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/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/extensions/api/media_galleries/
media_galleries_api.cc 779 bool dropped = preferences->SetGalleryPermissionForExtension( local
781 if (dropped)
785 SendResponse(dropped);
    [all...]
  /external/libpcap/
pcap-usb-linux.c 93 u_int32_t dropped; member in struct:mon_bin_stats
715 /* extract info on dropped urbs */
769 stats->ps_drop = st.dropped;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 117 because an older packet from the same queue has been dropped
119 uint32 full_dropped; /* packets dropped,
122 uint32 dropped; /* packets dropped because pktq per that precedence is full */ member in struct:__anon40141
123 uint32 sacrificed; /* packets dropped,
129 uint32 retry_drop; /* packets finally dropped after retry limit */
wlioctl.h 4392 uint32 dropped; \/* packets dropped because pktq per that precedence is full *\/ member in struct:__anon40231
4421 uint32 dropped; \/* packets dropped because pktq per that precedence is full *\/ member in struct:__anon40232
    [all...]
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /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/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 */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 182 // the user where a dragged item will land when dropped.
3225 boolean dropped; field in class:CellLayout.LayoutParams
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 185 // the user where a dragged item will land when dropped.
3146 boolean dropped; field in class:CellLayout.LayoutParams
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 

Completed in 2213 milliseconds

1 2