Home | History | Annotate | Download | only in libcamera

Lines Matching refs:aperture

2773     //3 Aperture
2775 mExifInfo.aperture.num = av*EXIF_DEF_APEX_DEN;
2776 mExifInfo.aperture.den = EXIF_DEF_APEX_DEN;
2777 //3 Maximum lens aperture
2778 mExifInfo.max_aperture.num = mExifInfo.aperture.num;
2779 mExifInfo.max_aperture.den = mExifInfo.aperture.den;