Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/third_party/gstreamer/gstplugins_bad/ext/openaptx/
Dgstopenaptxdec.c82 gsize dropped; in gst_openaptx_dec_handle_frame() local
129 out_map.data, output_size, &written, &synced, &dropped); in gst_openaptx_dec_handle_frame()
138 dropped = aptx_decode_sync_finish (dec->aptx_c); in gst_openaptx_dec_handle_frame()
148 if (dropped) { in gst_openaptx_dec_handle_frame()
151 aptx_name (dec->hd), dropped); in gst_openaptx_dec_handle_frame()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dcupti_interface.cc58 …yGetNumDroppedRecordsFunc = CUptiResult (*)(CUcontext context, uint32_t streamId, size_t *dropped);
106 CUptiResult CuptiActivityGetNumDroppedRecords(CUcontext context, uint32_t streamId, size_t *dropped in CuptiActivityGetNumDroppedRecords() argument
109 return func_ptr(context, streamId, dropped); in CuptiActivityGetNumDroppedRecords()
Dcupti_interface.h36 CUptiResult CuptiActivityGetNumDroppedRecords(CUcontext context, uint32_t streamId, size_t *dropped
/third_party/pulseaudio/src/modules/
Dmodule-pipe-sink.c231 size_t dropped = 0; in process_render_use_timing() local
252 dropped = chunk.length - written; in process_render_use_timing()
254 if (u->bytes_dropped != 0 && dropped != chunk.length) { in process_render_use_timing()
259 if (u->bytes_dropped == 0 && dropped != 0) in process_render_use_timing()
260 pa_log_debug("Pipe-sink just dropped %zu bytes", dropped); in process_render_use_timing()
262 u->bytes_dropped += dropped; in process_render_use_timing()
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto76 // The total number of RPCs that failed to reach a server except dropped RPCs.
83 // The list of dropped calls.
144 // also used in client stats for reporting dropped calls.
149 // Indicates whether this particular request should be dropped by the client.
150 // If the request is dropped, there will be a corresponding entry in
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Ddrag_target.dart34 /// Signature for when a [Draggable] is dropped without being accepted by a [DragTarget].
39 /// Signature for when the draggable is dropped.
42 /// was dropped is available in the [DraggableDetails]. Also included in the
124 /// The data that will be dropped by this draggable.
224 /// Called when the draggable is dropped without being accepted by a [DragTarget].
234 /// Called when the draggable is dropped and accepted by a [DragTarget].
244 /// Called when the draggable is dropped.
247 /// dropped is available in the [DraggableDetails]. Also included in the
462 /// A widget that receives data when a [Draggable] widget is dropped.
496 /// either [onAccept], if the data is dropped, or [onLeave], if the drag
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Drun_test.dart82 // FakeDevice.startApp checks that --dart-flags doesn't get dropped and
99 // FakeDevice.startApp checks that --dart-flags doesn't get dropped and
116 // FakeDevice.startApp checks that --dart-flags *does* get dropped and
247 // provided flags should be dropped. In debug and profile modes,
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dload_report.proto130 // Total number of deliberately dropped requests for the category.
149 // The total number of dropped requests. This covers requests
150 // deliberately dropped by the drop_overload policy and circuit breaking.
153 // Information about deliberately dropped requests for each category specified
/third_party/gstreamer/gstreamer/tests/check/libs/
Dqueuearray.c232 gpointer dropped; in GST_START_TEST() local
237 dropped = gst_queue_array_drop_element (array, idx); in GST_START_TEST()
238 fail_unless_equals_int (i, GPOINTER_TO_INT (dropped)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmessage.c355 guint64 dropped; in GST_START_TEST() local
375 gst_message_parse_qos_stats (message, &format, &processed, &dropped); in GST_START_TEST()
378 fail_unless (dropped == -1); in GST_START_TEST()
400 gst_message_parse_qos_stats (message, &format, &processed, &dropped); in GST_START_TEST()
403 fail_unless (dropped == 65); in GST_START_TEST()
/third_party/gstreamer/gstreamer/docs/random/ensonic/
Dprofiling.txt19 * number of audio/video frames dropped from each element that support QOS
31 number of frames dropped
112 * dropped buffers
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Damrparse.c179 ptest.dropped = sizeof (frame_hdr_nb); in GST_START_TEST()
255 ptest.dropped = sizeof (frame_hdr_wb); in GST_START_TEST()
Dparser.h73 guint dropped; member
/third_party/libnl/doc/images/icons/
DREADME2 icons (http://jimmac.musichall.cz/ikony.php3). I dropped transparency
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioaggregator.c124 guint64 dropped; /* Number of sampels dropped since the element came out of READY */ member
230 pad->priv->dropped = 0; in gst_audio_aggregator_pad_reset_qos()
1721 guint64 processed, dropped; in gst_audio_aggregator_pad_enqueue_qos_message() local
1736 dropped = gst_util_uint64_scale (pad->priv->dropped, rate_output, in gst_audio_aggregator_pad_enqueue_qos_message()
1741 gst_message_set_qos_stats (msg, GST_FORMAT_DEFAULT, processed, dropped); in gst_audio_aggregator_pad_enqueue_qos_message()
1929 pad->priv->dropped += pad->priv->size; in gst_audio_aggregator_fill_buffer()
1966 pad->priv->dropped += MIN (diff, pad->priv->size); in gst_audio_aggregator_fill_buffer()
1981 pad->priv->dropped += pad->priv->size; in gst_audio_aggregator_fill_buffer()
2197 gboolean dropped = FALSE; in gst_audio_aggregator_aggregate() local
2371 dropped = TRUE; in gst_audio_aggregator_aggregate()
[all …]
/third_party/gstreamer/gstreamer/docs/random/thomasvs/
Dcapturing11 has processed/dropped/...
31 - if the code can detect how many samples it dropped, it should just
35 - if it cannot detect how many samples it dropped, there's a fallback
40 time, and use that delta to guesstimate the number of samples dropped.
56 If the exact number of samples dropped is detectable, this is the
77 previous one, the capture element dropped samples/frames.
162 - to compensate, the equivalent of 150 ms of audio could be dropped so
/third_party/node/deps/histogram/src/
Dhdr_histogram.c577 int64_t dropped = 0; in hdr_add() local
587 dropped += count; in hdr_add()
591 return dropped; in hdr_add()
598 int64_t dropped = 0; in hdr_add_while_correcting_for_coordinated_omission() local
608 dropped += count; in hdr_add_while_correcting_for_coordinated_omission()
612 return dropped; in hdr_add_while_correcting_for_coordinated_omission()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dfpsdisplaysink.c685 guint64 rendered, dropped; in fps_display_sink_handle_message() local
687 gst_message_parse_qos_stats (message, &format, &rendered, &dropped); in fps_display_sink_handle_message()
692 if (dropped != -1) in fps_display_sink_handle_message()
693 g_atomic_int_set (&self->frames_dropped, dropped); in fps_display_sink_handle_message()
/third_party/iptables/extensions/
Dlibxt_AUDIT.man2 It can be used to record accepted, dropped, and rejected packets. See
/third_party/boost/libs/property_tree/doc/
Dparsers.qbk17 [/ These parsers will be dropped for now.]
/third_party/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto98 // The total number of dropped requests. This covers requests
99 // deliberately dropped by the drop_overload policy and circuit breaking.
105 // Total number of deliberately dropped requests for the category.
108 // Information about deliberately dropped requests for each category specified
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.h77 guint64 dropped; member
/third_party/python/Doc/library/
Dtextwrap.rst61 Otherwise, enough words are dropped from the end so that the remaining words
212 every line (after wrapping but before indenting) is dropped.
213 Whitespace at the beginning of the paragraph, however, is not dropped
214 if non-whitespace follows it. If whitespace being dropped takes up an
215 entire line, the whole line is dropped.
/third_party/glslang/Test/
Dspv.controlFlowAttributes.frag23 [[dont_flatten]] switch(3) { } // dropped
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp687 ++ctx->dropped; in handle_klv()
863 ++ctx->dropped; in VideoInputFrameArrived()
907 "- Frames dropped %u\n", ctx->frameCount, ++ctx->dropped); in VideoInputFrameArrived()
913 "- Frames dropped %u\n", ctx->frameCount, ++ctx->dropped); in VideoInputFrameArrived()
960 "- Frames dropped %u\n", ctx->frameCount, ++ctx->dropped); in VideoInputFrameArrived()
1043 ++ctx->dropped; in VideoInputFrameArrived()
1054 ++ctx->dropped; in VideoInputFrameArrived()
1076 ++ctx->dropped; in VideoInputFrameArrived()

12345678910>>...17