Home
last modified time | relevance | path

Searched refs:auto_release (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/log/sources/
Drecord_ostream.hpp485 class auto_release;
486 friend class auto_release;
487 class auto_release class in boost::aux::record_pump
492 explicit auto_release(stream_compound* p) BOOST_NOEXCEPT : m_pCompound(p) {} in auto_release() function in boost::aux::record_pump::auto_release
493 ~auto_release() BOOST_NOEXCEPT { stream_provider_type::release_compound(m_pCompound); } in ~auto_release()
526 auto_release cleanup(m_pStreamCompound); // destructor doesn't throw in BOOST_NOEXCEPT_IF()
/third_party/ffmpeg/libavfilter/
Daf_alimiter.c46 int auto_release; member
75 …{ "asc", "enable asc", OFFSET(auto_release), AV_OPT_TYPE_BOOL, {.i64=0}, 0, …
101 if (asc && s->auto_release && s->asc_c > 0) { in get_rdelta()
157 if (s->auto_release && peak > limit) { in filter_frame()
211 if (s->auto_release && s->asc_pos == -1 && peak > limit) { in filter_frame()
222 if (s->auto_release) { in filter_frame()
/third_party/libusb/libusb/os/
Dwindows_winusb.c615 static void auto_release(struct usbi_transfer *itransfer) in auto_release() function
1989 auto_release(itransfer); in winusb_clear_transfer_priv()