Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dscreen_capturer_fuchsia.cc79 reinterpret_cast<uintptr_t>(virtual_memory_mapped_addrs_[buffer_index]); in ~ScreenCapturerFuchsia()
163 frame->CopyPixelsFrom(virtual_memory_mapped_addrs_[buffer_index], stride, in CaptureFrame()
393 virtual_memory_mapped_addrs_[buffer_index] = nullptr; in SetupBuffers()
398 &virtual_memory_mapped_addrs_[buffer_index])); in SetupBuffers()
H A Dscreen_capturer_fuchsia.h54 std::unordered_map<uint32_t, uint8_t*> virtual_memory_mapped_addrs_; variable