Searched refs:SessionConfig (Results 1 – 2 of 2) sorted by relevance
/hardware/google/av/media/eco/include/eco/ |
D | ECOService.h | 81 struct SessionConfig { struct 86 SessionConfig(int w, int h, bool isCameraRecording) in SessionConfig() argument 89 bool operator==(const SessionConfig& cfg) { 95 friend bool operator==(const SessionConfig& p1, const SessionConfig& p2) { 103 size_t operator()(const SessionConfig& cfg) const { in operator() 110 std::unordered_map<SessionConfig, wp<ECOSession>, SessionConfigHash> mSessionConfigToSessionMap; 113 std::unordered_map<SessionConfig, wp<ECOSession>, SessionConfigHash>::iterator;
|
/hardware/google/av/media/eco/ |
D | ECOService.cpp | 60 SessionConfig newCfg(width, height, isCameraRecording); in obtainSession() 121 const std::function<void(std::unordered_map<SessionConfig, wp<ECOSession>, in SanitizeSession() argument
|