六.CtsCameraTestCases模块
6.1
(OMX.qcom.video.decoder.hevc:vga log: s.VideoDecoderPerfTest#testPerf[9(c2.android.h263.decoder:qcif)] FAILURE: java.lang.AssertionError: Expected achievable frame rates for c2.android.h263.decoder video/3gpp 176x144: [1374.0, 1403.0]. Measured frame rate: [158.22103478559546, 156.59490404044968]. -》测试c2.android.h263.decoder:qcif 时走的是c2.android.h263.decoder video/3gpp 176x144 目标帧率1374/10,1403/10; 实际帧率158/10, 156/10 分析: adb pull system/vendor/etc/media_l 解决:帧率范围改成期望帧率:1374,1403 --- a/hardware/qcom/media/conf_files/bengal/media_l 验证:Pass 七.测试时间过长 android.s.ReprocessCaptureTest#testBurstReprocessing[1] android.s.ReprocessCaptureTest#testMixedBurstReprocessing[1] android.s.ReprocessCaptureTest#testReprocessingSizeFormatWithPreview[1] cts camera模块跑一遍需要48小时,其中上面3条就要耗用12小时左右,目前没有找到原因。
+++ b/hardware/qcom/media/conf_files/bengal/media_l
@@ -158,7 +158,7 @@ limitations under the License.
<Limit name="measured-frame-rate-1920x1080" range="20-29" />
</MediaCodec>
<MediaCodec name="c2.android.h263.decoder" type="video/3gpp" update="true">
- <Limit name="measured-frame-rate-176x144" range="1374-1403" />
+ <Limit name="measured-frame-rate-176x144" range="1374-1403" />
<Limit name="measured-frame-rate-352x288" range="310-415" />
</MediaCodec>
<MediaCodec name="c2.android.mpeg4.decoder" type="video/mp4v-es" update="true">
本文发布于:2024-02-04 07:34:34,感谢您对本站的认可!
本文链接:https://www.4u4v.net/it/170702129653583.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
留言与评论(共有 0 条评论) |