Home
last modified time | relevance | path

Searched refs:INTERNAL_MEM_POOL_SIZE (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Dmain.c86 #define INTERNAL_MEM_POOL_SIZE (13*1024*1024) macro
164 memory_pool = malloc(INTERNAL_MEM_POOL_SIZE*sizeof(U8)); in main()
185 init_param.u32InternalBufSize = INTERNAL_MEM_POOL_SIZE; in main()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Dmain.c86 #define INTERNAL_MEM_POOL_SIZE (13*1024*1024) macro
164 memory_pool = malloc(INTERNAL_MEM_POOL_SIZE*sizeof(U8)); in main()
185 init_param.u32InternalBufSize = INTERNAL_MEM_POOL_SIZE; in main()