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 256 std::map<int, VertexFrame*> attached_vframes_; member in class:android::filterfw::GLEnv
gl_env.cpp 68 STLDeleteValues(&attached_vframes_);
401 attached_vframes_[key] = frame;
409 return FindPtrOrNull(attached_vframes_, key);

Completed in 450 milliseconds