35 lines
1.2 KiB
XML
35 lines
1.2 KiB
XML
|
<!--
|
||
|
/******************************************************************************
|
||
|
@file VideoOptimizationFeature.xml
|
||
|
@brief Video Optimization feature xml
|
||
|
|
||
|
DESCRIPTION
|
||
|
Each feature has an xml file to define the feature components
|
||
|
|
||
|
===========================================================================
|
||
|
Copyright (c) 2020 Qualcomm Technologies, Inc.
|
||
|
All Rights Reserved.
|
||
|
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||
|
===========================================================================
|
||
|
******************************************************************************/
|
||
|
-->
|
||
|
<Feature>
|
||
|
<Name>VideoPowerOptFeature</Name>
|
||
|
<Libname>libvideooptfeature.so</Libname>
|
||
|
<Configs>
|
||
|
<MAX_CONTENT_FPS>30</MAX_CONTENT_FPS>
|
||
|
<MAX_PANEL_FPS>120</MAX_PANEL_FPS>
|
||
|
</Configs>
|
||
|
<Profiles>
|
||
|
<Profile>
|
||
|
<!-- Disable Colocation -->
|
||
|
<DEFAULT>0x40C54000, 999999, 0x40C58000, 999990</DEFAULT>
|
||
|
</Profile>
|
||
|
</Profiles>
|
||
|
<IgnoredApps>
|
||
|
<App>com.google.android.gms</App>
|
||
|
<App>com.android.vending</App>
|
||
|
<App>com.google.android.projection.gearhead</App>
|
||
|
</IgnoredApps>
|
||
|
</Feature>
|