Title:MFNR shot2jpeg ISP6S
Platform: ISP6S
Key words: MFNR shot2jpeg
正文:
1. Overview
在ISP6S平台,MFNR capture request大致可以分为12个stage,其中S0与S11分别涉及到request的下发和callback,需要app端更多去分析耗时异常的原因。
其他的10个stage可以看作是camera delay,可以咨询MTK共同分析。
下图将12个stage在capture flow中大致所处的位置用红色字体标出,并在本文后续的Break down Instroduction小节中详细进行拆解分析。
更多关于MFNR的信息,可以参考QS:QSS06250。
2.Break down Instroduction
Stage0: Touch Up起始点 --> submitRequestList结束点
用户点击拍照键到app下发request到hal层的耗时,属于app delay,需要app端分析耗时差异。
-
- Please find the "P2_Capture:enque()".
- Pleas find "Touch Up" which is closest to "P2_Capture:enque()".
Stage1: submitRequestList结束点 --> zsl process起始点
hal层接收到request到准备开始zsl选帧操作的时间,会有featuresetting相关的处理。