Searched defs:dropped (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DHTMLVideoElementMediaSource.cpp46 unsigned dropped = 0; local
51 dropped = webMediaPlayer->droppedFrameCount();
55 return VideoPlaybackQuality::create(videoElement.document(), total, dropped, corrupted);
/external/chromium_org/media/filters/
H A Dvideo_frame_scheduler_impl_unittest.cc93 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/
H A Ddrag_drop_interactive_uitest.cc69 bool dropped() const { return dropped_; } function in class:ash::__anon1892::TargetView
181 EXPECT_TRUE(target_view->dropped());
/external/chromium_org/components/invalidation/
H A Dinvalidation.cc41 const Invalidation& dropped) {
43 dropped.id_, true, kInvalidVersion, std::string(), dropped.ack_handle_);
40 InitFromDroppedInvalidation( const Invalidation& dropped) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_view_drag_and_drop_test.cc70 bool dropped() const { return dropped_; } function in class:__anon5307::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/
H A Dlog_test.cc466 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/
H A Dfull_stack.cc206 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
204 FrameComparison(const I420VideoFrame* reference, const I420VideoFrame* render, bool dropped, int64_t send_time_ms, int64_t recv_time_ms, int64_t render_time_ms) argument
311 PerformFrameComparison(const I420VideoFrame* reference, const I420VideoFrame* render, bool dropped, int64_t send_time_ms, int64_t recv_time_ms, int64_t render_time_ms) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Drecovery.c298 int dropped = info.end_transaction - be32_to_cpu(sb->s_sequence); local
302 dropped, (dropped == 1) ? "" : "s");
/external/libpcap/
H A Dpcap-usb-linux.c93 u_int32_t dropped; member in struct:mon_bin_stats
715 /* extract info on dropped urbs */
769 stats->ps_drop = st.dropped;
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc779 bool dropped = preferences->SetGalleryPermissionForExtension( local
781 if (dropped)
785 SendResponse(dropped);
/external/qemu/slirp-android/
H A Dslirp.c861 * otherwise be dropped if '-drop-tcp' has been specified, is redirected to the
974 slirp_log_dns(struct mbuf* m, int dropped) { argument
1000 if (!dropped) {
1027 /* Log dropped/accepted packet info */
/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c1754 /* modified during revision but dropped from 754-2008. */
1983 Int dropped; /* .. */ local
2278 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */
2345 Int dropped; /* work */ local
2373 decTrim(res, set, 1, 0, &dropped); /* normalize in place */
2839 Int dropped; /* .. */ local
3082 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */
3101 /* here, dropped is the count of trailing zeros in 'a' */
3103 Int todrop=ideal-a->exponent; /* most that can be dropped */
3113 if (dropped<todro
3588 Int dropped; /* work */ local
4287 Int dropped; /* work */ local
6631 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) argument
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c1756 /* modified during revision but dropped from 754-2008. */
1985 Int dropped; /* .. */ local
2280 if (!set->extended) decTrim(res, set, 0, 1, &dropped); /* trailing zeros */
2347 Int dropped; /* work */ local
2375 decTrim(res, set, 1, 0, &dropped); /* normalize in place */
2841 Int dropped; /* .. */ local
3084 decTrim(b, set, 1, 1, &dropped); /* [drops trailing zeros] */
3103 /* here, dropped is the count of trailing zeros in 'a' */
3105 Int todrop=ideal-a->exponent; /* most that can be dropped */
3115 if (dropped<todro
3590 Int dropped; /* work */ local
4289 Int dropped; /* work */ local
6633 decTrim(decNumber *dn, decContext *set, Flag all, Flag noclamp, Int *dropped) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h35 __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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 312 milliseconds