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

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

Completed in 60 milliseconds