Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/tests/
H A 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()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/tests/
H A 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()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/tests/
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/tests/
H A 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()
/dports/devel/hyperscan/boost_1_75_0/libs/conversion/test/
H A 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()