Lines Matching refs:pGetExifRational
284 PJPEG_GETEXIFRATIONAL_PARAM pGetExifRational = NULL; in JPEGIoctl() local
490 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
491 …pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFShutterSpeedValue(pGetExifRational->pRatio… in JPEGIoctl()
494 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
495 …pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFApertureValue(pGetExifRational->pRational); in JPEGIoctl()
498 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
499 …pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFExposureBiasValue(pGetExifRational->pRatio… in JPEGIoctl()
502 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
503 … pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFFocalLength(pGetExifRational->pRational); in JPEGIoctl()
514 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
515 … pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFExposureTime(pGetExifRational->pRational); in JPEGIoctl()
518 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
519 … pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFFNumber(pGetExifRational->pRational); in JPEGIoctl()