Home
last modified time | relevance | path

Searched refs:overlay_ptr (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapicontext_overlay.c281 overlay_destroy (GPtrArray ** overlay_ptr) in overlay_destroy() argument
283 GPtrArray *const overlay = *overlay_ptr; in overlay_destroy()
288 *overlay_ptr = NULL; in overlay_destroy()
328 overlay_ensure (GPtrArray ** overlay_ptr) in overlay_ensure() argument
330 GPtrArray *overlay = *overlay_ptr; in overlay_ensure()
336 *overlay_ptr = overlay; in overlay_ensure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/capture/
H A Dmouse_cursor_overlay_controller_browsertest.cc63 auto overlay_ptr = std::make_unique<FakeOverlay>(); in Start() local
64 FakeOverlay* const overlay = overlay_ptr.get(); in Start()
66 controller_.Start(std::move(overlay_ptr), GetUIThreadTaskRunner({})); in Start()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/capture/
H A Dmouse_cursor_overlay_controller_browsertest.cc63 auto overlay_ptr = std::make_unique<FakeOverlay>(); in Start() local
64 FakeOverlay* const overlay = overlay_ptr.get(); in Start()
66 controller_.Start(std::move(overlay_ptr), in Start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/android/
H A Dmedia_codec_video_decoder_unittest.cc218 auto overlay_ptr = std::make_unique<MockAndroidOverlay>(); in InitializeWithOverlay_OneDecodePending() local
219 auto* overlay = overlay_ptr.get(); in InitializeWithOverlay_OneDecodePending()
228 surface_chooser_->ProvideOverlay(std::move(overlay_ptr)); in InitializeWithOverlay_OneDecodePending()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/android/
H A Dmedia_codec_video_decoder_unittest.cc225 auto overlay_ptr = std::make_unique<MockAndroidOverlay>(); in InitializeWithOverlay_OneDecodePending() local
226 auto* overlay = overlay_ptr.get(); in InitializeWithOverlay_OneDecodePending()
235 surface_chooser_->ProvideOverlay(std::move(overlay_ptr)); in InitializeWithOverlay_OneDecodePending()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c14134 p_rarch->overlay_ptr->index = p_rarch->overlay_ptr->next_index; in command_event()
14135 p_rarch->overlay_ptr->active = &p_rarch->overlay_ptr->overlays[ in command_event()
14142 …p_rarch->overlay_ptr->next_index = (unsigned)((p_rarch->overlay_ptr->index + 1) % p_rarch->overlay… in command_event()
21999 if (p_rarch->overlay_ptr) in input_overlay_loaded()
22004 p_rarch->overlay_ptr = ol; in input_overlay_loaded()
22256 p_rarch->overlay_ptr = NULL; in retroarch_overlay_deinit()
22638 if (p_rarch->overlay_ptr && p_rarch->overlay_ptr->alive) in input_driver_poll()
23223 if (p_rarch->overlay_ptr && p_rarch->overlay_ptr->alive) in input_state_device()
23930 && p_rarch->overlay_ptr && p_rarch->overlay_ptr->alive; in menu_input_get_touchscreen_hw_state()
25295 if (p_rarch->overlay_ptr && in input_keys_pressed_other_sources()
[all …]
H A Dretroarch_data.h1868 input_overlay_t *overlay_ptr; member