Home
last modified time | relevance | path

Searched refs:preproc_session_t (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp67 typedef struct preproc_session_s preproc_session_t; typedef
89 preproc_session_t* session; // session the effect is on
809 int Effect_Create(preproc_effect_t* effect, preproc_session_t* session, in Effect_Create()
829 int Session_Init(preproc_session_t* session) { in Session_Init()
887 int Session_ReleaseEffect(preproc_session_t* session, preproc_effect_t* fx) { in Session_ReleaseEffect()
899 int Session_SetConfig(preproc_session_t* session, effect_config_t* config) { in Session_SetConfig()
929 void Session_GetConfig(preproc_session_t* session, effect_config_t* config) { in Session_GetConfig()
998 static preproc_session_t sSessions[PREPROC_NUM_SESSIONS];
1058 preproc_session_t* session = (preproc_session_t*)effect->session; in PreProcessingFx_Process()
1459 preproc_session_t* session = (preproc_session_t*)effect->session; in PreProcessingFx_ProcessReverse()
[all …]