Home
last modified time | relevance | path

Searched refs:QueryDmaBufModifiers (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/linux/wayland/
H A Degl_dmabuf.h49 std::vector<uint64_t> QueryDmaBufModifiers(uint32_t format);
H A Degl_dmabuf.cc615 std::vector<uint64_t> EglDmaBuf::QueryDmaBufModifiers(uint32_t format) { in QueryDmaBufModifiers() function in webrtc::EglDmaBuf
H A Dshared_screencast_stream.cc486 modifiers_ = egl_dmabuf_->QueryDmaBufModifiers(format); in StartScreenCastStream()