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
228 const effect_uuid_t* ProcIdToUuid(int procId) { in ProcIdToUuid()
245 bool HasReverseStream(uint32_t procId) { in HasReverseStream()
792 int Effect_Init(preproc_effect_t* effect, uint32_t procId) { in Effect_Init()
838 extern "C" int Session_CreateEffect(preproc_session_t* session, int32_t procId, in Session_CreateEffect()
968 void Session_SetProcEnabled(preproc_session_t* session, uint32_t procId, bool enabled) { in Session_SetProcEnabled()
995 preproc_session_t* PreProc_GetSession(int32_t procId, int32_t sessionId, int32_t ioId) { in PreProc_GetSession()
1515 uint32_t procId; in PreProcessingLib_Create() local