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
1158 if (sSessions[i].io == ioId) {
1159 if (sSessions[i].createdMsk & (1 << procId)) {
1162 return &sSessions[i];
1166 if (sSessions[i].io == 0) {
1167 sSessions[i].id = sessionId;
1168 sSessions[i].io = ioId;
1169 return &sSessions[i];
1184 status = Session_Init(&sSessions[i]);

Completed in 334 milliseconds