Searched refs: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
232 const effect_uuid_t * ProcIdToUuid(int procId) argument
234 if (procId >= PREPROC_NUM_EFFECTS) {
237 return sUuidToPreProcTable[procId];
251 bool HasReverseStream(uint32_t procId) argument
253 if (procId == PREPROC_AEC) {
630 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled);
641 ALOGV("Effect_SetState proc %d, new %d old %d", effect->procId, state, effect->state);
647 Session_SetProcEnabled(effect->session, effect->procId, false);
679 Session_SetProcEnabled(effect->session, effect->procId, fals
715 Effect_Init(preproc_effect_t *effect, uint32_t procId) argument
769 Session_CreateEffect(preproc_session_t *session, int32_t procId, effect_handle_t *interface) argument
1064 Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled) argument
1106 PreProc_GetSession(int32_t procId, int32_t sessionId, int32_t ioId) argument
1831 uint32_t procId; local
[all...]

Completed in 385 milliseconds