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
683 void Session_SetProcEnabled(preproc_session_t *session, uint32_t procId, bool enabled);
782 preproc_session_t *session,
805 int Session_Init(preproc_session_t *session)
822 extern "C" int Session_CreateEffect(preproc_session_t *session,
897 int Session_ReleaseEffect(preproc_session_t *session,
935 int Session_SetConfig(preproc_session_t *session, effect_config_t *config)
    [all...]

Completed in 374 milliseconds