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

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp1104 static preproc_session_t sSessions[PREPROC_NUM_SESSIONS]; variable
1111 if (sSessions[i].io == ioId) {
1112 if (sSessions[i].createdMsk & (1 << procId)) {
1115 return &sSessions[i];
1119 if (sSessions[i].io == 0) {
1120 sSessions[i].id = sessionId;
1121 sSessions[i].io = ioId;
1122 return &sSessions[i];
1137 status = Session_Init(&sSessions[i]);

Completed in 7 milliseconds