Home
last modified time | relevance | path

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

/aosp12/hardware/google/av/media/eco/include/eco/
H A DECOSession.h91 static android::sp<ECOSession> createECOSession(int32_t width, int32_t height,
/aosp12/hardware/google/av/media/eco/
H A DECOService.cpp87 sp<ECOSession> newSession = ECOSession::createECOSession(width, height, isCameraRecording); in obtainSession()
H A DECOSession.cpp55 sp<ECOSession> ECOSession::createECOSession(int32_t width, int32_t height, bool isCameraRecording) { in createECOSession() function in android::media::eco::ECOSession
/aosp12/hardware/google/av/media/eco/tests/
H A DEcoSessionTest.cpp57 mSession = ECOSession::createECOSession(width, height, isCameraRecording); in createSession()