Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp993 static preproc_session_t sSessions[PREPROC_NUM_SESSIONS]; variable
998 if (sSessions[i].id == sessionId) { in PreProc_GetSession()
999 if (sSessions[i].createdMsk & (1 << procId)) { in PreProc_GetSession()
1002 return &sSessions[i]; in PreProc_GetSession()
1006 if (sSessions[i].id == 0) { in PreProc_GetSession()
1007 sSessions[i].id = sessionId; in PreProc_GetSession()
1008 sSessions[i].io = ioId; in PreProc_GetSession()
1009 return &sSessions[i]; in PreProc_GetSession()
1023 status = Session_Init(&sSessions[i]); in PreProc_Init()