Lines Matching refs:Resol

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()
11746 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMPOMaxDecodeResolution() local
11747 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMPOMaxDecodeResolution()
11748 Resol.u16Width= u16Width; in MApi_JPEG_SetMPOMaxDecodeResolution()
11749 Resol.u16Height= u16Height; in MApi_JPEG_SetMPOMaxDecodeResolution()
11751 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetMPOMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STA… in MApi_JPEG_SetMPOMaxDecodeResolution()
11782 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMPOProMaxDecodeResolution() local
11783 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMPOProMaxDecodeResolution()
11784 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11785 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11787 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetMPOProMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_… in MApi_JPEG_SetMPOProMaxDecodeResolution()