Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp87 uint32_t procId; // type of pre processor (enum preproc_id) member
226 const effect_uuid_t* ProcIdToUuid(int procId) { in ProcIdToUuid()
243 bool HasReverseStream(uint32_t procId) { in HasReverseStream()
797 int Effect_Init(preproc_effect_t* effect, uint32_t procId) { in Effect_Init()
843 extern "C" int Session_CreateEffect(preproc_session_t* session, int32_t procId, in Session_CreateEffect()
973 void Session_SetProcEnabled(preproc_session_t* session, uint32_t procId, bool enabled) { in Session_SetProcEnabled()
1000 preproc_session_t* PreProc_GetSession(int32_t procId, int32_t sessionId, int32_t ioId) { in PreProc_GetSession()
1520 uint32_t procId; in PreProcessingLib_Create() local