Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp40 surface_id_(0), in GLEnv()
218 if (surface_id_ != surface_id) { in SwitchToSurfaceId()
222 surface_id_ = surface_id; in SwitchToSurfaceId()
234 if (surface_id_ == surface_id) in ReleaseSurfaceId()
249 if (surface_id_ > 0) { in SetSurfaceTimestamp()
251 surface_id_); in SetSurfaceTimestamp()
H A Dgl_env.h134 return surfaces_.find(surface_id_)->second.first; in surface()
238 int surface_id_; variable