Home
last modified time | relevance | path

Searched refs:derived_ref (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/tests/
Dhwdevice.c27 AVBufferRef *derived_ref = NULL, *back_ref = NULL; in test_derivation() local
41 err = av_hwdevice_ctx_create_derived(&derived_ref, derived_type, in test_derivation()
49 derived_dev = (AVHWDeviceContext*)derived_ref->data; in test_derivation()
62 av_buffer_unref(&derived_ref); in test_derivation()
67 derived_ref, 0); in test_derivation()
85 av_buffer_unref(&derived_ref); in test_derivation()
92 av_buffer_unref(&derived_ref); in test_derivation()
/third_party/boost/libs/conversion/test/
Dpolymorphic_cast_test.cpp188 Derived& derived_ref = boost::polymorphic_downcast<Derived&>(*base_pointer); in test_polymorphic_downcast() local
189 BOOST_TEST_EQ(derived_ref.kind(), "Derived"); in test_polymorphic_downcast()