Home
last modified time | relevance | path

Searched defs:drop (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/mindspore/tests/ut/python/dataset/
Dtest_var_batch_map.py26 def test_repeat_batch(gen_num, repeats, batch_size, drop, res): argument
31 def test_batch_repeat(gen_num, repeats, batch_size, drop, res): argument
81 def test_repeat_batch(gen_num, r, drop, func, res): argument
88 def test_repeat_batch_with_copy_map(gen_num, r, drop, func): argument
96 def test_batch_repeat(gen_num, r, drop, func, res): argument
103 def test_batch_repeat_with_copy_map(gen_num, r, drop, func): argument
/third_party/ffmpeg/libavutil/
Dtimecode.c55 int drop = !!(tc->flags & AV_TIMECODE_FLAG_DROPFRAME); in av_timecode_get_smpte_from_framenum() local
68 uint32_t av_timecode_get_smpte(AVRational rate, int drop, int hh, int mm, int ss, int ff) in av_timecode_get_smpte()
105 int drop = tc->flags & AV_TIMECODE_FLAG_DROPFRAME; in av_timecode_make_string() local
142 unsigned drop = tcsmpte & 1<<30 && !prevent_df; // 1-bit drop if not arbitrary bit in av_timecode_make_smpte_tc_string2() local
/third_party/boost/boost/accumulators/framework/
Daccumulator_base.hpp54 detail::void_ drop(dont_care) in drop() function
/third_party/flatbuffers/rust/flexbuffers/src/builder/
Dvector.rs62 fn drop(&mut self) { in drop() method
Dmap.rs78 fn drop(&mut self) { in drop() method
/third_party/ffmpeg/libavfilter/
Dtrim.c128 int drop; in trim_filter_frame() local
228 int drop; in atrim_filter_frame() local
Dvf_freezeframes.c79 int drop = ctx->inputs[0]->frame_count_out >= s->first && in activate() local
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dload_balancer_api.h45 bool drop; member
/third_party/boost/boost/beast/zlib/detail/
Dbitstream.hpp66 drop(std::size_t n) in drop() function in boost::beast::zlib::detail::bitstream
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Dbitstream.hpp66 drop(std::size_t n) in drop() function in boost::beast::zlib::detail::bitstream
/third_party/skia/third_party/externals/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/flutter/skia/third_party/externals/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/zlib/contrib/infback9/
Dinftree9.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/zlib/
Dinftrees.c41 unsigned drop; /* code bits to drop for sub-table */ in inflate_table() local
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/node/deps/zlib/
Dinftrees.c45 unsigned drop; /* code bits to drop for sub-table */ local
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstvalve.h75 gint drop; member
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.h46 guint64 in, out, add, drop; member
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_balancer.proto152 bool drop = 4; field
/third_party/mindspore/tests/ut/cpp/dataset/common/
Dcommon.cc88 std::shared_ptr<mindspore::dataset::BatchOp> DatasetOpTesting::Batch(int32_t batch_size, bool drop, in Batch()
/third_party/alsa-lib/src/rawmidi/
Drawmidi_local.h33 int (*drop)(snd_rawmidi_t *rawmidi); member

1234