HomeSort by relevance Sort by last modified time
    Searched full:preproc_session_t (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 67 typedef struct preproc_session_s preproc_session_t; typedef in typeref:struct:preproc_session_s
89 preproc_session_t *session; // session the effect is on
682 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled);
781 preproc_session_t *session,
804 int Session_Init(preproc_session_t *session)
821 extern "C" int Session_CreateEffect(preproc_session_t *session,
896 int Session_ReleaseEffect(preproc_session_t *session,
934 int Session_SetConfig(preproc_session_t *session, effect_config_t *config)
    [all...]

Completed in 639 milliseconds