Home
last modified time | relevance | path

Searched refs:createECOSession (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/media/eco/include/eco/
DECOSession.h96 static std::shared_ptr<ECOSession> createECOSession(int32_t width, int32_t height,
/hardware/google/av/media/eco/
DECOService.cpp89 ECOSession::createECOSession(width, height, isCameraRecording); in obtainSession()
DECOSession.cpp56 std::shared_ptr<ECOSession> ECOSession::createECOSession(int32_t width, int32_t height, in createECOSession() function in android::media::eco::ECOSession
/hardware/google/av/media/eco/tests/
DEcoSessionTest.cpp58 mSession = ECOSession::createECOSession(width, height, isCameraRecording); in createSession()