Searched refs:Resol (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 10658 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMaxDecodeResolution() local 10659 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMaxDecodeResolution() 10660 Resol.u16Width= u16Width; in MApi_JPEG_SetMaxDecodeResolution() 10661 Resol.u16Height= u16Height; in MApi_JPEG_SetMaxDecodeResolution() 10663 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STATUS… in MApi_JPEG_SetMaxDecodeResolution() 10692 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetProMaxDecodeResolution() local 10693 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetProMaxDecodeResolution() 10694 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetProMaxDecodeResolution() 10695 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetProMaxDecodeResolution() 10697 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetProMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STA… in MApi_JPEG_SetProMaxDecodeResolution() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 10732 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMaxDecodeResolution() local 10733 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMaxDecodeResolution() 10734 Resol.u16Width= u16Width; in MApi_JPEG_SetMaxDecodeResolution() 10735 Resol.u16Height= u16Height; in MApi_JPEG_SetMaxDecodeResolution() 10737 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STATUS… in MApi_JPEG_SetMaxDecodeResolution() 10768 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetProMaxDecodeResolution() local 10769 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetProMaxDecodeResolution() 10770 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetProMaxDecodeResolution() 10771 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetProMaxDecodeResolution() 10773 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetProMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STA… in MApi_JPEG_SetProMaxDecodeResolution() [all …]
|
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG.c | 11995 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMaxDecodeResolution() local 11996 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMaxDecodeResolution() 11997 Resol.u16Width= u16Width; in MApi_JPEG_SetMaxDecodeResolution() 11998 Resol.u16Height= u16Height; in MApi_JPEG_SetMaxDecodeResolution() 12000 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SetMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STATU… in MApi_JPEG_SetMaxDecodeResolution() 12031 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetProMaxDecodeResolution() local 12032 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetProMaxDecodeResolution() 12033 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetProMaxDecodeResolution() 12034 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetProMaxDecodeResolution() 12036 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SetProMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_ST… in MApi_JPEG_SetProMaxDecodeResolution() [all …]
|