Hello all
I download the "C66x_jpegenc_02_02_00_01_ELF" and "JPEG Baseline Profile Encoder (v02.02.00) on C66x User's Guide.pdf" on web.
But, Description of "User's Guide" and "C66x_jpegenc_02_02_00_01_ELF" don't match.
I create a new project on ccs5.0.3 then add sourcecodes and build successful. Then debuging "TestAppEncoder.out" , it can not go main.
the key for the problem is as follow. In TestAppEncoder.c line 395
if ((handle = (IALG_Handle)ALG_create (
(IALG_Fxns *) &DMJPGE_TIGEM_IDMJPGE, // change to "(IALG_Fxns *)NULL" can go main
(IALG_Handle) NULL,
(IALG_Params *) ¶ms)) == NULL)
{
printf("\nFailed to Create Instance... Exiting for this configuration..");
continue;
}
What's the problem?
Do you have a new sample , it can run on ccs5.0.3 correctly ?