Home
last modified time | relevance | path

Searched refs:SetLayerPerFrameParameter (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A Dinterface_i_display_composer_v11.md26 | [SetLayerPerFrameParameter](#setlayerperframeparameter) ([in] unsigned int devId, [in] unsigned i…
279 ### SetLayerPerFrameParameter()
282 IDisplayComposer::SetLayerPerFrameParameter ([in] unsigned int devId, [in] unsigned int layerId, [i…
/ohos5.0/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h129 …virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key, in SetLayerPerFrameParameter() function
132 return ToDispErrCode(hdi_v1_1_->SetLayerPerFrameParameter(devId, layerId, key, value)); in SetLayerPerFrameParameter()
/ohos5.0/drivers/interface/display/composer/v1_1/include/
H A Didisplay_composer_interface.h109 …virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi_v1_1.h38 …virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
H A Ddisplay_composer_service.h73 int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_layer.cpp801 …return device_->SetLayerPerFrameParameter(screenId_, layerId_, GENERIC_METADATA_KEY_BRIGHTNESS_NIT… in SetPerFrameParameterDisplayNit()
814 …return device_->SetLayerPerFrameParameter(screenId_, layerId_, GENERIC_METADATA_KEY_SDR_RATIO, val… in SetPerFrameParameterBrightnessRatio()
827 …return device_->SetLayerPerFrameParameter(screenId_, layerId_, GENERIC_METADATA_KEY_SOURCE_CROP_TU… in SetPerFrameLayerSourceTuning()
H A Dhdi_device_impl.cpp624 int32_t HdiDeviceImpl::SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::strin… in SetLayerPerFrameParameter() function in OHOS::Rosen::HdiDeviceImpl
628 return g_composer->SetLayerPerFrameParameter(devId, layerId, key, value); in SetLayerPerFrameParameter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dmock_hdi_device_systest.h87 MOCK_METHOD4(SetLayerPerFrameParameter,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h86 MOCK_METHOD4(SetLayerPerFrameParameter,
H A Dhdilayer_test.cpp83 …EXPECT_CALL(*hdiDeviceMock_, SetLayerPerFrameParameter(_, _, _, _)).WillRepeatedly(testing::Return… in SetUpTestCase()
H A Dhdidevice_test.cpp205 …ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetLayerPerFrameParameter(screenId, layerId, validKey, valueB…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h84 MOCK_METHOD4(SetLayerPerFrameParameter,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/
H A Didisplay_composer.h.txt95 …virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
H A Ddisplay_composer_service.h.txt41 int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
H A Ddisplay_composer_service.cpp.txt53 int32_t DisplayComposerService::SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const s…
H A Ddisplay_composer_proxy.h.txt82 int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp78 device->SetLayerPerFrameParameter(screenId, layerId, validKey, valueBlob); in HdiDeviceFuzzTest3()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h93 …virtual int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
H A Dhdi_device_impl.h91 int32_t SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const std::string& key,
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp646 int32_t DisplayComposerService::SetLayerPerFrameParameter(uint32_t devId, uint32_t layerId, const s… in SetLayerPerFrameParameter() function in OHOS::HDI::Display::Composer::DisplayComposerService
651 int32_t ret = vdiImplV1_1_->SetLayerPerFrameParameter(devId, layerId, key, value); in SetLayerPerFrameParameter()
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp362 int32_t ret = g_composerInterface->SetLayerPerFrameParameter(devId, layerId, key, value); in TestSetLayerPerFrameParameter()
/ohos5.0/drivers/interface/display/composer/v1_1/
H A DIDisplayComposer.idl93SetLayerPerFrameParameter([in] unsigned int devId, [in] unsigned int layerId, [in] String key, [in…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/
H A DIDisplayComposer.idl93SetLayerPerFrameParameter([in] unsigned int devId, [in] unsigned int layerId, [in] String key, [in…
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp989 …auto ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layer->GetId(), key, value…
996 ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layer->GetId(), key, value);
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp464 ret = g_composerDevice->SetLayerPerFrameParameter(g_displayIds[0], layerId, key, value); in BENCHMARK_F()

12