Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp1151 static preproc_session_t sSessions[PREPROC_NUM_SESSIONS]; variable
1157 if (sSessions[i].io == ioId) { in PreProc_GetSession()
1158 if (sSessions[i].createdMsk & (1 << procId)) { in PreProc_GetSession()
1161 return &sSessions[i]; in PreProc_GetSession()
1165 if (sSessions[i].io == 0) { in PreProc_GetSession()
1166 sSessions[i].id = sessionId; in PreProc_GetSession()
1167 sSessions[i].io = ioId; in PreProc_GetSession()
1168 return &sSessions[i]; in PreProc_GetSession()
1183 status = Session_Init(&sSessions[i]); in PreProc_Init()