HomeSort by relevance Sort by last modified time
    Searched defs:dropped (Results 1 - 25 of 26) 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::__anon6528::TargetView
180 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/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/third_party/webrtc/video/
full_stack.cc 213 bool dropped,
217 : dropped(dropped),
226 : dropped(compare.dropped),
238 bool dropped; member in struct:webrtc::VideoAnalyzer::FrameComparison
246 bool dropped,
257 dropped,
272 bool dropped; local
286 dropped = comparisons_.front().dropped
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc 692 bool dropped = preferences->SetGalleryPermissionForExtension( local
694 if (dropped)
698 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:__anon39239
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:__anon39329
4421 uint32 dropped; \/* packets dropped because pktq per that precedence is full *\/ member in struct:__anon39330
    [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 1966 Int dropped; \/* .. *\/ local
2328 Int dropped; \/* work *\/ local
2820 Int dropped; \/* .. *\/ local
3567 Int dropped; \/* work *\/ local
4264 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-19/arch-arm64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
pkt_sched.h 781 __u32 dropped; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-19/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 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1009 milliseconds

1 2