Searched defs:procId (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp87 uint32_t procId; // type of pre processor (enum preproc_id) member in struct:preproc_effect_s
233 const effect_uuid_t * ProcIdToUuid(int procId) argument
235 if (procId >= PREPROC_NUM_EFFECTS) {
238 return sUuidToPreProcTable[procId];
252 bool HasReverseStream(uint32_t procId) argument
254 if (procId == PREPROC_AEC) {
682 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled);
693 ALOGV("Effect_SetState proc %d, new %d old %d", effect->procId, state, effect->state);
699 Session_SetProcEnabled(effect->session, effect->procId, false);
731 Session_SetProcEnabled(effect->session, effect->procId, fals
767 Effect_Init(preproc_effect_t *effect, uint32_t procId) argument
821 Session_CreateEffect(preproc_session_t *session, int32_t procId, effect_handle_t *interface) argument
1111 Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled) argument
1153 PreProc_GetSession(int32_t procId, int32_t sessionId, int32_t ioId) argument
1901 uint32_t procId; local
[all...]

Completed in 30 milliseconds