Searched refs:stFrmRate (Results 1 – 7 of 7) sorted by relevance
40 Uapi_AeFpsAttrV2_t stFrmRate; member
401 expSwAttr.stAuto.stFrmRate.isFpsFix = on; in sample_is_fps_fix()402 if(expSwAttr.stAuto.stFrmRate.isFpsFix) in sample_is_fps_fix()403 expSwAttr.stAuto.stFrmRate.FpsValue = 20; /*Fix fps = 20*/ in sample_is_fps_fix()405 expSwAttr.stAuto.stFrmRate.FpsValue = 25; /*Auto fps max = 25*/ in sample_is_fps_fix()
74 CalibDb_AeFrmRateAttrV2_t stFrmRate; member
2477 expSwAttr.stAuto.stFrmRate.isFpsFix = false; in rk_aiq_uapi_setFrameRate()2479 expSwAttr.stAuto.stFrmRate.isFpsFix = true; in rk_aiq_uapi_setFrameRate()2480 expSwAttr.stAuto.stFrmRate.FpsValue = info.fps; in rk_aiq_uapi_setFrameRate()2499 if(expSwAttr.stAuto.stFrmRate.isFpsFix) { in rk_aiq_uapi_getFrameRate()2501 info->fps = expSwAttr.stAuto.stFrmRate.FpsValue; in rk_aiq_uapi_getFrameRate()2504 info->fps = expSwAttr.stAuto.stFrmRate.FpsValue; in rk_aiq_uapi_getFrameRate()
501 aec_json.CommCtrl.AecFrameRateMode.isFpsFix = aec_xml.CommCtrl.stAuto.stFrmRate.isFpsFix; in convertAecCalibV1ToCalibV2()502 aec_json.CommCtrl.AecFrameRateMode.FpsValue = aec_xml.CommCtrl.stAuto.stFrmRate.FpsValue; in convertAecCalibV1ToCalibV2()882 … aec_json.CommCtrl.AecFrameRateMode.isFpsFix = aec_tune_xml->CommCtrl.stAuto.stFrmRate.isFpsFix; in convertAecCalibV1ToCalibV2()883 … aec_json.CommCtrl.AecFrameRateMode.FpsValue = aec_tune_xml->CommCtrl.stAuto.stFrmRate.FpsValue; in convertAecCalibV1ToCalibV2()
278 CalibDb_AeFrmRateAttr_t stFrmRate; member
5965 uint8_t temp = aec->CommCtrl.stAuto.stFrmRate.isFpsFix; in parseEntrySensorAecFrameRateMode()5967 aec->CommCtrl.stAuto.stFrmRate.isFpsFix = (temp == 0) ? false : true; in parseEntrySensorAecFrameRateMode()5971 … int no = ParseFloatArray(psubchild, &aec->CommCtrl.stAuto.stFrmRate.FpsValue, subTag.Size()); in parseEntrySensorAecFrameRateMode()11160 … (!parseEntrySensorAecFrameRateModeV21(pchild->ToElement(), &aec_tune.CommCtrl.stAuto.stFrmRate)) { in parseEntrySensorAecTunePara()