Searched refs:createECOSession (Results 1 – 4 of 4) sorted by relevance
96 static std::shared_ptr<ECOSession> createECOSession(int32_t width, int32_t height,
89 ECOSession::createECOSession(width, height, isCameraRecording); in obtainSession()
56 std::shared_ptr<ECOSession> ECOSession::createECOSession(int32_t width, int32_t height, in createECOSession() function in android::media::eco::ECOSession
58 mSession = ECOSession::createECOSession(width, height, isCameraRecording); in createSession()