Lines Matching refs:pGetExifRational
203 PJPEG_GETEXIFRATIONAL_PARAM pGetExifRational = NULL; in JPEGIoctl() local
408 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
409 …pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFShutterSpeedValue(pGetExifRational->pRatio… in JPEGIoctl()
412 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
413 …pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFApertureValue(pGetExifRational->pRational); in JPEGIoctl()
416 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
417 …pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFExposureBiasValue(pGetExifRational->pRatio… in JPEGIoctl()
420 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
421 … pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFFocalLength(pGetExifRational->pRational); in JPEGIoctl()
432 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
433 … pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFExposureTime(pGetExifRational->pRational); in JPEGIoctl()
436 pGetExifRational = (PJPEG_GETEXIFRATIONAL_PARAM)pArgs; in JPEGIoctl()
437 … pGetExifRational->retVal = psJPEG_InstPri->fpJPEGGetEXIFFNumber(pGetExifRational->pRational); in JPEGIoctl()