Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dpicture.cc26 bool allow_overlay) in Picture() argument
30 allow_overlay_(allow_overlay) {} in Picture()
Dpicture.h50 bool allow_overlay);
69 bool allow_overlay() const { return allow_overlay_; } in allow_overlay() function