Searched refs:derived_ref (Results 1 – 2 of 2) sorted by relevance
27 AVBufferRef *derived_ref = NULL, *back_ref = NULL; in test_derivation() local41 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()
188 Derived& derived_ref = boost::polymorphic_downcast<Derived&>(*base_pointer); in test_polymorphic_downcast() local189 BOOST_TEST_EQ(derived_ref.kind(), "Derived"); in test_polymorphic_downcast()