Initial import of sdm660 family
* X00T: UL-ASUS_X00T-WW-17.2017.2006.429-user * sdm660-common & X01BD: UL-ASUS_X01BD-WW-17.2018.2004.424-user Change-Id: Ib4f2b44366ee6e0876248b720505e9fa028651b9
This commit is contained in:
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -0,0 +1,297 @@
|
||||
|
||||
|
||||
<!--
|
||||
Copyright (c) 2016-2019 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
<!--
|
||||
CameraModuleConfig :
|
||||
This node must be added for each module prosent in the device.
|
||||
It contain all information about the module present.
|
||||
The number of nodes of CameraModuleConfig indicate number of modules
|
||||
to be probed on the device.
|
||||
Maximum number of CameraModuleConfig nodes is 10
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
*CameraId :
|
||||
Camera Id is the Slot number in which the mode is plugged.
|
||||
Valid values are 0, 1, 2 and 3.
|
||||
*SensorName :
|
||||
Name of the sensor present on the module.
|
||||
The sensor library name should be of the form libmmcamera_<SensorName>.so
|
||||
ActuatorName :
|
||||
Name of the actuator on this module.
|
||||
The actuator library name should be of the form libactuator_<ActuatorName>.so.
|
||||
If there is no actuator remove the <ActuatorName> node.
|
||||
EepromName :
|
||||
Name of the eeprom on this module.
|
||||
Eeprom lib name should be of the form libmmcamera_<EepromName>_eeprom.so
|
||||
If there is no eeprom remove the <EepromName> node.
|
||||
FlashName :
|
||||
Name of the flash on this module.
|
||||
The flash library name should be of the form libflash_<FlashName>.so.
|
||||
If there is no flash remove the <FlashName> node.
|
||||
ChromatixName :
|
||||
Name of the tuning xml file.
|
||||
Tuning file contains the list of chromatix library names.
|
||||
If there is no tuning xml file remove the <ChromatixName> node.
|
||||
Position :
|
||||
Position of the sensor module. Valid values are:
|
||||
BACK, FRONT and BACK_AUX
|
||||
MountAngle :
|
||||
Angle at which the sensor is mounted. Valid values are 0, 90, 180, 270 and 360.
|
||||
To use default mountangle mentioned in kernel use 360.
|
||||
|
||||
CsiInfo : This node contains information about the receiver configuration.
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
*CSIDCore :
|
||||
CSID core to receive the data. Valid values are 0, 1, 2 and 3.
|
||||
*LaneMask :
|
||||
Mask to mention which lane is enabled.
|
||||
LaneMask[0] for DL0.
|
||||
LaneMask[1] for CLK.
|
||||
LaneMask[2] for DL1.
|
||||
LaneMask[3] for DL2.
|
||||
LaneMask[4] for DL3
|
||||
*LaneAssign :
|
||||
Number which describes the lane mapping between sensor and PHY.
|
||||
LaneAssign[0:3] is sensor lane number connected to data lane 0 of PHY on MSM
|
||||
LaneAssign[4:7] is sensor lane number connected to data lane 2 of PHY on MSM
|
||||
LaneAssign[8:11] is sensor lane number connected to data lane 3 of PHY on MSM
|
||||
LaneAssign[12:15] is sensor lane number connected to data lane 4 of PHY on MSM
|
||||
|
||||
NOTE : Lane 1 is reserved for the clock lane.
|
||||
Wiring and setting it to a data lane is prohibited.
|
||||
ComboMode :
|
||||
Flag to enable combo mode.
|
||||
This flag is enabled if multiple sensors are using same CSI-PHY receiver
|
||||
|
||||
LensInfo : Information of the lens present in the module.
|
||||
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
*FocalLength :
|
||||
FocalLength of the lens in micometers.
|
||||
Distance between the center of curvature to the focal point.
|
||||
*FNumber :
|
||||
FNumber of the lens.
|
||||
*TotalFocusDistance : The total distance in meters the lens could focus.
|
||||
*HorizontalViewAngle : HorizontalViewAngle in degrees
|
||||
*VerticalViewAngle : VerticalViewAngle in degrees
|
||||
*MinFocusDistance : Minimum distance in meters the lens could focus.
|
||||
|
||||
*VARIABLES MARKED WITH ASTRICK (*) ARE MANDATORY.
|
||||
|
||||
|
||||
-->
|
||||
|
||||
<CameraConfigurationRoot>
|
||||
<!--Huaqin add 12+5M imx486 by chengming at 2018/07/26 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>0</CameraId>
|
||||
<SensorName>imx486</SensorName>
|
||||
<ActuatorName>imx486_holitech_12m</ActuatorName>
|
||||
<EepromName>imx486</EepromName>
|
||||
<FlashName>pmic</FlashName>
|
||||
<ChromatixName>imx486_chromatix</ChromatixName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>BACK</Position>
|
||||
<MountAngle>90</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>0</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>3.52</FocalLength>
|
||||
<FNumber>1.8</FNumber>
|
||||
<TotalFocusDistance>10</TotalFocusDistance>
|
||||
<HorizontalViewAngle>67.4</HorizontalViewAngle>
|
||||
<VerticalViewAngle>53.3</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add 12+5M imx486 by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add 12+5M imx486_qtech by chengming at 2018/07/26 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>0</CameraId>
|
||||
<SensorName>imx486_qtech</SensorName>
|
||||
<ActuatorName>imx486_qtech_12m</ActuatorName>
|
||||
<EepromName>imx486_qtech</EepromName>
|
||||
<FlashName>pmic</FlashName>
|
||||
<ChromatixName>imx486_qtech_chromatix</ChromatixName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>BACK</Position>
|
||||
<MountAngle>90</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>0</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>3.52</FocalLength>
|
||||
<FNumber>1.8</FNumber>
|
||||
<TotalFocusDistance>10</TotalFocusDistance>
|
||||
<HorizontalViewAngle>67.4</HorizontalViewAngle>
|
||||
<VerticalViewAngle>53.3</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add 12+5M imx486_qtech by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add ar1337_front by chengming at 2018/07/26 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>1</CameraId>
|
||||
<SensorName>ar1337</SensorName>
|
||||
<EepromName>ar1337</EepromName>
|
||||
<ChromatixName>ar1337_chromatix</ChromatixName>
|
||||
<FlashName>pmic</FlashName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>FRONT</Position>
|
||||
<MountAngle>270</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>2</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>2.48</FocalLength>
|
||||
<FNumber>2.0</FNumber>
|
||||
<TotalFocusDistance>0.40</TotalFocusDistance>
|
||||
<HorizontalViewAngle>72.5</HorizontalViewAngle>
|
||||
<VerticalViewAngle>57.5</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add 12+5M ar1337_front by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add hi846_front by chengming at 2018/08/22 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>1</CameraId>
|
||||
<SensorName>hi846_kingcome_front</SensorName>
|
||||
<EepromName>hi846_holitech_front</EepromName>
|
||||
<ChromatixName>hi846_kingcome_front_chromatix</ChromatixName>
|
||||
<FlashName>pmic</FlashName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>FRONT</Position>
|
||||
<MountAngle>270</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>2</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>2.48</FocalLength>
|
||||
<FNumber>2.0</FNumber>
|
||||
<TotalFocusDistance>0.40</TotalFocusDistance>
|
||||
<HorizontalViewAngle>64.9</HorizontalViewAngle>
|
||||
<VerticalViewAngle>50.9</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add hi846_front by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add ov13855_front by chengming at 2018/08/22 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>1</CameraId>
|
||||
<SensorName>ov13855</SensorName>
|
||||
<EepromName>ov13855</EepromName>
|
||||
<ChromatixName>ov13855_chromatix</ChromatixName>
|
||||
<FlashName>pmic</FlashName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>FRONT</Position>
|
||||
<MountAngle>270</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>2</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>2.48</FocalLength>
|
||||
<FNumber>2.0</FNumber>
|
||||
<TotalFocusDistance>0.40</TotalFocusDistance>
|
||||
<HorizontalViewAngle>64.9</HorizontalViewAngle>
|
||||
<VerticalViewAngle>50.9</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add ov13855_front by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add gc8034_front by chengming at 2018/07/26 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>1</CameraId>
|
||||
<SensorName>gc8034</SensorName>
|
||||
<ChromatixName>gc8034_chromatix</ChromatixName>
|
||||
<EepromName>gc8034</EepromName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>FRONT</Position>
|
||||
<MountAngle>270</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>1</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>2.00</FocalLength>
|
||||
<FNumber>2.4</FNumber>
|
||||
<TotalFocusDistance>0.40</TotalFocusDistance>
|
||||
<HorizontalViewAngle>72.5</HorizontalViewAngle>
|
||||
<VerticalViewAngle>57.5</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add gc8034_front by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add 12+5M gc5025_rear1 by chengming at 2018/07/26 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>2</CameraId>
|
||||
<SensorName>gc5025</SensorName>
|
||||
<EepromName>gc5025_ofilm_13m_fm24c64d</EepromName>
|
||||
<ChromatixName>gc5025_ofilm_13m_chromatix</ChromatixName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>BACK_AUX</Position>
|
||||
<MountAngle>90</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>1</CSIDCore>
|
||||
<LaneMask>0x7</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>2.00</FocalLength>
|
||||
<FNumber>2.4</FNumber>
|
||||
<TotalFocusDistance>0.5</TotalFocusDistance>
|
||||
<HorizontalViewAngle>71.8</HorizontalViewAngle>
|
||||
<VerticalViewAngle>56.6</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add 12+5M ar1337_front by chengming at 2018/07/26 end-->
|
||||
<!--Huaqin add 12+5M s5k5e9yu05 by chengming at 2018/07/26 start-->
|
||||
<CameraModuleConfig>
|
||||
<CameraId>2</CameraId>
|
||||
<SensorName>s5k5e9yu05</SensorName>
|
||||
<ChromatixName>s5k5e9yu05_chromatix</ChromatixName>
|
||||
<EepromName>s5k5e9_slave_back_p24c64e</EepromName>
|
||||
<ModesSupported>1</ModesSupported>
|
||||
<Position>BACK_AUX</Position>
|
||||
<MountAngle>90</MountAngle>
|
||||
<CSIInfo>
|
||||
<CSIDCore>1</CSIDCore>
|
||||
<LaneMask>0x1F</LaneMask>
|
||||
<LaneAssign>0x4320</LaneAssign>
|
||||
<ComboMode>0</ComboMode>
|
||||
</CSIInfo>
|
||||
<LensInfo>
|
||||
<FocalLength>2.00</FocalLength>
|
||||
<FNumber>2.4</FNumber>
|
||||
<TotalFocusDistance>0.5</TotalFocusDistance>
|
||||
<HorizontalViewAngle>71.8</HorizontalViewAngle>
|
||||
<VerticalViewAngle>56.6</VerticalViewAngle>
|
||||
<MinFocusDistance>0.1</MinFocusDistance>
|
||||
</LensInfo>
|
||||
</CameraModuleConfig>
|
||||
<!--Huaqin add 12+5M s5k5e9yu05 by chengming at 2018/07/26 end-->
|
||||
</CameraConfigurationRoot>
|
||||
@@ -0,0 +1,109 @@
|
||||
<!--
|
||||
Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CommonChromatixInfo:
|
||||
CommonChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are common for all sensor modes.
|
||||
|
||||
ResolutionChromatixInfo:
|
||||
ResolutionChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are specific to sensor resolution.
|
||||
|
||||
ChromatixName:
|
||||
Contains the list of chromatix names for all modules.
|
||||
special_mode_mask:
|
||||
It is the bit mask for special modes, which is used for
|
||||
chromatix selection.
|
||||
Special modes can be any mode that needs a special chromatix.
|
||||
Ex:- scene mode, DZOOM mode, OIS capture mode, flash mode
|
||||
This is applicable for CommonChromatixInfo and
|
||||
ResolutionChromatixInfo.
|
||||
special_mode_mask="0" means none of the special modes are
|
||||
selected.
|
||||
sensor_resolution_index:
|
||||
It is the sensor resolution index for which chromatix libraries
|
||||
will be choosen.
|
||||
It is applicable only in ResolutionChromatixInfo.
|
||||
|
||||
ISPCommon :
|
||||
Common tuning library name for ISP
|
||||
ISPPreview :
|
||||
Preview tuning library name for ISP
|
||||
ISPSnapshot :
|
||||
Snapshot tuning library name for ISP
|
||||
CPPCommon :
|
||||
Common tuning library name for CPP
|
||||
CPPPreview :
|
||||
Preview tuning library name for CPP
|
||||
CPPSnapshot :
|
||||
Snapshot tuning library name for CPP
|
||||
CPPLiveshot :
|
||||
Liveshot tuning library name for CPP
|
||||
PostProc :
|
||||
Tuning library name for postproc module
|
||||
A3Preview :
|
||||
Preview tuning library for 3A
|
||||
A3Video :
|
||||
Video tuning library for 3A
|
||||
|
||||
Order of Resolution Pick:
|
||||
Assume the current sensor mode is "r" and special mode mask is "s".
|
||||
Chromatix for a module and type is choosen in this order till we find a
|
||||
valid chroamtix file name or else NULL is returned.
|
||||
1) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "s".
|
||||
2) From CommonChromatixInfo node for which special_mode_mask is "s".
|
||||
3) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "0".
|
||||
4) From CommonChromatixInfo node for which special_mode_mask is "0".
|
||||
5) NULL is returned if we dont find in any of the above cases.
|
||||
|
||||
special_mode_mask values:
|
||||
SENSOR_SPECIAL_MODE_NONE = 0,
|
||||
SENSOR_SPECIAL_MODE_FLASH = 1,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_UPSCALE = 2,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_DOWNSCALE = 4,
|
||||
SENSOR_SPECIAL_MODE_OIS_CAPTURE = 8,
|
||||
-->
|
||||
|
||||
<ChromatixConfigurationRoot>
|
||||
<CommonChromatixInfo>
|
||||
<ChromatixName>
|
||||
<ISPCommon>gc5025_ofilm_13m_common</ISPCommon>
|
||||
<PostProc>gc5025_ofilm_13m_postproc</PostProc>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="FLASH">
|
||||
<CPPSnapshot>gc5025_ofilm_13m_cpp_snapshot</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_UPSCALE">
|
||||
<CPPSnapshot>gc5025_ofilm_13m_cpp_us_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_DOWNSCALE">
|
||||
<CPPSnapshot>gc5025_ofilm_13m_cpp_ds_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
</CommonChromatixInfo>
|
||||
<ResolutionChromatixInfo>
|
||||
<ChromatixName sensor_resolution_index="0">
|
||||
<ISPPreview>gc5025_ofilm_13m_snapshot</ISPPreview>
|
||||
<ISPSnapshot>gc5025_ofilm_13m_snapshot</ISPSnapshot>
|
||||
<ISPVideo>gc5025_ofilm_13m_video_full</ISPVideo>
|
||||
<CPPPreview>gc5025_ofilm_13m_cpp_snapshot</CPPPreview>
|
||||
<CPPSnapshot>gc5025_ofilm_13m_cpp_snapshot</CPPSnapshot>
|
||||
<CPPVideo>gc5025_ofilm_13m_cpp_video_full</CPPVideo>
|
||||
<CPPLiveshot>gc5025_ofilm_13m_cpp_snapshot</CPPLiveshot>
|
||||
<A3Preview>gc5025_ofilm_13m_zsl_preview_bu64297</A3Preview>
|
||||
<A3Video>gc5025_ofilm_13m_zsl_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
</ResolutionChromatixInfo>
|
||||
</ChromatixConfigurationRoot>
|
||||
|
||||
@@ -0,0 +1,166 @@
|
||||
<!--
|
||||
Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CommonChromatixInfo:
|
||||
CommonChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are common for all sensor modes.
|
||||
|
||||
ResolutionChromatixInfo:
|
||||
ResolutionChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are specific to sensor resolution.
|
||||
|
||||
ChromatixName:
|
||||
Contains the list of chromatix names for all modules.
|
||||
special_mode_mask:
|
||||
It is the bit mask for special modes, which is used for
|
||||
chromatix selection.
|
||||
Special modes can be any mode that needs a special chromatix.
|
||||
Ex:- scene mode, DZOOM mode, OIS capture mode, flash mode
|
||||
This is applicable for CommonChromatixInfo and
|
||||
ResolutionChromatixInfo.
|
||||
special_mode_mask="0" means none of the special modes are
|
||||
selected.
|
||||
sensor_resolution_index:
|
||||
It is the sensor resolution index for which chromatix libraries
|
||||
will be choosen.
|
||||
It is applicable only in ResolutionChromatixInfo.
|
||||
|
||||
ISPCommon :
|
||||
Common tuning library name for ISP
|
||||
ISPPreview :
|
||||
Preview tuning library name for ISP
|
||||
ISPSnapshot :
|
||||
Snapshot tuning library name for ISP
|
||||
CPPCommon :
|
||||
Common tuning library name for CPP
|
||||
CPPPreview :
|
||||
Preview tuning library name for CPP
|
||||
CPPSnapshot :
|
||||
Snapshot tuning library name for CPP
|
||||
CPPLiveshot :
|
||||
Liveshot tuning library name for CPP
|
||||
PostProc :
|
||||
Tuning library name for postproc module
|
||||
A3Preview :
|
||||
Preview tuning library for 3A
|
||||
A3Video :
|
||||
Video tuning library for 3A
|
||||
|
||||
Order of Resolution Pick:
|
||||
Assume the current sensor mode is "r" and special mode mask is "s".
|
||||
Chromatix for a module and type is choosen in this order till we find a
|
||||
valid chroamtix file name or else NULL is returned.
|
||||
1) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "s".
|
||||
2) From CommonChromatixInfo node for which special_mode_mask is "s".
|
||||
3) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "0".
|
||||
4) From CommonChromatixInfo node for which special_mode_mask is "0".
|
||||
5) NULL is returned if we dont find in any of the above cases.
|
||||
|
||||
special_mode_mask values:
|
||||
SENSOR_SPECIAL_MODE_NONE = 0,
|
||||
SENSOR_SPECIAL_MODE_FLASH = 1,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_UPSCALE = 2,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_DOWNSCALE = 4,
|
||||
SENSOR_SPECIAL_MODE_OIS_CAPTURE = 8,
|
||||
-->
|
||||
|
||||
<ChromatixConfigurationRoot>
|
||||
<CommonChromatixInfo>
|
||||
<ChromatixName>
|
||||
<ISPCommon>imx486_common</ISPCommon>
|
||||
<PostProc>imx486_postproc</PostProc>
|
||||
</ChromatixName>
|
||||
</CommonChromatixInfo>
|
||||
<ResolutionChromatixInfo>
|
||||
<ChromatixName sensor_resolution_index="0">
|
||||
<ISPPreview>imx486_preview</ISPPreview>
|
||||
<ISPSnapshot>imx486_snapshot</ISPSnapshot>
|
||||
<ISPVideo>imx486_default_video</ISPVideo>
|
||||
<CPPPreview>imx486_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>imx486_cpp_snapshot</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_cpp_liveshot</CPPLiveshot>
|
||||
<CPPVideo>imx486_cpp_video</CPPVideo>
|
||||
<A3Preview>imx486_zsl_preview_3a</A3Preview>
|
||||
<A3Video>imx486_zsl_video_3a</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="1">
|
||||
<ISPPreview>imx486_preview</ISPPreview>
|
||||
<ISPSnapshot>imx486_snapshot</ISPSnapshot>
|
||||
<ISPVideo>imx486_default_video</ISPVideo>
|
||||
<CPPPreview>imx486_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>imx486_cpp_snapshot</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_cpp_liveshot</CPPLiveshot>
|
||||
<CPPVideo>imx486_cpp_video</CPPVideo>
|
||||
<A3Preview>imx486_default_preview_3a</A3Preview>
|
||||
<A3Video>imx486_default_video_3a</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="2">
|
||||
<ISPPreview>imx486_hfr_60</ISPPreview>
|
||||
<ISPSnapshot>imx486_hfr_60</ISPSnapshot>
|
||||
<ISPVideo>imx486_hfr_60</ISPVideo>
|
||||
<CPPPreview>imx486_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>imx486_cpp_hfr_60</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_cpp_liveshot</CPPLiveshot>
|
||||
<CPPVideo>imx486_cpp_hfr_60</CPPVideo>
|
||||
<A3Preview>imx486_hfr_60_3a</A3Preview>
|
||||
<A3Video>imx486_hfr_60_3a</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="3">
|
||||
<ISPPreview>imx486_hfr_90</ISPPreview>
|
||||
<ISPSnapshot>imx486_hfr_90</ISPSnapshot>
|
||||
<ISPVideo>imx486_hfr_90</ISPVideo>
|
||||
<CPPPreview>imx486_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>imx486_cpp_hfr_90</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_cpp_liveshot</CPPLiveshot>
|
||||
<CPPVideo>imx486_cpp_hfr_90</CPPVideo>
|
||||
<A3Preview>imx486_hfr_90_3a</A3Preview>
|
||||
<A3Video>imx486_hfr_90_3a</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="4">
|
||||
<ISPPreview>imx486_hfr_120</ISPPreview>
|
||||
<ISPSnapshot>imx486_hfr_120</ISPSnapshot>
|
||||
<ISPVideo>imx486_hfr_120</ISPVideo>
|
||||
<CPPPreview>imx486_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>imx486_cpp_hfr_120</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_cpp_liveshot</CPPLiveshot>
|
||||
<CPPVideo>imx486_cpp_hfr_120</CPPVideo>
|
||||
<A3Preview>imx486_hfr_120_3a</A3Preview>
|
||||
<A3Video>imx486_hfr_120_3a</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="5">
|
||||
<ISPPreview>imx486_hdr</ISPPreview>
|
||||
<ISPSnapshot>imx486_hdr</ISPSnapshot>
|
||||
<ISPVideo>imx486_hdr</ISPVideo>
|
||||
<CPPPreview>imx486_hdr_cpp</CPPPreview>
|
||||
<CPPSnapshot>imx486_hdr_cpp</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_hdr_cpp</CPPLiveshot>
|
||||
<CPPVideo>imx486_hdr_cpp</CPPVideo>
|
||||
<A3Preview>imx486_hdr_video_3a</A3Preview>
|
||||
<A3Video>imx486_hdr_video_3a</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="6">
|
||||
<ISPPreview>imx486_bokenh</ISPPreview>
|
||||
<ISPSnapshot>imx486_bokenh</ISPSnapshot>
|
||||
<ISPVideo>imx486_bokenh</ISPVideo>
|
||||
<CPPPreview>imx486_cpp_bokenh_snapshot</CPPPreview>
|
||||
<CPPSnapshot>imx486_cpp_bokenh_snapshot</CPPSnapshot>
|
||||
<CPPLiveshot>imx486_cpp_bokenh_snapshot</CPPLiveshot>
|
||||
<CPPVideo>imx486_cpp_bokenh_snapshot</CPPVideo>
|
||||
<A3Preview>imx486_bokenh_video_3a</A3Preview>
|
||||
<A3Video>imx486_bokenh_video_3a</A3Video>
|
||||
</ChromatixName>
|
||||
</ResolutionChromatixInfo>
|
||||
</ChromatixConfigurationRoot>
|
||||
|
||||
@@ -0,0 +1,186 @@
|
||||
<!--
|
||||
Copyright (c) 2017 Qualcomm Technologies, Inc.
|
||||
All Rights Reserved.
|
||||
Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
-->
|
||||
|
||||
<!--
|
||||
CommonChromatixInfo:
|
||||
CommonChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are common for all sensor modes.
|
||||
|
||||
ResolutionChromatixInfo:
|
||||
ResolutionChromatixInfo is the information about chromatix needed for
|
||||
various use cases.
|
||||
Ex:- Preview, Snapshot, ZSL, HFR, HDR, Video, Liveshot for ISP, CPP,
|
||||
3A and SW PostProc.
|
||||
Entries in this node are specific to sensor resolution.
|
||||
|
||||
ChromatixName:
|
||||
Contains the list of chromatix names for all modules.
|
||||
special_mode_mask:
|
||||
It is the bit mask for special modes, which is used for
|
||||
chromatix selection.
|
||||
Special modes can be any mode that needs a special chromatix.
|
||||
Ex:- scene mode, DZOOM mode, OIS capture mode, flash mode
|
||||
This is applicable for CommonChromatixInfo and
|
||||
ResolutionChromatixInfo.
|
||||
special_mode_mask="0" means none of the special modes are
|
||||
selected.
|
||||
sensor_resolution_index:
|
||||
It is the sensor resolution index for which chromatix libraries
|
||||
will be choosen.
|
||||
It is applicable only in ResolutionChromatixInfo.
|
||||
|
||||
ISPCommon :
|
||||
Common tuning library name for ISP
|
||||
ISPPreview :
|
||||
Preview tuning library name for ISP
|
||||
ISPSnapshot :
|
||||
Snapshot tuning library name for ISP
|
||||
CPPCommon :
|
||||
Common tuning library name for CPP
|
||||
CPPPreview :
|
||||
Preview tuning library name for CPP
|
||||
CPPSnapshot :
|
||||
Snapshot tuning library name for CPP
|
||||
CPPLiveshot :
|
||||
Liveshot tuning library name for CPP
|
||||
PostProc :
|
||||
Tuning library name for postproc module
|
||||
A3Preview :
|
||||
Preview tuning library for 3A
|
||||
A3Video :
|
||||
Video tuning library for 3A
|
||||
|
||||
Order of Resolution Pick:
|
||||
Assume the current sensor mode is "r" and special mode mask is "s".
|
||||
Chromatix for a module and type is choosen in this order till we find a
|
||||
valid chroamtix file name or else NULL is returned.
|
||||
1) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "s".
|
||||
2) From CommonChromatixInfo node for which special_mode_mask is "s".
|
||||
3) From ResolutionChromatixInfo node for which sensor_resolution_index
|
||||
is "r" and special_mode_mask is "0".
|
||||
4) From CommonChromatixInfo node for which special_mode_mask is "0".
|
||||
5) NULL is returned if we dont find in any of the above cases.
|
||||
|
||||
special_mode_mask values:
|
||||
SENSOR_SPECIAL_MODE_NONE = 0,
|
||||
SENSOR_SPECIAL_MODE_FLASH = 1,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_UPSCALE = 2,
|
||||
SENSOR_SPECIAL_MODE_ZOOM_DOWNSCALE = 4,
|
||||
SENSOR_SPECIAL_MODE_OIS_CAPTURE = 8,
|
||||
-->
|
||||
|
||||
<ChromatixConfigurationRoot>
|
||||
<CommonChromatixInfo>
|
||||
<ChromatixName>
|
||||
<ISPCommon>ov13855_common</ISPCommon>
|
||||
<PostProc>ov13855_postproc</PostProc>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="FLASH">
|
||||
<CPPSnapshot>ov13855_cpp_snapshot</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_UPSCALE">
|
||||
<CPPSnapshot>ov13855_cpp_us_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
<ChromatixName special_mode_mask="ZOOM_DOWNSCALE">
|
||||
<CPPSnapshot>ov13855_cpp_ds_chromatix</CPPSnapshot>
|
||||
</ChromatixName>
|
||||
</CommonChromatixInfo>
|
||||
<ResolutionChromatixInfo>
|
||||
<ChromatixName sensor_resolution_index="0">
|
||||
<ISPPreview>ov13855_snapshot</ISPPreview>
|
||||
<ISPSnapshot>ov13855_snapshot</ISPSnapshot>
|
||||
<ISPVideo>ov13855_video_full</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_snapshot</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_snapshot</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video_full</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_snapshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_zsl_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_zsl_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="1">
|
||||
<ISPPreview>ov13855_snapshot</ISPPreview>
|
||||
<ISPSnapshot>ov13855_snapshot</ISPSnapshot>
|
||||
<ISPVideo>ov13855_video_full</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_snapshot</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_snapshot</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video_full</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_snapshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_zsl_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_zsl_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="2">
|
||||
<ISPPreview>ov13855_preview</ISPPreview>
|
||||
<ISPSnapshot>ov13855_preview</ISPSnapshot>
|
||||
<ISPVideo>ov13855_default_video</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_liveshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_default_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_default_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="3">
|
||||
<ISPPreview>ov13855_preview</ISPPreview>
|
||||
<ISPSnapshot>ov13855_preview</ISPSnapshot>
|
||||
<ISPVideo>ov13855_default_video</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_preview</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_preview</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_video</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_liveshot</CPPLiveshot>
|
||||
<A3Preview>ov13855_default_preview_bu64297</A3Preview>
|
||||
<A3Video>ov13855_default_video_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="4">
|
||||
<ISPPreview>ov13855_hfr_60</ISPPreview>
|
||||
<ISPSnapshot>ov13855_hfr_60</ISPSnapshot>
|
||||
<ISPVideo>ov13855_hfr_60</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_hfr_60</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_hfr_60</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_hfr_60</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_hfr_60</CPPLiveshot>
|
||||
<A3Preview>ov13855_hfr_60_bu64297</A3Preview>
|
||||
<A3Video>ov13855_hfr_60_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="5">
|
||||
<ISPPreview>ov13855_hfr_90</ISPPreview>
|
||||
<ISPSnapshot>ov13855_hfr_90</ISPSnapshot>
|
||||
<ISPVideo>ov13855_hfr_90</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_hfr_90</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_hfr_90</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_hfr_90</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_hfr_90</CPPLiveshot>
|
||||
<A3Preview>ov13855_hfr_90_bu64297</A3Preview>
|
||||
<A3Video>ov13855_hfr_90_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="6">
|
||||
<ISPPreview>ov13855_hfr_120</ISPPreview>
|
||||
<ISPSnapshot>ov13855_hfr_120</ISPSnapshot>
|
||||
<ISPVideo>ov13855_hfr_120</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_hfr_120</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_hfr_120</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_hfr_120</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_hfr_120</CPPLiveshot>
|
||||
<A3Preview>ov13855_hfr_120_bu64297</A3Preview>
|
||||
<A3Video>ov13855_hfr_120_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
<ChromatixName sensor_resolution_index="7">
|
||||
<ISPPreview>ov13855_bokeh</ISPPreview>
|
||||
<ISPSnapshot>ov13855_bokeh</ISPSnapshot>
|
||||
<ISPVideo>ov13855_bokeh</ISPVideo>
|
||||
<CPPPreview>ov13855_cpp_bokeh</CPPPreview>
|
||||
<CPPSnapshot>ov13855_cpp_bokeh</CPPSnapshot>
|
||||
<CPPVideo>ov13855_cpp_bokeh</CPPVideo>
|
||||
<CPPLiveshot>ov13855_cpp_bokeh</CPPLiveshot>
|
||||
<A3Preview>ov13855_bokeh_bu64297</A3Preview>
|
||||
<A3Video>ov13855_bokeh_bu64297</A3Video>
|
||||
</ChromatixName>
|
||||
</ResolutionChromatixInfo>
|
||||
</ChromatixConfigurationRoot>
|
||||
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
service vendor.fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service_asus
|
||||
# "class hal" causes a race condition on some devices due to files created
|
||||
# in /data. As a workaround, postpone startup until later in boot once
|
||||
# /data is mounted.
|
||||
class late_start
|
||||
user system
|
||||
group system input uhid
|
||||
# Huaqin modify for Android P fingerprint performance by puqirui at 2018/11/07 start
|
||||
#writepid /dev/cpuset/system-background/tasks
|
||||
# Huaqin modify for Android P fingerprint performance by puqirui at 2018/11/07 end
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
+162
@@ -0,0 +1,162 @@
|
||||
CRITERIA_RAW_MIN,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,0
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,0
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,0
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,0
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200,1200
|
||||
CRITERIA_RAW_MAX,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,24013
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,24013
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,24013
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,24013
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611,21611
|
||||
CRITERIA_SHORT_MIN,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
CRITERIA_SHORT_MAX,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
CRITERIA_OPEN_MIN,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,0
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50,50
|
||||
CRITERIA_OPEN_MAX,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,24013
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,24013
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,24013
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,24013
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500,500
|
||||
CRITERIA_MICRO_OPEN_MIN,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
CRITERIA_MICRO_OPEN_MAX,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,24013
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150,150
|
||||
CRITERIA_NOISE,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,24013
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,24013
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,24013
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,24013
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300,300
|
||||
|
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user