HomeSort by relevance Sort by last modified time
    Searched refs:attached_vframes_ (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 257 std::map<int, VertexFrame*> attached_vframes_; member in class:android::filterfw::GLEnv
gl_env.cpp 71 STLDeleteValues(&attached_vframes_);
404 attached_vframes_[key] = frame;
412 return FindPtrOrNull(attached_vframes_, key);

Completed in 292 milliseconds