Searched refs:preproc_ops_t (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libeffects/preprocessing/ |
D | PreProcessing.cpp | 69 typedef struct preproc_ops_s preproc_ops_t; typedef 90 const preproc_ops_t* ops; // effect ops table 535 static const preproc_ops_t sAgcOps = {AgcCreate, AgcInit, NULL, AgcEnable, AgcDisable, 538 static const preproc_ops_t sAgc2Ops = {Agc2Create, Agc2Init, NULL, 633 static const preproc_ops_t sAecOps = {AecCreate, AecInit, NULL, 697 static const preproc_ops_t sNsOps = {NsCreate, NsInit, NULL, NsEnable, 700 static const preproc_ops_t* sPreProcOps[PREPROC_NUM_EFFECTS] = {&sAgcOps,
|