Lines Matching refs:Resol
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()
11660 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMPOMaxDecodeResolution() local
11661 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMPOMaxDecodeResolution()
11662 Resol.u16Width= u16Width; in MApi_JPEG_SetMPOMaxDecodeResolution()
11663 Resol.u16Height= u16Height; in MApi_JPEG_SetMPOMaxDecodeResolution()
11665 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetMPOMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_STA… in MApi_JPEG_SetMPOMaxDecodeResolution()
11694 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMPOProMaxDecodeResolution() local
11695 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMPOProMaxDecodeResolution()
11696 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11697 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetMPOProMaxDecodeResolution()
11699 …if(UtopiaIoctl(pInstantJPD,MApi_CMD_JPEG_SetMPOProMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_… in MApi_JPEG_SetMPOProMaxDecodeResolution()