Searched refs:preproc_session_t (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libeffects/preprocessing/ |
D | PreProcessing.cpp | 67 typedef struct preproc_session_s preproc_session_t; typedef 89 preproc_session_t* session; // session the effect is on 708 void Session_SetProcEnabled(preproc_session_t* session, uint32_t procId, bool enabled); 804 int Effect_Create(preproc_effect_t* effect, preproc_session_t* session, in Effect_Create() 824 int Session_Init(preproc_session_t* session) { in Session_Init() 838 extern "C" int Session_CreateEffect(preproc_session_t* session, int32_t procId, in Session_CreateEffect() 882 int Session_ReleaseEffect(preproc_session_t* session, preproc_effect_t* fx) { in Session_ReleaseEffect() 894 int Session_SetConfig(preproc_session_t* session, effect_config_t* config) { in Session_SetConfig() 924 void Session_GetConfig(preproc_session_t* session, effect_config_t* config) { in Session_GetConfig() 935 int Session_SetReverseConfig(preproc_session_t* session, effect_config_t* config) { in Session_SetReverseConfig() [all …]
|