Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 149) sorted by relevance

123456

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_color_manager.cpp58 DisplayError HWColorManager::SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params) { in SetPCC() argument
62 kernel_params->data.pcc_cfg_data.version = feature.feature_version_; in SetPCC()
63 kernel_params->data.pcc_cfg_data.block = MDP_LOGICAL_BLOCK_DISP_0 + feature.disp_id_; in SetPCC()
64 kernel_params->data.pcc_cfg_data.ops = feature.enable_flags_; in SetPCC()
65 kernel_params->data.pcc_cfg_data.cfg_payload = feature.GetConfigData(); in SetPCC()
73 DisplayError HWColorManager::SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params) { in SetIGC() argument
79 MDP_LOGICAL_BLOCK_DISP_0 + feature.disp_id_; in SetIGC()
80 kernel_params->data.lut_cfg_data.data.igc_lut_data.version = feature.feature_version_; in SetIGC()
81 kernel_params->data.lut_cfg_data.data.igc_lut_data.ops = feature.enable_flags_; in SetIGC()
82 kernel_params->data.lut_cfg_data.data.igc_lut_data.cfg_payload = feature.GetConfigData(); in SetIGC()
[all …]
Dhw_color_manager.h42 static DisplayError SetPCC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
43 static DisplayError SetIGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
44 static DisplayError SetPGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
45 static DisplayError SetMixerGC(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
46 static DisplayError SetPAV2(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
47 static DisplayError SetDither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
48 static DisplayError SetGamut(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
49 static DisplayError SetPADither(const PPFeatureInfo &feature, msmfb_mdp_pp *kernel_params);
51 static DisplayError (*SetFeature[kMaxNumPPFeatures])(const PPFeatureInfo &feature,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DCHANGES3 * New feature: death tests are supported on OpenBSD and in iOS
5 * New feature: Google Test now implements a protocol to allow
9 * New feature: Test::RecordProperty() can now be used outside of the
12 * New feature (potentially breaking): --gtest_list_tests now prints
30 * New feature: ADD_FAILURE_AT() for reporting a test failure at the
32 * New feature: the universal value printer is moved from Google Mock
34 * New feature: type parameters and value parameters are reported in
62 * New feature: assertions can be safely called in multiple threads
64 * New feature: predicates used inside EXPECT_TRUE() and friends
66 * New feature: Google Test can now be compiled as a DLL.
[all …]
/hardware/bsp/intel/peripheral/libupm/src/isd1820/
Dpyupm_isd1820.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/buzzer/
Dpyupm_buzzer.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/sx6119/
Dpyupm_sx6119.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/grovescam/
Dpyupm_grovescam.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/a110x/
Dpyupm_a110x.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/rfr359f/
Dpyupm_rfr359f.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/ad8232/
Dpyupm_ad8232.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/grovewfs/
Dpyupm_grovewfs.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
Dpyupm_pulsensor.i6 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/tcs3414cs/
Dpyupm_tcs3414cs.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/gp2y0a/
Dpyupm_gp2y0a.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/grovemoisture/
Dpyupm_grovemoisture.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/ta12200/
Dpyupm_ta12200.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/yg1006/
Dpyupm_yg1006.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/mma7455/
Dpyupm_mma7455.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
Dpyupm_nunchuck.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/
Dpyupm_rgbringcoder.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/ldt0028/
Dpyupm_ldt0028.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/ttp223/
Dpyupm_ttp223.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/apds9002/
Dpyupm_apds9002.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/adafruitss/
Dpyupm_adafruitss.i4 %feature("autodoc", "3");
/hardware/bsp/intel/peripheral/libupm/src/micsv89/
Dpyupm_micsv89.i4 %feature("autodoc", "3");

123456