Home
last modified time | relevance | path

Searched refs:MEMORYPARA (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/
H A DapiJPEG.c11367 JPEG_GETFREEMEMORY_PARAM MEMORYPARA; in MApi_JPEG_GetFreeMemory() local
11368 memset(&MEMORYPARA , 0 ,sizeof(JPEG_GETFREEMEMORY_PARAM)); in MApi_JPEG_GetFreeMemory()
11369 MEMORYPARA.size = size; in MApi_JPEG_GetFreeMemory()
11371 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetFreeMemory, (void*)(&MEMORYPARA)) != UTOPIA_STATUS_SUC… in MApi_JPEG_GetFreeMemory()
11375 return MEMORYPARA.addr; in MApi_JPEG_GetFreeMemory()
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/
H A DapiJPEG.c11447 JPEG_GETFREEMEMORY_PARAM MEMORYPARA; in MApi_JPEG_GetFreeMemory() local
11448 memset(&MEMORYPARA , 0 ,sizeof(JPEG_GETFREEMEMORY_PARAM)); in MApi_JPEG_GetFreeMemory()
11449 MEMORYPARA.size = size; in MApi_JPEG_GetFreeMemory()
11451 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_GetFreeMemory, (void*)(&MEMORYPARA)) != UTOPIA_STATUS_SUC… in MApi_JPEG_GetFreeMemory()
11455 return MEMORYPARA.addr; in MApi_JPEG_GetFreeMemory()
/utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/
H A DapiJPEG.c12754 JPEG_GETFREEMEMORY_PARAM MEMORYPARA; in MApi_JPEG_GetFreeMemory() local
12755 memset(&MEMORYPARA , 0 ,sizeof(JPEG_GETFREEMEMORY_PARAM)); in MApi_JPEG_GetFreeMemory()
12756 MEMORYPARA.size = size; in MApi_JPEG_GetFreeMemory()
12758 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_GetFreeMemory, (void*)(&MEMORYPARA)) != UTOPIA_STATUS_SU… in MApi_JPEG_GetFreeMemory()
12762 return MEMORYPARA.addr; in MApi_JPEG_GetFreeMemory()