Searched refs:COMPOSITION_VIDEO (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 101 layerCount += (type != COMPOSITION_VIDEO) && (type != COMPOSITION_CURSOR); in UseCompositionClient() 118 if ((layer->GetCompositionType() == COMPOSITION_VIDEO) || in SetLayers() 211 case COMPOSITION_VIDEO: in Apply()
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 99 if ((layer->GetCompositionType() != COMPOSITION_VIDEO) && in SetLayers() 188 case COMPOSITION_VIDEO: in Apply()
|
H A D | hdi_video_composition.cpp | 98 layer->SetLayerCompositionType(COMPOSITION_VIDEO); in SetLayers()
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 111 .compositionType = Composer::V1_0::CompositionType::COMPOSITION_VIDEO 122 .compositionType = Composer::V1_0::CompositionType::COMPOSITION_VIDEO 132 .compositionType = Composer::V1_0::CompositionType::COMPOSITION_VIDEO 142 .compositionType = Composer::V1_0::CompositionType::COMPOSITION_VIDEO
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/common/ |
H A D | display_common_fuzzer.h | 114 COMPOSITION_VIDEO,
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_composition_check.cpp | 68 if (layer.compositionType != Composer::V1_0::CompositionType::COMPOSITION_VIDEO) { in GetCheckColors()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/ |
H A D | display_composer_type.h.txt | 117 COMPOSITION_VIDEO,
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _display_v10.md | 72 …) {<br/>COMPOSITION_CLIENT, COMPOSITION_DEVICE, COMPOSITION_CURSOR, COMPOSITION_VIDEO, … 309 | COMPOSITION_VIDEO | Video合成类型,用于视频层合成。 |
|
H A D | _display_composer_type_8idl_v10.md | 52 …) {<br/>COMPOSITION_CLIENT, COMPOSITION_DEVICE, COMPOSITION_CURSOR, COMPOSITION_VIDEO, …
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_type.h | 498 COMPOSITION_VIDEO, /**< Cursor composition type, used for video. */ enumerator
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/dump_ast_target/ |
H A D | dump.txt | 277 COMPOSITION_VIDEO, 456 COMPOSITION_VIDEO,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_type.h.txt | 206 COMPOSITION_VIDEO,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/dump_ast_target/ |
H A D | dump.txt | 302 COMPOSITION_VIDEO,
|
/ohos5.0/drivers/interface/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 188 COMPOSITION_VIDEO, /**< Cursor composition type, used for video. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 188 COMPOSITION_VIDEO, /**< Cursor composition type, used for video. */
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/ |
H A D | DisplayComposerType.idl | 188 COMPOSITION_VIDEO, /**< Cursor composition type, used for video. */
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2102 if ((layer->GetCompositionType() != COMPOSITION_VIDEO) &&
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 2115 if ((layer->GetCompositionType() != COMPOSITION_VIDEO) &&
|