Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp87 uint32_t procId; // type of pre processor (enum preproc_id) member
232 const effect_uuid_t * ProcIdToUuid(int procId) in ProcIdToUuid()
251 bool HasReverseStream(uint32_t procId) in HasReverseStream()
717 int Effect_Init(preproc_effect_t *effect, uint32_t procId) in Effect_Init()
772 int32_t procId, in Session_CreateEffect()
1066 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled) in Session_SetProcEnabled()
1108 preproc_session_t *PreProc_GetSession(int32_t procId, int32_t sessionId, int32_t ioId) in PreProc_GetSession()
1834 uint32_t procId; in PreProcessingLib_Create() local