hi,
I read examples fo codec engine,find that control function like AUDDECCOPY_TI_control just set some parameters and return them back,but i can set them in the app.c too.Could i ignore control function and just use process?if donot,what is the relation between control and process,i mean how process function get these parameters' value,because in app.c'sprocess ,it doesn't input decDynParams and decStatus's value.