Lines Matching refs:Resol
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()
13093 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMPOMaxDecodeResolution() local
13094 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMPOMaxDecodeResolution()
13095 Resol.u16Width= u16Width; in MApi_JPEG_SetMPOMaxDecodeResolution()
13096 Resol.u16Height= u16Height; in MApi_JPEG_SetMPOMaxDecodeResolution()
13098 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SetMPOMaxDecodeResolution, (void*)(&Resol)) != UTOPIA_ST… in MApi_JPEG_SetMPOMaxDecodeResolution()
13128 JPEG_RESOLUTION_PARAM Resol; in MApi_JPEG_SetMPOProMaxDecodeResolution() local
13129 memset(&Resol , 0 ,sizeof(JPEG_RESOLUTION_PARAM)); in MApi_JPEG_SetMPOProMaxDecodeResolution()
13130 Resol.u16Width= u16ProWidth; in MApi_JPEG_SetMPOProMaxDecodeResolution()
13131 Resol.u16Height= u16ProHeight; in MApi_JPEG_SetMPOProMaxDecodeResolution()
13133 …if(UtopiaIoctl(pInstantNJPD,MApi_CMD_JPEG_SetMPOProMaxDecodeResolution, (void*)(&Resol)) != UTOPIA… in MApi_JPEG_SetMPOProMaxDecodeResolution()