Snap for 12098010 from 7f27de7435
to 24Q4-release
Change-Id: I30ab44c6b8e3cb1112fe2c731a3bafeb477977ea
This commit is contained in:
commit
b7ffe9b33f
2 changed files with 3 additions and 2 deletions
|
@ -190,7 +190,8 @@
|
|||
<Limit name="measured-frame-rate-320x240" range="371-553" />
|
||||
<Limit name="measured-frame-rate-720x480" range="162-305" />
|
||||
<Limit name="measured-frame-rate-1280x720" range="154-198" />
|
||||
<Limit name="measured-frame-rate-1920x1080" range="46-97" />
|
||||
<Limit name="measured-frame-rate-1920x1080" range="70-97" />
|
||||
<Limit name="measured-frame-rate-3840x2160" range="45-54" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.mpeg4.encoder" type="video/mp4v-es" update="true">
|
||||
<!-- measured 90%:240-242 med:241 N=2 -->
|
||||
|
|
|
@ -196,7 +196,7 @@ void addDvfsStats(std::shared_ptr<PowerStats> p) {
|
|||
path, NS_TO_MS, cfgs));
|
||||
|
||||
// TPU DVFS
|
||||
const int TICK_TO_MS = 100;
|
||||
const int TICK_TO_MS = 1000;
|
||||
std::vector<std::string> freqs = {
|
||||
"1119000",
|
||||
"1066000",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue