Reply by "H.264encoderondm642" February 26, 20072007-02-26
I have some problem at hand. I do not know how to proceed. I want to implement H.264 encoder and decoder working simultaneously. But I have separate encoder and decoder projects. I have implemented decoder. Encoder is going fine on simulator.
## I want to combine to projects or so. So that I will load decoder on target and run entirely there.
## Also I want my encoder to run at simulator CCstudio only. IE my encoder code I expect not to be loaded to target but will run by CCS.
## They will communicate with each other and simultaneous encoding and decoding demo could be built.
Problem I have is , I could not image will this be possible on CCS? Also if yes how encoder can be run on simulator only and decoder on targetHow can I go for Encoder .?
Regards,
Nilesh