Dose CERuntime_init have different implement in app and server?

2007-12-16 Thread RyanYee/叶晔
I found they all have CERuntime_init() in app main.c (dvevm_1_00_00_27\codec_engine_1_00\examples\apps\video_copy\singlecpu) and server main.c (dvevm_1_00_00_27\codec_engine_1_00\examples\servers\video_copy) So my question is what they do in this function,same function in two task(clientserver).

RE: Dose CERuntime_init have different implement in app and server?

2007-12-16 Thread Ring, Chris
6:29 PM To: davinci-linux-open-source@linux.davincidsp.com Subject: Dose CERuntime_init have different implement in app and server? I found they all have CERuntime_init() in app main.c (dvevm_1_00_00_27\codec_engine_1_00\examples\apps\video_copy\s inglecpu) and server main.c

RE: Dose CERuntime_init have different implement in app and server?

2007-12-16 Thread Ring, Chris
-source@linux.davincidsp.com Subject: RE: Dose CERuntime_init have different implement in app and server? Yes, they are potentially different. This function is auto-generated, depending on the executable's configuration. If the executable contains a DSP server (e.g. the DSP-side servers