Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp69 typedef struct preproc_ops_s preproc_ops_t; typedef
90 const preproc_ops_t* ops; // effect ops table
540 static const preproc_ops_t sAgcOps = {AgcCreate, AgcInit, NULL, AgcEnable, AgcDisable,
543 static const preproc_ops_t sAgc2Ops = {Agc2Create, Agc2Init, NULL,
638 static const preproc_ops_t sAecOps = {AecCreate, AecInit, NULL,
702 static const preproc_ops_t sNsOps = {NsCreate, NsInit, NULL, NsEnable,
705 static const preproc_ops_t* sPreProcOps[PREPROC_NUM_EFFECTS] = {&sAgcOps,