liyujie
2025-08-28 d9927380ed7c8366f762049be9f3fee225860833
android/hardware/aw/camera/3_4/allwinnertech/libAWIspApi/AWIspApi.h
....@@ -31,9 +31,9 @@
3131 int awIspGetExposureTime(int isp_id);
3232 int awIspGetISO(int isp_id);
3333
34
- status_t awIspGetInfoLength(int* i3a_length, int* debug_length);
35
- status_t awIspGet3AParameters(void * params);
36
- status_t awIspGetDebugMessage(void * message);
34
+ int awIspGetInfoLength(int* i3a_length, int* debug_length);
35
+ int awIspGet3AParameters(void * params);
36
+ int awIspGetDebugMessage(void * message);
3737
3838 };
3939 }